40 static std::string
ToUpper(
const std::string& s);
42 static void WGS84ToUTM(
const double x,
const double y,
const double z,
43 double* output_x,
double* output_y,
double* output_z);
48 const tinyxml2::XMLElement& xml_node,
const std::string& name,
static Status ParseGeometry(const tinyxml2::XMLElement &xml_node, PbCurveSegment *curve_segment)
static Status ParsePointSet(const tinyxml2::XMLElement &xml_node, PbLineSegment *line_segment)
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
apollo::common::PointENU PbPoint3D
Definition: common_define.h:47
static Status ParseCurve(const tinyxml2::XMLElement &xml_node, PbCurve *curve)
static Status ParsePoint(const tinyxml2::XMLElement &xml_node, PbPoint3D *pt)
apollo::hdmap::CurveSegment PbCurveSegment
Definition: common_define.h:45
apollo::hdmap::Curve PbCurve
Definition: common_define.h:46
static void WGS84ToUTM(const double x, const double y, const double z, double *output_x, double *output_y, double *output_z)
apollo::hdmap::Polygon PbPolygon
Definition: common_define.h:53
static tinyxml2::XMLError QueryStringAttribute(const tinyxml2::XMLElement &xml_node, const std::string &name, std::string *value)
static double CurveLength(const PbCurve &curve)
static Status ParseOutline(const tinyxml2::XMLElement &xml_node, PbPolygon *polygon)
static std::string ToUpper(const std::string &s)
apollo::cyber::base::std value
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
apollo::hdmap::LineSegment PbLineSegment
Definition: common_define.h:44
Definition: util_xml_parser.h:28