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

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

#include <mobilitypath_publisher_config.hpp>

Collaboration diagram for mobilitypath_publisher::Config:
Collaboration graph

Public Attributes

double path_pub_rate = 10.0
 
std::string vehicle_id = "DEFAULT-VEHICLE-ID"
 

Friends

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

Detailed Description

Stuct containing the algorithm configuration values for mobilitypath_publisher.

Definition at line 28 of file mobilitypath_publisher_config.hpp.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 34 of file mobilitypath_publisher_config.hpp.

35 {
36 output << "mobilitypath_publisher::Config { " << std::endl
37 << "path_pub_rate: " << c.path_pub_rate << std::endl
38 << "vehicle_id: " << c.vehicle_id << std::endl
39 << "}" << std::endl;
40 return output;
41 }

Member Data Documentation

◆ path_pub_rate

◆ vehicle_id


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