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
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
different joint order
different leg length (already updated accordingly but still diverged)
different joint encoder and noise param.
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: