Skip to content
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

Mention preserveFixedJoint option in ros_urdf tutorial #91

Open
osrf-migration opened this issue Apr 24, 2019 · 0 comments
Open

Mention preserveFixedJoint option in ros_urdf tutorial #91

osrf-migration opened this issue Apr 24, 2019 · 0 comments
Labels
bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Silvio Traversaro (Bitbucket: traversaro).


The preserveFixedJoint option of the URDF --> SDF converter (added in https://bitbucket.org/osrf/sdformat/pull-requests/352/add-preservefixedjoint-option-to-the-urdf/diff ) is useful to make sure that URDF fixed joints are transformed to SDF fixed joints (it can be used for example to model six axis FT sensors as documented in http://gazebosim.org/tutorials?tut=force_torque_sensor&cat=sensors).

It would be useful to document this option in the ros_urdf tutorial, to reduce confusion for users (see http://answers.gazebosim.org/question/21118/converting-urdf-to-sdf-preservefixedjoint-not-working/).

A tricky aspect is to clearly document on which versions of Gazebo this option can be used.
preserveFixedJoint was added in some minor release of SDFormat 4 so it should be available using Gazebo7 (see http://gazebosim.org/tutorials?tut=install_dependencies_from_source), that in turn is compatible with ROS >= Kinetic (see http://gazebosim.org/tutorials/?tut=ros_wrapper_versions).

However, if they use Gazebo7 from the official ubuntu repositories of Ubuntu 16.04, note that no new minor release of SDFormat 4 was released for it, so you still cannot use preserveFixedJoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

2 participants