make linter happy

old-commit-hash: f8a0eb0f7a9a63404b82b3f131436dcd5d9958c8
This commit is contained in:
Bruce Wayne
2020-05-14 17:38:52 -07:00
parent 777e183af3
commit 157c671a60
+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])