-
Notifications
You must be signed in to change notification settings - Fork 1
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
Humanoid planning planners #12
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Renamed a parameter in dcc_complementarity_margin for better clarity
In multiple shooting solver, exploit the base name in case the initial condition name is not set
- Max angular momentum - Min com height - Min lateral distance
Added linear com velocity cost
…ion task Renamed the yaw alignment function for consistency
Added method to solve the problem
Initial filling of the main file for the walking planner
Also, making sure to call the superclass __post_init__
…ing mass regularization
…int on the maximum feet height difference
S-Dafarra
force-pushed
the
humanoidPlanning_planners
branch
from
February 1, 2024 17:36
860c84f
to
3e70dd0
Compare
Hi @rob-mau @diegoferigo, if you don't have comments, I would proceed in merging this |
rob-mau
reviewed
Feb 23, 2024
diegoferigo
approved these changes
Feb 23, 2024
rob-mau
approved these changes
Feb 23, 2024
Mergin, thanks a lot @rob-mau @diegoferigo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the last PR after which all the modifications of the former
humanoidPlanning
branch.Hopefully, this should also be the last PR with such large modifications.
This PR introduces the
turnkey_planners
, which are ready to use planners to perform locomotion tasks.I also updated the README with the current status of the project