46    output << 
"PurePursuitWrapperConfig { " << std::endl
 
   47           << 
"vehicle_response_lag: " << 
c.vehicle_response_lag << std::endl
 
   48           << 
"minimum_lookahead_distance: " << 
c.minimum_lookahead_distance << std::endl
 
   49           << 
"maximum_lookahead_distance: " << 
c.maximum_lookahead_distance << std::endl
 
   50           << 
"speed_to_lookahead_ratio: " << 
c.speed_to_lookahead_ratio << std::endl
 
   51           << 
"is_interpolate_lookahead_point: " << 
c.is_interpolate_lookahead_point << std::endl
 
   52           << 
"is_delay_compensation: " << 
c.is_delay_compensation << std::endl
 
   53           << 
"emergency_stop_distance: " << 
c.emergency_stop_distance << std::endl
 
   54           << 
"speed_thres_traveling_direction: " << 
c.speed_thres_traveling_direction << std::endl
 
   55           << 
"dist_front_rear_wheels: " << 
c.dist_front_rear_wheels << std::endl
 
   57           << 
"dt: " << 
c.dt << std::endl
 
   58           << 
"integrator_max_pp: " << 
c.integrator_max_pp << std::endl
 
   59           << 
"integrator_min_pp: " << 
c.integrator_min_pp << std::endl
 
   60           << 
"Ki_pp: " << 
c.Ki_pp << std::endl
 
   61           << 
"is_integrator_enabled: " << 
c.is_integrator_enabled << std::endl
 
Struct containing the algorithm configuration values for the PurePursuitWrapperConfig.
double vehicle_response_lag
double dist_front_rear_wheels
double emergency_stop_distance
double minimum_lookahead_distance
bool is_interpolate_lookahead_point
double speed_thres_traveling_direction
double speed_to_lookahead_ratio
bool is_delay_compensation
friend std::ostream & operator<<(std::ostream &output, const PurePursuitWrapperConfig &c)
double maximum_lookahead_distance
bool is_integrator_enabled