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

Fix IMU bugs #12

Open
mbr4477 opened this issue Mar 2, 2020 · 2 comments
Open

Fix IMU bugs #12

mbr4477 opened this issue Mar 2, 2020 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@mbr4477
Copy link
Contributor

mbr4477 commented Mar 2, 2020

The BNO055 needs to be calibrated and the calibration state saved so it can be loaded when the ROS node starts. We've also had some issues getting the IMU to consistently initialize.

Two options:

  • Calibrate the BNO055 using the Python library in a separate script.
  • @ruffner said he might have a serial module we could plug and play use that he's worked with before. May be a good option to play to previous experience in the interest of time.
@mbr4477 mbr4477 added bug Something isn't working good first issue Good for newcomers labels Mar 2, 2020
@ruffner
Copy link

ruffner commented Mar 2, 2020 via email

@mbr4477
Copy link
Contributor Author

mbr4477 commented Mar 2, 2020

Sounds good. For reference, the current IMU node is publishing a quat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants