Struct defining the configuration for RSS processing of a given actor. More...
#include <RssCheck.h>
Public Attributes | |
::ad::rss::world::RssDynamics | actor_dynamics |
The Rss dynamics to be applied for the actor. More... | |
::ad::rss::world::ObjectType | actor_object_type |
The Rss object type to be used for the actor. More... | |
::ad::rss::world::RssDynamics | ego_vehicle_dynamics |
The Rss dynamics to be applied for the ego vehicle. More... | |
::ad::rss::map::RssSceneCreation::RestrictSpeedLimitMode | restrict_speed_limit_mode |
The mode for restricting speed limit. More... | |
::ad::rss::map::RssMode | rss_calculation_mode {::ad::rss::map::RssMode::NotRelevant} |
The calculation mode to be applied with the actor. More... | |
Struct defining the configuration for RSS processing of a given actor.
The RssSensor implementation allows to configure the actors individually for every frame
Definition at line 96 of file RssCheck.h.
::ad::rss::world::RssDynamics carla::rss::ActorConstellationResult::actor_dynamics |
The Rss dynamics to be applied for the actor.
Definition at line 111 of file RssCheck.h.
Referenced by carla::rss::RssCheck::RssCheck().
::ad::rss::world::ObjectType carla::rss::ActorConstellationResult::actor_object_type |
The Rss object type to be used for the actor.
Definition at line 108 of file RssCheck.h.
Referenced by carla::rss::RssCheck::RssCheck().
::ad::rss::world::RssDynamics carla::rss::ActorConstellationResult::ego_vehicle_dynamics |
The Rss dynamics to be applied for the ego vehicle.
Definition at line 105 of file RssCheck.h.
Referenced by carla::rss::RssCheck::RssCheck().
::ad::rss::map::RssSceneCreation::RestrictSpeedLimitMode carla::rss::ActorConstellationResult::restrict_speed_limit_mode |
The mode for restricting speed limit.
Definition at line 101 of file RssCheck.h.
Referenced by carla::rss::RssCheck::RssCheck().
::ad::rss::map::RssMode carla::rss::ActorConstellationResult::rss_calculation_mode {::ad::rss::map::RssMode::NotRelevant} |
The calculation mode to be applied with the actor.
Definition at line 98 of file RssCheck.h.
Referenced by carla::rss::RssCheck::RssCheck().