31 static Status Parse(
const tinyxml2::XMLElement& xml_node,
32 std::vector<RoadInternal>* roads);
35 static void Parse_road_objects(
const tinyxml2::XMLElement& xml_node,
37 static void Parse_road_signals(
const tinyxml2::XMLElement& xml_node,
40 static Status to_pb_road_type(
const std::string& type,
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: common_define.h:126
apollo::hdmap::Road_Type PbRoadType
Definition: common_define.h:64
static Status Parse(const tinyxml2::XMLElement &xml_node, std::vector< RoadInternal > *roads)
Definition: roads_xml_parser.h:29
A general class to denote the return status of an API call. It can either be an OK status for success...
Definition: status.h:43