reduce min lane change speed to 15mph (#25689)

This commit is contained in:
Adeeb Shihadeh
2022-09-07 16:50:25 -07:00
committed by GitHub
parent e9c87daef6
commit 445492a6d8
+1 -1
View File
@@ -5,7 +5,7 @@ from common.realtime import DT_MDL
LaneChangeState = log.LateralPlan.LaneChangeState
LaneChangeDirection = log.LateralPlan.LaneChangeDirection
LANE_CHANGE_SPEED_MIN = 30 * CV.MPH_TO_MS
LANE_CHANGE_SPEED_MIN = 15 * CV.MPH_TO_MS
LANE_CHANGE_TIME_MAX = 10.
DESIRES = {