#include "carla/Logging.h"
#include "carla/trafficmanager/Constants.h"
#include "carla/trafficmanager/InMemoryMap.h"
#include <boost/geometry/geometries/box.hpp>
Go to the source code of this file.
Namespaces | |
carla | |
This file contains definitions of common data structures used in traffic manager. | |
carla::traffic_manager | |
Typedefs | |
using | carla::traffic_manager::RawNodeList = std::vector< WaypointPtr > |
using | carla::traffic_manager::TopologyList = std::vector< std::pair< WaypointPtr, WaypointPtr > > |