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 <j2735_types.hpp>
Static Public Member Functions | |
static auto | from_msg (const j2735_v2x_msgs::msg::Position3D &msg) -> Position3D |
static auto | from_msg (const carma_v2x_msgs::msg::Position3D &msg) -> Position3D |
Public Attributes | |
units::angle::deci_micro_degrees_t | latitude {0.0} |
units::angle::deci_micro_degrees_t | longitude {0.0} |
std::optional< units::length::deca_centimeters_t > | elevation |
Definition at line 63 of file j2735_types.hpp.
|
static |
Definition at line 88 of file j2735_types.cpp.
References elevation.
|
static |
Definition at line 75 of file j2735_types.cpp.
References elevation.
Referenced by carma_cooperative_perception::to_detection_list_msg().
std::optional<units::length::deca_centimeters_t> carma_cooperative_perception::Position3D::elevation |
Definition at line 67 of file j2735_types.hpp.
Referenced by from_msg().
units::angle::deci_micro_degrees_t carma_cooperative_perception::Position3D::latitude {0.0} |
Definition at line 65 of file j2735_types.hpp.
units::angle::deci_micro_degrees_t carma_cooperative_perception::Position3D::longitude {0.0} |
Definition at line 66 of file j2735_types.hpp.