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

Cerberus can be used for different legged robots ? #16

Open
bhyu0924 opened this issue Dec 3, 2023 · 1 comment
Open

Cerberus can be used for different legged robots ? #16

bhyu0924 opened this issue Dec 3, 2023 · 1 comment

Comments

@bhyu0924
Copy link

bhyu0924 commented Dec 3, 2023

Using go1 custom dataset, I checked cerberus can work pretty well.
But I just found if I use different dataset from bigger robot (lets say Anymal or etc.), cerberus diverged when it starts.
I believe this happened due to wrong params for different robots.
Any suggestions?

Here are possible issues

  1. different joint order
  2. different leg length (already updated accordingly but still diverged)
  3. different joint encoder and noise param.
@ShuoYangRobotics
Copy link
Owner

You have to make a new config folder as https://github.com/ShuoYangRobotics/Cerberus/tree/main/config
And put your camera parameters and robot transformation parameters in it.

Moreover, the leg kinematics in Cerberus is hand coded. You may want to modify the entire kinematics as shown in https://github.com/ShuoYangRobotics/Cerberus/tree/main/src/legKinematics

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