make linter happy

pull/1515/head
Bruce Wayne 5 years ago
parent 013e49bf90
commit f8a0eb0f7a
  1. 2
      selfdrive/locationd/models/live_kf.py

@ -158,7 +158,7 @@ class LiveKalman():
#
# Observation functions
#
imu_rot = euler_rotate(*imu_angles)
#imu_rot = euler_rotate(*imu_angles)
h_gyro_sym = sp.Matrix([vroll + roll_bias,
vpitch + pitch_bias,
vyaw + yaw_bias])

Loading…
Cancel
Save