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 SystemController. More...
#include <system_controller_config.hpp>
Public Attributes | |
std::vector< std::string > | required_subsystem_nodes |
List of nodes to consider required and who's failure shall result in system shutdown. More... | |
double | signal_configure_delay = 20.0 |
Time in seconds to wait before telling all nodes to configure. More... | |
uint64_t | service_timeout_ms = 1000 |
Timeout in ms for service availability. More... | |
uint64_t | call_timeout_ms = 1000 |
Timeout in ms for service calls. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &output, const SystemControllerConfig &c) |
Stuct containing the algorithm configuration values for the SystemController.
Definition at line 24 of file system_controller_config.hpp.
|
friend |
Definition at line 40 of file system_controller_config.hpp.
uint64_t SystemControllerConfig::call_timeout_ms = 1000 |
Timeout in ms for service calls.
Definition at line 37 of file system_controller_config.hpp.
Referenced by system_controller::SystemControllerNode::initialize(), system_controller::SystemControllerNode::on_error(), system_controller::SystemControllerNode::on_system_alert(), and system_controller::SystemControllerNode::startup_delay_callback().
std::vector<std::string> SystemControllerConfig::required_subsystem_nodes |
List of nodes to consider required and who's failure shall result in system shutdown.
Definition at line 28 of file system_controller_config.hpp.
Referenced by system_controller::SystemControllerNode::initialize(), and system_controller::SystemControllerNode::on_system_alert().
uint64_t SystemControllerConfig::service_timeout_ms = 1000 |
Timeout in ms for service availability.
Definition at line 34 of file system_controller_config.hpp.
Referenced by system_controller::SystemControllerNode::initialize(), system_controller::SystemControllerNode::on_error(), system_controller::SystemControllerNode::on_system_alert(), and system_controller::SystemControllerNode::startup_delay_callback().
double SystemControllerConfig::signal_configure_delay = 20.0 |
Time in seconds to wait before telling all nodes to configure.
Definition at line 31 of file system_controller_config.hpp.
Referenced by system_controller::SystemControllerNode::initialize().