_drop_route | carla::client::RssSensor | private |
_global_map_initialization_counter_ | carla::client::RssSensor | privatestatic |
_last_processed_frame | carla::client::RssSensor | private |
_on_tick_register_id | carla::client::RssSensor | private |
_processing_lock | carla::client::RssSensor | private |
_rss_actor_constellation_callback | carla::client::RssSensor | private |
_rss_check | carla::client::RssSensor | private |
_rss_check_timings | carla::client::RssSensor | private |
_tick_future | carla::client::RssSensor | private |
Actor(ActorInitializer init) | carla::client::Actor | inlineexplicit |
ActorConstellationCallbackFunctionType typedef | carla::client::RssSensor | |
ActorState(rpc::Actor description, EpisodeProxy episode) | carla::client::detail::ActorState | explicitprotected |
AddAngularImpulse(const geom::Vector3D &vector) | carla::client::Actor | |
AddForce(const geom::Vector3D &force) | carla::client::Actor | |
AddForce(const geom::Vector3D &force, const geom::Vector3D &location) | carla::client::Actor | |
AddImpulse(const geom::Vector3D &vector) | carla::client::Actor | |
AddImpulse(const geom::Vector3D &impulse, const geom::Vector3D &location) | carla::client::Actor | |
AddTorque(const geom::Vector3D &vector) | carla::client::Actor | |
AppendRoutingTarget(const ::carla::geom::Transform &routing_target) | carla::client::RssSensor | |
CallbackFunctionType typedef | carla::client::Sensor | |
Destroy() | carla::client::Actor | virtual |
DisableConstantVelocity() | carla::client::Actor | |
DropRoute() | carla::client::RssSensor | |
EnableConstantVelocity(const geom::Vector3D &vector) | carla::client::Actor | |
GetAcceleration() const | carla::client::Actor | |
GetActorDescription() const | carla::client::detail::ActorState | inlineprotected |
GetActorState() const | carla::client::Actor | |
GetAngularVelocity() const | carla::client::Actor | |
GetAttributes() const | carla::client::detail::ActorState | inline |
GetBoundingBox() const | carla::client::detail::ActorState | inlineprotected |
GetDisplayId() const | carla::client::detail::ActorState | inline |
GetEgoVehicleDynamics() const | carla::client::RssSensor | |
GetEpisode() | carla::client::detail::ActorState | inlineprotected |
GetEpisode() const | carla::client::detail::ActorState | inlineprotected |
GetId() const | carla::client::detail::ActorState | inline |
GetLocation() const | carla::client::Actor | |
GetOtherVehicleDynamics() const | carla::client::RssSensor | |
GetParent() const | carla::client::detail::ActorState | |
GetParentId() const | carla::client::detail::ActorState | inline |
GetPedestrianDynamics() const | carla::client::RssSensor | |
GetRoadBoundariesMode() const | carla::client::RssSensor | |
GetRoutingTargets() const | carla::client::RssSensor | |
GetSemanticTags() const | carla::client::detail::ActorState | inline |
GetTransform() const | carla::client::Actor | |
GetTypeId() const | carla::client::detail::ActorState | inline |
GetVelocity() const | carla::client::Actor | |
GetWorld() const | carla::client::detail::ActorState | inline |
IsActive() const | carla::client::Actor | inline |
IsAlive() const | carla::client::Actor | inline |
IsDormant() const | carla::client::Actor | inline |
IsListening() const override | carla::client::RssSensor | inlinevirtual |
Listen(CallbackFunctionType callback) override | carla::client::RssSensor | virtual |
RegisterActorConstellationCallback(ActorConstellationCallbackFunctionType callback) | carla::client::RssSensor | |
ResetRoutingTargets() | carla::client::RssSensor | |
RssSensor(ActorInitializer init) | carla::client::RssSensor | explicit |
Serialize() const | carla::client::Actor | inline |
SetActorDead() | carla::client::Actor | |
SetCollisions(bool enabled=true) | carla::client::Actor | |
SetEgoVehicleDynamics(const ::ad::rss::world::RssDynamics &ego_dynamics) | carla::client::RssSensor | |
SetEnableGravity(bool enabled=true) | carla::client::Actor | |
SetLocation(const geom::Location &location) | carla::client::Actor | |
SetLogLevel(const uint8_t &log_level) | carla::client::RssSensor | |
SetMapLogLevel(const uint8_t &map_log_level) | carla::client::RssSensor | |
SetOtherVehicleDynamics(const ::ad::rss::world::RssDynamics &other_vehicle_dynamics) | carla::client::RssSensor | |
SetPedestrianDynamics(const ::ad::rss::world::RssDynamics &pedestrian_dynamics) | carla::client::RssSensor | |
SetRoadBoundariesMode(const ::carla::rss::RoadBoundariesMode &road_boundaries_mode) | carla::client::RssSensor | |
SetSimulatePhysics(bool enabled=true) | carla::client::Actor | |
SetTargetAngularVelocity(const geom::Vector3D &vector) | carla::client::Actor | |
SetTargetVelocity(const geom::Vector3D &vector) | carla::client::Actor | |
SetTransform(const geom::Transform &transform) | carla::client::Actor | |
Stop() override | carla::client::RssSensor | virtual |
TickRssSensor(const client::Timestamp ×tamp, CallbackFunctionType callback) | carla::client::RssSensor | private |
TickRssSensorThreadLocked(const client::Timestamp ×tamp, SharedPtr< carla::client::ActorList > actors, CallbackFunctionType callback) | carla::client::RssSensor | private |
~Actor()=default | carla::client::Actor | virtual |
~RssSensor() | carla::client::RssSensor | |