Variables | |
static const uint16_t | ATTEMPTS_TO_TELEPORT = 5u |
static const float | CRITICAL_BRAKING_MARGIN = 0.2f |
static const float | EPSILON_RELATIVE_SPEED = 0.001f |
static const float | FOLLOW_LEAD_FACTOR = 2.0f |
static const float | FRICTION = 0.6f |
static const float | GRAVITY = 9.81f |
static const float | LANDMARK_DETECTION_TIME = 3.5f |
static const float | MAX_JUNCTION_BLOCK_DISTANCE = 1.0f * WaypointSelection::SAFE_DISTANCE_AFTER_JUNCTION |
static const float | MIN_FOLLOW_LEAD_DISTANCE = 2.0f |
static const float | PERC_MAX_SLOWDOWN = 0.08f |
static const float | PI = 3.1415927f |
static const float | RELATIVE_APPROACH_SPEED = 12.0f / 3.6f |
static const float | STOP_TARGET_VELOCITY = 10.0f / 3.6f |
static const float | TL_TARGET_VELOCITY = 15.0f / 3.6f |
static const float | TWO_KM = 2000.0f |
static const float | YIELD_TARGET_VELOCITY = 10.0f / 3.6f |
|
static |
Definition at line 123 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::Update().
|
static |
Definition at line 119 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::CollisionHandling().
|
static |
Definition at line 120 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::CollisionHandling(), and carla::traffic_manager::TrafficLightStage::HandleNonSignalisedJunction().
|
static |
Definition at line 132 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::CollisionHandling().
|
static |
Definition at line 128 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::GetTurnTargetVelocity().
|
static |
Definition at line 129 of file Constants.h.
Referenced by AInertialMeasurementUnit::ComputeAccelerometer(), and carla::traffic_manager::MotionPlanStage::GetTurnTargetVelocity().
|
static |
Definition at line 124 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::GetLandmarkTargetVelocity().
|
static |
Definition at line 121 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::SafeAfterJunction().
|
static |
Definition at line 118 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::CollisionHandling().
|
static |
Definition at line 131 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::CollisionHandling().
|
static |
Definition at line 130 of file Constants.h.
Referenced by FRoadMapPixelData::Encode(), FRoadMapPixelData::EncodeAsColor(), FRoadMapPixelData::GetDirectionAzimuthalAngle(), GetRotatedAzimuthAngle(), MapGen::getRotation(), and carla::traffic_manager::MotionPlanStage::Update().
|
static |
Definition at line 117 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::CollisionHandling().
|
static |
Definition at line 126 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::GetLandmarkTargetVelocity().
|
static |
Definition at line 125 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::GetLandmarkTargetVelocity().
|
static |
Definition at line 122 of file Constants.h.
|
static |
Definition at line 127 of file Constants.h.
Referenced by carla::traffic_manager::MotionPlanStage::GetLandmarkTargetVelocity().