39 output <<
"StopControlledIntersectionTacticalPluginConfig { " <<std::endl
40 <<
"trajectory_time_length: " <<
c.trajectory_time_length << std::endl
41 <<
"curve_resample_step_size: " <<
c.curve_resample_step_size << std::endl
42 <<
"centerline_sampling_spacing: " <<
c.centerline_sampling_spacing << std::endl
43 <<
"curvature_moving_average_window_size: " <<
c.curvature_moving_average_window_size << std::endl
44 <<
"lateral_accel_limit: " <<
c.lateral_accel_limit << std::endl
45 <<
"speed_moving_average_window_size: " <<
c.speed_moving_average_window_size << std::endl
46 <<
"back_distance: " <<
c.back_distance << std::endl
Stuct containing the algorithm configuration values for the StopControlledIntersectionTacticalPlugin.
double trajectory_time_length
int curvature_moving_average_window_size
double lateral_accel_limit
double curve_resample_step_size
friend std::ostream & operator<<(std::ostream &output, const StopControlledIntersectionTacticalPluginConfig &c)
double centerline_sampling_spacing
int speed_moving_average_window_size