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_visualizer::Config Struct Reference

max_speed values for trajectory_visualizer More...

#include <trajectory_visualizer_config.hpp>

Collaboration diagram for trajectory_visualizer::Config:
Collaboration graph

Public Attributes

double max_speed = 25.0
 

Friends

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

Detailed Description

max_speed values for trajectory_visualizer

Definition at line 26 of file trajectory_visualizer_config.hpp.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 31 of file trajectory_visualizer_config.hpp.

32 {
33 output << "trajectory_visualizer::Config { " << std::endl
34 << "max_speed: " << c.max_speed << std::endl
35 << "}" << std::endl;
36 return output;
37 }

Member Data Documentation

◆ max_speed


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