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.
|
#include <lightbar_manager_node.hpp>
Public Attributes | |
double | spin_rate_hz = 10.0 |
bool | normal_operation = true |
std::vector< std::string > | lightbar_priorities = {} |
std::vector< std::string > | lightbar_cda_table = {} |
std::vector< std::string > | lightbar_ind_table = {} |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Config struct.
Definition at line 46 of file lightbar_manager_node.hpp.
|
friend |
Definition at line 55 of file lightbar_manager_node.hpp.
std::vector<std::string> lightbar_manager::Config::lightbar_cda_table = {} |
Definition at line 51 of file lightbar_manager_node.hpp.
Referenced by lightbar_manager::LightBarManager::handle_on_configure().
std::vector<std::string> lightbar_manager::Config::lightbar_ind_table = {} |
Definition at line 52 of file lightbar_manager_node.hpp.
Referenced by lightbar_manager::LightBarManager::handle_on_configure().
std::vector<std::string> lightbar_manager::Config::lightbar_priorities = {} |
Definition at line 50 of file lightbar_manager_node.hpp.
Referenced by lightbar_manager::LightBarManager::handle_on_configure().
bool lightbar_manager::Config::normal_operation = true |
Definition at line 49 of file lightbar_manager_node.hpp.
Referenced by lightbar_manager::LightBarManager::LightBarManager(), and lightbar_manager::LightBarManager::handle_on_configure().
double lightbar_manager::Config::spin_rate_hz = 10.0 |
Definition at line 48 of file lightbar_manager_node.hpp.
Referenced by lightbar_manager::LightBarManager::LightBarManager(), lightbar_manager::LightBarManager::handle_on_activate(), and lightbar_manager::LightBarManager::handle_on_configure().