Inherit (privately) to suppress copy construction and assignment.
Used to initialize Actor classes.
ActorInitializer(ActorInitializer &&)=default
Internal state of an Actor.
const std::vector< uint8_t > & GetSemanticTags() const
EpisodeProxy & GetEpisode()
std::vector< ActorAttributeValue > _attributes
const geom::BoundingBox & GetBoundingBox() const
SharedPtr< Actor > GetParent() const
const std::vector< ActorAttributeValue > & GetAttributes() const
const rpc::Actor & GetActorDescription() const
ActorState(rpc::Actor description, EpisodeProxy episode)
ActorId GetParentId() const
const std::string & GetDisplayId() const
const std::string & GetTypeId() const
const EpisodeProxy & GetEpisode() const
Connects and controls a CARLA Simulator.
std::vector< uint8_t > semantic_tags
ActorDescription description
geom::BoundingBox bounding_box
This file contains definitions of common data structures used in traffic manager.
boost::shared_ptr< T > SharedPtr
Use this SharedPtr (boost::shared_ptr) to keep compatibility with boost::python, but it would be nice...