44 output <<
"route_following_plugin::Config { " << std::endl
45 <<
"min_plan_duration_: " <<
c.min_plan_duration_ << std::endl
46 <<
"lane_change_plugin_: " <<
c.lane_change_plugin_ << std::endl
47 <<
"stop_and_wait_plugin_: " <<
c.stop_and_wait_plugin_ << std::endl
48 <<
"lanefollow_planning_tactical_plugin_: " <<
c.lanefollow_planning_tactical_plugin_ << std::endl
49 <<
"route_end_point_buffer_: " <<
c.route_end_point_buffer_ << std::endl
50 <<
"accel_limit_: " <<
c.accel_limit_ << std::endl
51 <<
"lateral_accel_limit_: " <<
c.lateral_accel_limit_ << std::endl
52 <<
"stopping_accel_limit_multiplier_: " <<
c.stopping_accel_limit_multiplier_ << std::endl
53 <<
"min_maneuver_length_: " <<
c.min_maneuver_length_ << std::endl
54 <<
"vehicle_id: " <<
c.vehicle_id << std::endl
Struct containing config values values for route_following_plugin.
double min_plan_duration_
std::string lanefollow_planning_tactical_plugin_
double route_end_point_buffer_
std::string lane_change_plugin_
std::string stop_and_wait_plugin_
friend std::ostream & operator<<(std::ostream &output, const Config &c)
double lateral_accel_limit_
double min_maneuver_length_
double stopping_accel_limit_multiplier_