You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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!
The text was updated successfully, but these errors were encountered: