-
Notifications
You must be signed in to change notification settings - Fork 76
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
Python Binding for TaskActuationEquality #233
Comments
Unfortunately at the moment there are no python bindings for TaskActuationEquality. You could approximate by adding a large penalty on the torque of the passive joint. Alternatively, I could guide you through the implementation of the Python bindings, which is rather simple if you have some experience with C++. |
Hi @andreadelprete , Thank you. |
Hi @rua0ra1 ,
This should do it, but if you encounter any issue feel free to ask me here. |
Thanks for the details @andreadelprete. I will work on it and get back to you if i encounter any issues. Thank you and have a good one :) |
Hi,
Is there a python binding available for TaskActuationEquality.
I need to specify a passive joint in TSID. To do that, I want to set the torque of that joint to be equal to zero. However, when I try to implement it I get the following error.
"AttributeError: module 'tsid' has no attribute 'TaskActuationEquality' ".
The text was updated successfully, but these errors were encountered: