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 trajectory_executor. More...
#include <trajectory_executor_config.hpp>
Public Attributes | |
double | trajectory_publish_rate = 10.0 |
std::string | default_control_plugin = "pure_pursuit_wrapper_node" |
std::string | default_control_plugin_topic = "/guidance/plugins/pure_pursuit/plan_trajectory" |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Struct containing the algorithm configuration values for trajectory_executor.
Definition at line 25 of file trajectory_executor_config.hpp.
|
friend |
Definition at line 34 of file trajectory_executor_config.hpp.
std::string trajectory_executor::Config::default_control_plugin = "pure_pursuit_wrapper_node" |
Definition at line 29 of file trajectory_executor_config.hpp.
Referenced by trajectory_executor::TrajectoryExecutor::TrajectoryExecutor(), trajectory_executor::TrajectoryExecutor::handle_on_configure(), trajectory_executor::TrajectoryExecutor::onTrajEmitTick(), trajectory_executor::TrajectoryExecutor::parameter_update_callback(), and trajectory_executor::TrajectoryExecutor::queryControlPlugins().
std::string trajectory_executor::Config::default_control_plugin_topic = "/guidance/plugins/pure_pursuit/plan_trajectory" |
Definition at line 31 of file trajectory_executor_config.hpp.
Referenced by trajectory_executor::TrajectoryExecutor::TrajectoryExecutor(), trajectory_executor::TrajectoryExecutor::handle_on_configure(), trajectory_executor::TrajectoryExecutor::parameter_update_callback(), and trajectory_executor::TrajectoryExecutor::queryControlPlugins().
double trajectory_executor::Config::trajectory_publish_rate = 10.0 |
Definition at line 27 of file trajectory_executor_config.hpp.
Referenced by trajectory_executor::TrajectoryExecutor::TrajectoryExecutor(), trajectory_executor::TrajectoryExecutor::handle_on_activate(), trajectory_executor::TrajectoryExecutor::handle_on_configure(), and trajectory_executor::TrajectoryExecutor::parameter_update_callback().