Skip to content

Commit

Permalink
refactor imu_corrector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Oct 18, 2019
1 parent 7b5b83c commit 6a8accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_fetch_robot/jsk_fetch_startup/scripts/imu_corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _cb(self, msg):
msg.header.frame_id = 'base_link'
msg.angular_velocity_covariance = [0, 0, 0,
0, 0, 0,
0, 0, 0.000004]
0, 0, 4e-6]
self.pub.publish(msg)


Expand Down

0 comments on commit 6a8accb

Please sign in to comment.