CARLA
ActorSnapshot.h
Go to the documentation of this file.
1 // Copyright (c) 2021 Computer Vision Center (CVC) at the Universitat Autonoma
2 // de Barcelona (UAB).
3 //
4 // This work is licensed under the terms of the MIT license.
5 // For a copy, see <https://opensource.org/licenses/MIT>.
6 
7 #pragma once
8 
9 #include "carla/geom/Transform.h"
10 #include "carla/geom/Vector3D.h"
11 #include "carla/rpc/ActorId.h"
12 #include "carla/rpc/ActorState.h"
14 
15 namespace carla {
16 namespace client {
17 
18  struct ActorSnapshot {
19  ActorId id = 0u;
26  };
27 
28 } // namespace client
29 } // namespace carla
sensor::data::ActorDynamicState::TypeDependentState state
Definition: ActorSnapshot.h:25
This file contains definitions of common data structures used in traffic manager. ...
Definition: Carla.cpp:133
carla::ActorId ActorId
geom::Vector3D angular_velocity
Definition: ActorSnapshot.h:23