mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
lower min lane change speed to 30mph (#20586)
* lower min lane change speed to 30mph * update refs
This commit is contained in:
@@ -17,7 +17,7 @@ LaneChangeDirection = log.LateralPlan.LaneChangeDirection
|
||||
|
||||
LOG_MPC = os.environ.get('LOG_MPC', False)
|
||||
|
||||
LANE_CHANGE_SPEED_MIN = 45 * CV.MPH_TO_MS
|
||||
LANE_CHANGE_SPEED_MIN = 30 * CV.MPH_TO_MS
|
||||
LANE_CHANGE_TIME_MAX = 10.
|
||||
# this corresponds to 80deg/s and 20deg/s steering angle in a toyota corolla
|
||||
MAX_CURVATURE_RATES = [0.03762194918267951, 0.003441203371932992]
|
||||
|
||||
@@ -1 +1 @@
|
||||
3d5755261e5807d695b4a7e1c33c27a5baed4606
|
||||
724ca5ef28a601d5c78e63fb59890c6c93bd07d7
|
||||
Reference in New Issue
Block a user