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.
|
Stuct containing the algorithm configuration values for mobilitypath_publisher. More...
#include <mobilitypath_publisher_config.hpp>
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) |
Stuct containing the algorithm configuration values for mobilitypath_publisher.
Definition at line 28 of file mobilitypath_publisher_config.hpp.
|
friend |
Definition at line 34 of file mobilitypath_publisher_config.hpp.
double mobilitypath_publisher::Config::path_pub_rate = 10.0 |
Definition at line 30 of file mobilitypath_publisher_config.hpp.
Referenced by mobilitypath_publisher::MobilityPathPublication::MobilityPathPublication(), mobilitypath_publisher::MobilityPathPublication::handle_on_activate(), mobilitypath_publisher::MobilityPathPublication::handle_on_configure(), and mobilitypath_publisher::MobilityPathPublication::parameter_update_callback().
std::string mobilitypath_publisher::Config::vehicle_id = "DEFAULT-VEHICLE-ID" |
Definition at line 31 of file mobilitypath_publisher_config.hpp.
Referenced by mobilitypath_publisher::MobilityPathPublication::MobilityPathPublication(), mobilitypath_publisher::MobilityPathPublication::compose_mobility_header(), mobilitypath_publisher::MobilityPathPublication::handle_on_configure(), and mobilitypath_publisher::MobilityPathPublication::parameter_update_callback().