champ icon indicating copy to clipboard operation
champ copied to clipboard

Issue with the robot walk in Gazebo

Open wgtayar opened this issue 1 year ago • 1 comments

Hello,

I am working with my own custom made robot and implemented champ on it. When testing a forward walk on gazebo, the robot drifts slowly towards the right.

The kinematics and the values for the link dimensions, weight, inertias, etc. are all double checked so the issue shouldn't be from there (I hope).

I did tune the PID controller parameters in the ros_control.yaml file several times, however, the drift still persists.

Any input would be greatly appreciated.

Thanks!

wgtayar avatar May 10 '24 10:05 wgtayar

I think walking off to one side is normal for both real and simulated robots. Real rovbots are never perfectly symmetric and simulations do not have infinite precision. So we have a direction controller that ass z-rototion to remove error, bAIXLLY. “direction PID”. With this, the robot can walk straight even if you intentionally make one leg shorter

On May 10, 2024, at 3:09 AM, Wajih Georges El Tayar @.***> wrote:

Hello,

I am working with my own custom made robot and implemented champ on it. When testing a forward walk on gazebo, the robot drifts slowly towards the right.

The kinematics and the values for the link dimensions, weight, inertias, etc. are all double checked so the issue shouldn't be from there (I hope).

I did tune the PID controller parameters in the ros_control.yaml file several times, however, the drift still persists.

Any input would be greatly appreciated.

Thanks!

— Reply to this email directly, view it on GitHub https://github.com/chvmp/champ/issues/142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQKNRWOAOLGDNGB5KOZRR3ZBSMF5AVCNFSM6AAAAABHQLODDWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI4DSNBSG42DGOI. You are receiving this because you are subscribed to this thread.

chrisalbertson avatar May 10 '24 15:05 chrisalbertson