make linter happy

albatross
Bruce Wayne 2020-05-14 17:38:52 -07:00
parent 013e49bf90
commit f8a0eb0f7a
1 changed files with 1 additions and 1 deletions

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])