Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ros2 IMU calibration #78

Open
M2-TE opened this issue Nov 20, 2024 · 0 comments
Open

ros2 IMU calibration #78

M2-TE opened this issue Nov 20, 2024 · 0 comments

Comments

@M2-TE
Copy link

M2-TE commented Nov 20, 2024

For the feature/ros2 branch, the default dlio config for baselink2imu

extrinsics/baselink2imu/t: [ 0., 0., 0. ]
extrinsics/baselink2imu/R: [ -1., 0., 0.,
0., 1., 0.,
0., 0., -1. ]

seems to differ from the main branch

extrinsics:
baselink2imu:
t: [ 0.006253, -0.011775, 0.007645 ]
R: [ 1., 0., 0.,
0., 1., 0.,
0., 0., 1. ]

shouldn't these two be brought in line? I've tested the ros2 branch with an ouster scanner, where the accel bias on z was constantly at -5, similar to #71, which results in large drift.

It also seems like imu/calibration: true is not respected, since there is no calibration step when compared to the main branch

imu/calibration: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant