#include <RssCheck.h>
Public Attributes | |
EgoDynamicsOnRoute | ego_dynamics_on_route |
the ego dynamics on the route More... | |
::ad::map::match::Object | ego_match_object |
the ego map matched information More... | |
::ad::map::route::FullRoute | ego_route |
the ego route More... | |
carla::SharedPtr< carla::client::Actor > | other_actor |
::ad::map::match::Object | other_match_object |
the other object's map matched information More... | |
Definition at line 114 of file RssCheck.h.
EgoDynamicsOnRoute carla::rss::ActorConstellationData::ego_dynamics_on_route |
the ego dynamics on the route
Definition at line 122 of file RssCheck.h.
::ad::map::match::Object carla::rss::ActorConstellationData::ego_match_object |
the ego map matched information
Definition at line 116 of file RssCheck.h.
::ad::map::route::FullRoute carla::rss::ActorConstellationData::ego_route |
the ego route
Definition at line 119 of file RssCheck.h.
carla::SharedPtr<carla::client::Actor> carla::rss::ActorConstellationData::other_actor |
Definition at line 127 of file RssCheck.h.
::ad::map::match::Object carla::rss::ActorConstellationData::other_match_object |
the other object's map matched information
Definition at line 125 of file RssCheck.h.