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 <arbitrator_config.hpp>
Public Attributes | |
double | min_plan_duration = 6.0 |
double | target_plan_duration = 15.0 |
double | planning_frequency = 1.0 |
int | beam_width = 3 |
bool | use_fixed_costs = false |
std::map< std::string, double > | plugin_priorities = {} |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Config struct.
Definition at line 45 of file arbitrator_config.hpp.
|
friend |
Definition at line 60 of file arbitrator_config.hpp.
int arbitrator::Config::beam_width = 3 |
Definition at line 52 of file arbitrator_config.hpp.
Referenced by arbitrator::ArbitratorNode::ArbitratorNode(), and arbitrator::ArbitratorNode::handle_on_configure().
double arbitrator::Config::min_plan_duration = 6.0 |
Definition at line 47 of file arbitrator_config.hpp.
Referenced by arbitrator::ArbitratorNode::ArbitratorNode(), and arbitrator::ArbitratorNode::handle_on_configure().
double arbitrator::Config::planning_frequency = 1.0 |
Definition at line 51 of file arbitrator_config.hpp.
Referenced by arbitrator::ArbitratorNode::ArbitratorNode(), arbitrator::ArbitratorNode::handle_on_activate(), and arbitrator::ArbitratorNode::handle_on_configure().
std::map<std::string, double> arbitrator::Config::plugin_priorities = {} |
Definition at line 56 of file arbitrator_config.hpp.
Referenced by arbitrator::ArbitratorNode::ArbitratorNode(), and arbitrator::ArbitratorNode::handle_on_configure().
double arbitrator::Config::target_plan_duration = 15.0 |
Definition at line 49 of file arbitrator_config.hpp.
Referenced by arbitrator::ArbitratorNode::ArbitratorNode(), and arbitrator::ArbitratorNode::handle_on_configure().
bool arbitrator::Config::use_fixed_costs = false |
Definition at line 54 of file arbitrator_config.hpp.
Referenced by arbitrator::ArbitratorNode::ArbitratorNode(), and arbitrator::ArbitratorNode::handle_on_configure().