-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding inverse kinematic controller #9
Conversation
This PR is still a draft, because we need to understand how to automatically add tag to the contacts in mujoco for the feet rear and front. |
This has been solved in 25ada23 , but there are still some issues in the computation of the wrenches that I want to furtherly investigate before resolving the draft status |
…in the foot center
I have decided to add in a future a PR solely for the examples. thus now this PR is ready for review. The problem with the wrenches has been solved.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments.
Nit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some initial comments on the notebook
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
@S-Dafarra I think I resolve all your comments, let me know if there is something I have missed |
Thanks all ! Merging ! |
This PR include the inverse kinematic controller and the related example to make the robot walk, in position control, using bipedal locomotion inverse kinematic, centroidal MPC and mujoco simulator.
It depends on bipedal locomotion framework version 0.16