Skip to content

Commit

Permalink
Update long_mpc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CT921 committed Jun 4, 2023
1 parent 62da2b6 commit d0541c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/controls/lib/longitudinal_mpc_lib/long_mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
MAX_ACCEL = 2.0
T_FOLLOW = 1.45
T_FOLLOW_E2E = 0.9
COMFORT_BRAKE = 2.5
COMFORT_BRAKE = 2.2
STOP_DISTANCE = 4.05

def get_stopped_equivalence_factor(v_lead, v_ego):
Expand Down

0 comments on commit d0541c0

Please sign in to comment.