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

[Bug/Feature]: Horizontal plane calibration #17

Open
marbosjo opened this issue Sep 23, 2024 · 0 comments
Open

[Bug/Feature]: Horizontal plane calibration #17

marbosjo opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@marbosjo
Copy link

What do we want to achieve?

To calibrate potential misalignment of IMU mounting with respect to horizontal plane.

How do we plan to do it?

The compensation is done now by applying an offset to each axes, but this is wrong as first the correction for the ground plane must be applied.

In the set_horizontal service:

  1. compensation matrix must be computed an filled.
  2. bias can be computed after applying the previous rotation.

How can it be tested?

  1. Place robot in the ground.
  2. Check acceleration values, there should offset a bit from (0,0,9.8)
  3. Call service for calibration
  4. Check acceleration values, now they should be closer to (0,0,9.8)
  5. Restart robot a check values again.

Subtasks

No response

@marbosjo marbosjo added the enhancement New feature or request label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant