Skip to content

Commit

Permalink
fix: calibrate imu offset (#44)
Browse files Browse the repository at this point in the history
* feat: calibrate imu offset

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* style(pre-commit): autofix

---------

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
kminoda and pre-commit-ci[bot] authored Aug 30, 2023
1 parent 9b8b406 commit bfc7e15
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**:
ros__parameters:
angular_velocity_offset_x: 0.0 # [rad/s]
angular_velocity_offset_y: 0.0 # [rad/s]
angular_velocity_offset_z: 0.0 # [rad/s]
angular_velocity_stddev_xx: 0.03 # [rad/s]
angular_velocity_stddev_yy: 0.03 # [rad/s]
angular_velocity_stddev_zz: 0.03 # [rad/s]
angular_velocity_stddev_xx: 0.00339
angular_velocity_stddev_yy: 0.00339
angular_velocity_stddev_zz: 0.00339
angular_velocity_offset_x: -0.005799
angular_velocity_offset_y: -0.007148
angular_velocity_offset_z: -0.001499

0 comments on commit bfc7e15

Please sign in to comment.