36 void set_id(std::string
id);
48 std::vector<std::pair<double, double>> points;
56 void AddPoint(std::string key,
double x,
double y);
59 const std::vector<common::math::Vec2d>& points);
63 std::map<std::string, PrintPoints> curve_map_;
68 void AddAdcBox(
double x,
double y,
double heading,
69 bool is_rear_axle_point =
true);
75 std::vector<std::vector<double>> box_points;
Implements a class of 2-dimensional vectors.
void AddAdcBox(double x, double y, double heading, bool is_rear_axle_point=true)
void AddPoint(std::string key, double x, double y)
add point to curve key
void set_id(std::string id)
set curve id
PrintPoints(std::string id)
void PrintToLog()
print curve to log
void AddPoint(double x, double y)
add points to curve
Planning module main class.