-
Notifications
You must be signed in to change notification settings - Fork 48
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 joinType option to linkattacher #461
Conversation
The only problem with this implementation involves the fact that when the
I don't know if this should be somehow handled. |
I would list explicitly the supported joint types, and fail early with a clear error message if one of the non-supported types is passed. |
@traversaro A possibility, is that I might refer to |
Yes, let's refer to that and only allow those values. In the remote case in which a new joint type will be added to SDF, we will update the plugin. |
I have add the check with 99485d1, and I have also tested all the available joint types noting that |
c6fcea0
to
f0bbe79
Compare
I have cleaned the commit history, waiting for the checks to merge. |
CI is fine, merged. Thanks for the contribution. We do not plan for any feature release in the near future, if you need this change out for 2020.02 feel free to ping me (see robotology/robotology-superbuild#331). |
This PR add the possibility to use
linkattacher
plugin creating type of joint different fromfixed
. In particular, the fixed joint will remain the default type, but any other existing jointType can be used by definingjointType
in the configuration as explained in https://github.com/lrapetti/gazebo-yarp-plugins/tree/update-linkattacher/plugins/linkattacher#usage