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 75 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::large_vehicle_model |
Definition at line 79 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::motorcycle_model |
Definition at line 81 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::pedestrian_model |
Definition at line 83 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::small_vehicle_model |
Definition at line 77 of file msg_conversion.hpp.
std::uint8_t carma_cooperative_perception::MotionModelMapping::unknown_model |
Definition at line 85 of file msg_conversion.hpp.