is this why I'm not leaving?

mqb-long
Jason Young 3 years ago
parent 1b5762996a
commit a01b409b67
  1. 1
      selfdrive/controls/lib/longcontrol.py

@ -23,7 +23,6 @@ def long_control_state_trans(CP, active, long_control_state, v_ego, v_target,
starting_condition = (v_target_1sec > CP.vEgoStarting and starting_condition = (v_target_1sec > CP.vEgoStarting and
accelerating and accelerating and
not cruise_standstill and
not brake_pressed) not brake_pressed)
started_condition = v_ego > CP.vEgoStarting started_condition = v_ego > CP.vEgoStarting

Loading…
Cancel
Save