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

Sbc imu #60

Closed
wants to merge 2 commits into from
Closed

Sbc imu #60

wants to merge 2 commits into from

Conversation

joeuser846
Copy link
Contributor

These changes implement the Adafruit BNO055 IMU directly connected to the sbc (Rpi in my case) using I2C. The IMU data and motor encoder based odom is fused in robot_localization to create a much more robust odom.

Some of the changes in this PR are tangential and were just me trying various settings to clear problems with transform timings and "extrapolation into the future" errors. Those can be ignore or tweaked as appropriate. The key changes are in diffbot_control/config, ros-imu-bno055/launch, robot_localization/params, diffbot_description/urdf, and the diffbot_bringup/launch files that now also start the IMU and robot_localization, specifically: bringup_with_laser_imu.launch and bringup_all.launch.

Hope you find this useful. Thanks again for diffbot.

@fjp
Copy link
Member

fjp commented Mar 15, 2022

Thanks a lot @joeuser846, this looks very promising! I am planning to test it soon and provide detailed feedback to get this merged.

This pull request was closed.
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

Successfully merging this pull request may close these issues.

3 participants