-
Notifications
You must be signed in to change notification settings - Fork 5
Friction compensation #40
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
Conversation
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.
Thank you @edantec!
All fixes done, let me know what you think |
I've fixed the python example and the friction test. We should be good now. |
a863bc9
to
75f0d7f
Compare
I have added back the throw exception because assert didn't warn us if the vectors have the right size (and this is dangerous). |
computeFriction now uses a proxy in python bindings. Note that in Python the torque vector provided in argument is still modified (so it is equal to the returned torque). |
No description provided.