Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
trajectory_follower_wrapper::TrajectoryFollowerWrapperConfig Struct Reference

Stuct containing the algorithm configuration values for trajectory_follower_wrapper. More...

#include <trajectory_follower_wrapper_config.hpp>

Collaboration diagram for trajectory_follower_wrapper::TrajectoryFollowerWrapperConfig:
Collaboration graph

Public Attributes

double vehicle_response_lag = 0.2
 
double incoming_cmd_time_threshold = 1.0
 
double vehicle_wheel_base = 2.79
 

Friends

std::ostream & operator<< (std::ostream &output, const TrajectoryFollowerWrapperConfig &c)
 

Detailed Description

Stuct containing the algorithm configuration values for trajectory_follower_wrapper.

Definition at line 27 of file trajectory_follower_wrapper_config.hpp.

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  output,
const TrajectoryFollowerWrapperConfig c 
)
friend

Definition at line 35 of file trajectory_follower_wrapper_config.hpp.

36 {
37 output << "trajectory_follower_wrapper::TrajectoryFollowerWrapperConfig { " << std::endl
38 << "vehicle_response_lag: " << c.vehicle_response_lag << std::endl
39 << "vehicle_wheel_base: " << c.vehicle_wheel_base << std::endl
40 << "incoming_cmd_time_threshold: " << c.incoming_cmd_time_threshold << std::endl
41 << "}" << std::endl;
42 return output;
43 }

Member Data Documentation

◆ incoming_cmd_time_threshold

◆ vehicle_response_lag

◆ vehicle_wheel_base


The documentation for this struct was generated from the following file: