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

Stuct containing the algorithm configuration values for <package_name> More...

#include <mobilitypath_visualizer_config.hpp>

Collaboration diagram for mobilitypath_visualizer::Config:
Collaboration graph

Public Attributes

int timer_cb_rate = 10
 
double x = 0.5
 
double y = 0.5
 
double z = 1.0
 
double t = 3.0
 
std::string host_id = ""
 

Friends

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

Detailed Description

Stuct containing the algorithm configuration values for <package_name>

Definition at line 28 of file mobilitypath_visualizer_config.hpp.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 38 of file mobilitypath_visualizer_config.hpp.

39 {
40 output << "mobilitypath_visualizer::Config { " << std::endl
41 << "timer_cb_rate: " << c.timer_cb_rate << std::endl
42 << "x: " << c.x << std::endl
43 << "y: " << c.y << std::endl
44 << "z: " << c.z << std::endl
45 << "t: " << c.t << std::endl
46 << "host_id: "<< c.host_id << std::endl
47 << "}" << std::endl;
48 return output;
49 }

Member Data Documentation

◆ host_id

◆ t

◆ timer_cb_rate

◆ x

◆ y

◆ z


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