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 <msg_conversion.hpp>
Public Attributes | |
std::uint8_t | small_vehicle_model |
std::uint8_t | large_vehicle_model |
std::uint8_t | motorcycle_model |
std::uint8_t | pedestrian_model |
std::uint8_t | unknown_model |
Definition at line 119 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::large_vehicle_model |
Definition at line 123 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::motorcycle_model |
Definition at line 125 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::pedestrian_model |
Definition at line 127 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::small_vehicle_model |
Definition at line 121 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::unknown_model |
Definition at line 129 of file msg_conversion.hpp.