Variables | |
static float const | DELTA = 25.0f |
static const float | INFINITE_DISTANCE = std::numeric_limits<float>::max() |
static const float | INV_MAP_RESOLUTION = 1.0f / MAP_RESOLUTION |
static const float | MAP_RESOLUTION = 5.0f |
static const float | MAX_GEODESIC_GRID_LENGTH = 20.0f |
static const double | MAX_WPT_DISTANCE = MAP_RESOLUTION/2.0 + SQUARE(MAP_RESOLUTION) |
static const float | MAX_WPT_RADIANS = 0.087f |
static const double | MIN_LANE_WIDTH = 1.0f |
static float const | STRAIGHT_DEG = 19.0f |
static float const | Z_DELTA = 500.0f |
|
static |
Definition at line 105 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::GetWaypointsInDelta().
|
static |
Definition at line 99 of file Constants.h.
|
static |
Definition at line 102 of file Constants.h.
Referenced by carla::traffic_manager::GetTargetWaypoint().
|
static |
Definition at line 101 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::SetUp().
|
static |
Definition at line 100 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::SetUp().
|
static |
Definition at line 103 of file Constants.h.
|
static |
Definition at line 104 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::SetUp().
|
static |
Definition at line 108 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::SetUp().
|
static |
Definition at line 107 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::SetUpRoadOption().
|
static |
Definition at line 106 of file Constants.h.
Referenced by carla::traffic_manager::InMemoryMap::GetWaypointsInDelta().