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 gnss_to_map_convertor. More...
#include <gnss_to_map_convertor_config.hpp>
Public Attributes | |
std::string | base_link_frame = "base_link" |
std::string | map_frame = "map" |
std::string | heading_frame = "ned_heading" |
Friends | |
std::ostream & | operator<< (std::ostream &output, const Config &c) |
Stuct containing the algorithm configuration values for gnss_to_map_convertor.
Definition at line 28 of file gnss_to_map_convertor_config.hpp.
|
friend |
Definition at line 35 of file gnss_to_map_convertor_config.hpp.
std::string gnss_to_map_convertor::Config::base_link_frame = "base_link" |
Definition at line 30 of file gnss_to_map_convertor_config.hpp.
Referenced by gnss_to_map_convertor::Node::Node(), gnss_to_map_convertor::Node::handle_on_configure(), and gnss_to_map_convertor::Node::parameter_update_callback().
std::string gnss_to_map_convertor::Config::heading_frame = "ned_heading" |
Definition at line 32 of file gnss_to_map_convertor_config.hpp.
Referenced by gnss_to_map_convertor::Node::Node(), gnss_to_map_convertor::Node::handle_on_configure(), and gnss_to_map_convertor::Node::parameter_update_callback().
std::string gnss_to_map_convertor::Config::map_frame = "map" |
Definition at line 31 of file gnss_to_map_convertor_config.hpp.
Referenced by gnss_to_map_convertor::Node::Node(), gnss_to_map_convertor::Node::handle_on_configure(), and gnss_to_map_convertor::Node::parameter_update_callback().