make linter happy

This commit is contained in:
Bruce Wayne
2020-05-14 17:38:52 -07:00
parent 013e49bf90
commit f8a0eb0f7a
+1 -1
View File
@@ -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])