-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support for nonConsideredAxesPositions parameter #188
Add support for nonConsideredAxesPositions parameter #188
Conversation
pixi CI has been modified to use robotology/idyntree#1174, so it works. conda CI fails as expected. |
conda CI is failing as we do not have an icub-main binary compiled with ipopt 3.14.15 or 3.14.16 . I guess we can just remove icub-main for the time being. |
Actually we can't, as icub-main is actually a dependency of whole-body-estimator. The pixi CI is working as it is compiling icub-main from source. At this point, I think we can just drop the |
Ok, now the PR is ready for review. @GiulioRomualdi @S-Dafarra |
Great! |
This PR requires iDynTree v12.2.0, to use the feature added in robotology/idyntree#1174 . It can be used to deal with robots that have the revolute joints fixed to a given position, using the
nonConsideredAxesPositions
option to set their value. If the value of a joint is not set, it is assumed that the joint is fixed to the 0 position, as it happened before this