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 the GuidanceController. More...
#include <guidance_controller_config.hpp>
Public Attributes | |
std::vector< std::string > | required_plugins |
List of guidance plugins (node name) to consider required and who's failure shall result in automation abort. More... | |
std::vector< std::string > | auto_activated_plugins |
List of guidance plugins which are not required but the user wishes to have automatically activated. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &output, const GuidanceControllerConfig &c) |
Stuct containing the algorithm configuration values for the GuidanceController.
Definition at line 27 of file guidance_controller_config.hpp.
|
friend |
Definition at line 41 of file guidance_controller_config.hpp.
std::vector<std::string> subsystem_controllers::GuidanceControllerConfig::auto_activated_plugins |
List of guidance plugins which are not required but the user wishes to have automatically activated.
Definition at line 38 of file guidance_controller_config.hpp.
Referenced by subsystem_controllers::GuidanceControllerNode::GuidanceControllerNode(), and subsystem_controllers::GuidanceControllerNode::handle_on_configure().
std::vector<std::string> subsystem_controllers::GuidanceControllerConfig::required_plugins |
List of guidance plugins (node name) to consider required and who's failure shall result in automation abort.
Definition at line 33 of file guidance_controller_config.hpp.
Referenced by subsystem_controllers::GuidanceControllerNode::GuidanceControllerNode(), and subsystem_controllers::GuidanceControllerNode::handle_on_configure().