#include <MapInfo.h>
Public Member Functions | |
MSGPACK_DEFINE_ARRAY (name, recommended_spawn_points) | |
Public Attributes | |
std::string | name |
std::vector< geom::Transform > | recommended_spawn_points |
carla::rpc::MapInfo::MSGPACK_DEFINE_ARRAY | ( | name | , |
recommended_spawn_points | |||
) |
std::string carla::rpc::MapInfo::name |
Definition at line 21 of file MapInfo.h.
Referenced by carla::client::detail::Simulator::GetCurrentMap(), and carla::client::detail::Simulator::ShouldUpdateMap().
std::vector<geom::Transform> carla::rpc::MapInfo::recommended_spawn_points |