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

Issue with Physical Robot Response to IMU Data in CHAMP #152

Open
jstut0011 opened this issue Mar 18, 2025 · 1 comment
Open

Issue with Physical Robot Response to IMU Data in CHAMP #152

jstut0011 opened this issue Mar 18, 2025 · 1 comment

Comments

@jstut0011
Copy link

Hi,

I'm having trouble getting the physical robot to respond to IMU data. I'm using the CHAMP project. The data is being sent, and the visualization in RViz works – the XYZ widget moves.

According to point 4 in the documentation, I should send data to the /imu/data topic:
https://github.com/chvmp/champ/wiki/Hardware-Integration

Can anyone help me figure out what I'm missing to make the physical robot respond to IMU movements?

Thanks!

@Quothd
Copy link

Quothd commented Mar 18, 2025

If I recall correctly from another issue - nothing is done with the IMU data.
You need to add the code interpreting the IMU data and using it to update the tilt / roll etc high level commands before they are sent to the IK. (you also need to set limits and averages otherwise it will constantly be overcompensating / adjusting stance based on the IMU data.

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

2 participants