CARLA
Public Attributes | List of all members
carla::client::ActorSnapshot Struct Reference

#include <ActorSnapshot.h>

+ Collaboration diagram for carla::client::ActorSnapshot:

Public Attributes

geom::Vector3D acceleration
 
rpc::ActorState actor_state
 
geom::Vector3D angular_velocity
 
ActorId id = 0u
 
sensor::data::ActorDynamicState::TypeDependentState state
 
geom::Transform transform
 
geom::Vector3D velocity
 

Detailed Description

Definition at line 18 of file ActorSnapshot.h.

Member Data Documentation

◆ acceleration

geom::Vector3D carla::client::ActorSnapshot::acceleration

◆ actor_state

rpc::ActorState carla::client::ActorSnapshot::actor_state

Definition at line 20 of file ActorSnapshot.h.

Referenced by carla::client::detail::Simulator::GetActorState().

◆ angular_velocity

geom::Vector3D carla::client::ActorSnapshot::angular_velocity

◆ id

ActorId carla::client::ActorSnapshot::id = 0u

Definition at line 19 of file ActorSnapshot.h.

◆ state

sensor::data::ActorDynamicState::TypeDependentState carla::client::ActorSnapshot::state

Definition at line 25 of file ActorSnapshot.h.

◆ transform

geom::Transform carla::client::ActorSnapshot::transform

◆ velocity

geom::Vector3D carla::client::ActorSnapshot::velocity

Definition at line 22 of file ActorSnapshot.h.

Referenced by carla::client::detail::Simulator::GetActorVelocity().


The documentation for this struct was generated from the following file: