remove blank whitespace (#25921)

pull/25868/head
Lee Jong Mun 3 years ago committed by GitHub
parent 74f741d0be
commit 7df0e3efcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/controls/lib/longcontrol.py
  2. 1
      selfdrive/controls/lib/longitudinal_mpc_lib/long_mpc.py

@ -50,10 +50,6 @@ def long_control_state_trans(CP, active, long_control_state, v_ego, v_target,
elif started_condition:
long_control_state = LongCtrlState.pid
return long_control_state

@ -387,7 +387,6 @@ class LongitudinalMpc:
self.source = 'lead1'
def update_with_xva(self, x, v, a):
self.params[:,0] = -10.
self.params[:,1] = 10.

Loading…
Cancel
Save