DataType RssObjectAdapterData.
More...
#include <ad/rss/map/RssObjectAdapterData.hpp>
|
| ::ad::rss::world::ObjectId | id {0} |
| |
| ::ad::rss::world::ObjectType | object_type {::ad::rss::world::ObjectType::Invalid} |
| |
| ::ad::map::point::ENUPoint | center_point |
| |
|
::ad::physics::Dimension2D | position_confidence_ellipse_half_axis_dimension |
| |
|
::ad::physics::Probability | position_confidence_ellipse_confidence_level |
| |
| ::ad::map::point::ENUHeading | heading {std::numeric_limits<double>::quiet_NaN()} |
| |
| ::ad::physics::Dimension3D | dimension |
| |
| ::ad::physics::SpeedRange | speed_range |
| |
| ::ad::physics::AngularVelocity | yaw_rate |
| |
| ::ad::physics::Angle | steering_angle {std::numeric_limits<double>::quiet_NaN()} |
| |
DataType RssObjectAdapterData.
struct describing the object data relevant to inject artificial objects
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ center_point
| ::ad::map::point::ENUPoint ad::rss::map::RssObjectAdapterData::center_point |
the object's position in ENU coordinates
◆ dimension
| ::ad::physics::Dimension3D ad::rss::map::RssObjectAdapterData::dimension |
the dimension of the object
◆ heading
| ::ad::map::point::ENUHeading ad::rss::map::RssObjectAdapterData::heading {std::numeric_limits<double>::quiet_NaN()} |
The objects heading in ENU coordinate system as angle measured from East to North axis (yaw) in radians.
◆ id
| ::ad::rss::world::ObjectId ad::rss::map::RssObjectAdapterData::id {0} |
◆ object_type
| ::ad::rss::world::ObjectType ad::rss::map::RssObjectAdapterData::object_type {::ad::rss::world::ObjectType::Invalid} |
◆ speed_range
| ::ad::physics::SpeedRange ad::rss::map::RssObjectAdapterData::speed_range |
◆ steering_angle
| ::ad::physics::Angle ad::rss::map::RssObjectAdapterData::steering_angle {std::numeric_limits<double>::quiet_NaN()} |
the ego vehicles' steering angle, if available
If the steering angle is not available, this field is left invalid. (see ::ad::physics::Angle::isValid())
The steering angle is especially relevant for unstructured constellations to be able to decide if the steering angle of the ego vehicle is in the allowed range for drive away. Otherwise that cannot be decided.
◆ yaw_rate
| ::ad::physics::AngularVelocity ad::rss::map::RssObjectAdapterData::yaw_rate |
The documentation for this struct was generated from the following file: