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.
|
Struct containing the algorithm configuration values for the route node. More...
#include <route_config.hpp>
Public Attributes | |
double | max_crosstrack_error = 2.0 |
double | destination_downtrack_range = 10.0 |
double | route_spin_rate = 10.0 |
int | cte_max_count = 4 |
std::string | route_file_path = "NULL" |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Struct containing the algorithm configuration values for the route node.
Definition at line 28 of file route_config.hpp.
|
friend |
Definition at line 37 of file route_config.hpp.
int route::Config::cte_max_count = 4 |
Definition at line 33 of file route_config.hpp.
Referenced by route::Route::Route(), route::Route::handle_on_configure(), and route::Route::parameter_update_callback().
double route::Config::destination_downtrack_range = 10.0 |
Definition at line 31 of file route_config.hpp.
Referenced by route::Route::Route(), route::Route::handle_on_configure(), and route::Route::parameter_update_callback().
double route::Config::max_crosstrack_error = 2.0 |
Definition at line 30 of file route_config.hpp.
Referenced by route::Route::Route(), route::Route::handle_on_configure(), and route::Route::parameter_update_callback().
std::string route::Config::route_file_path = "NULL" |
Definition at line 34 of file route_config.hpp.
Referenced by route::Route::Route(), route::Route::handle_on_activate(), route::Route::handle_on_configure(), and route::Route::parameter_update_callback().
double route::Config::route_spin_rate = 10.0 |
Definition at line 32 of file route_config.hpp.
Referenced by route::Route::Route(), route::Route::handle_on_activate(), route::Route::handle_on_configure(), and route::Route::parameter_update_callback().