CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::MapInfo Class Reference

#include <MapInfo.h>

+ Collaboration diagram for carla::rpc::MapInfo:

Public Member Functions

 MSGPACK_DEFINE_ARRAY (name, recommended_spawn_points)
 

Public Attributes

std::string name
 
std::vector< geom::Transformrecommended_spawn_points
 

Detailed Description

Definition at line 18 of file MapInfo.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::MapInfo::MSGPACK_DEFINE_ARRAY ( name  ,
recommended_spawn_points   
)

Member Data Documentation

◆ name

std::string carla::rpc::MapInfo::name

◆ recommended_spawn_points

std::vector<geom::Transform> carla::rpc::MapInfo::recommended_spawn_points

Definition at line 23 of file MapInfo.h.


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