We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is possible to get the handle of the RevoluteJoint and FixedJoint using the (python) bindings thanks to
RevoluteJoint
FixedJoint
idyntree/bindings/joints.i
Lines 15 to 41 in ab93364
It would be nice if these can be extended to other types of joints, in particular I would be like to have is/asPrismaticJoint
is/asPrismaticJoint
The text was updated successfully, but these errors were encountered:
It should be sufficient to add the code similar to the revolute one for the other types, feel free to open a PR, thanks!
Sorry, something went wrong.
bindings: add is/asPrismaticJoint
d581449
It fixes #881
Successfully merging a pull request may close this issue.
It is possible to get the handle of the
RevoluteJoint
andFixedJoint
using the (python) bindings thanks toidyntree/bindings/joints.i
Lines 15 to 41 in ab93364
It would be nice if these can be extended to other types of joints, in particular I would be like to have
is/asPrismaticJoint
The text was updated successfully, but these errors were encountered: