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.
LocalizationTypes.cpp File Reference
Include dependency graph for LocalizationTypes.cpp:

Go to the source code of this file.

Namespaces

namespace  localization_manager
 

Functions

std::ostream & localization_manager::operator<< (std::ostream &os, LocalizerMode m)
 Stream operator for LocalizerMode enum. More...
 
std::ostream & localization_manager::operator<< (std::ostream &os, LocalizationState s)
 Stream operator for LocalizationState enum. More...
 
std::ostream & localization_manager::operator<< (std::ostream &os, LocalizationSignal s)
 Stream operator for LocalizationSignal enum. More...
 
carma_localization_msgs::msg::LocalizationStatusReport localization_manager::stateToMsg (LocalizationState state, const rclcpp::Time &stamp)
 Helper function to convert LocalizationState objects into LocalizationStatusReport ROS messages. More...