-
Notifications
You must be signed in to change notification settings - Fork 69
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 MatrixView and Span in InverseKinematics #822
Add MatrixView and Span in InverseKinematics #822
Conversation
…irection() and ConvexHullProjectionConstraint::setProjectionAlongDirection() methods
Python tests fail :( |
7e2dc8d
to
1ced234
Compare
1ced234
to
557b0ce
Compare
Can you drop this change, i.e. the commit 5a57812 and similar changes in public APIs? It is an ABI-breaking change, and I think it would be great to land this change in iDynTree 3.x . Similar changes in private headers (such as changes in private/InverseKinematicsData.h) are ok instead. To avoid forgetting about this when we break ABI again, I added the issue #823 . |
…ctAlongDirection() and ConvexHullProjectionConstraint::setProjectionAlongDirection() methods" This reverts commit 5a57812.
Done! Let me know if it's ok. I'm implementing the test |
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.
Perfect!
Let me know if you are working on this, otherwise we can also merge it as it is for me. |
I try to write the test before Monday. I would be sure that everything is working as expected before merging |
Ok! |
Can we merge this? Squash and merge? |
Yes you can squash! |
This PR introduces the possibility to use MatrixView and Span as input in InverseKinematics class.
I also changed the signature of
setProjectionAlongDirection
andprojectAlongDirection
to take const references to vectors.