ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The URDF to SDF conversion removes all fixed joints. One workaround is to replace fixed joints with revolute joints with 0 limits. I suggest using gzsdf to see the results of the URDF to SDF conversion.

Take a look at previous questions, such as https://answers.ros.org/question/106766/problem-at-urdf-to-sdf-conversion-using-gzsdf/

The URDF to SDF conversion removes all fixed joints. One workaround is to replace fixed joints with revolute joints with 0 limits. I suggest using gzsdf to see the results of the URDF to SDF conversion.conversion, you'll find instructions here: http://gazebosim.org/tutorials?tut=ros_urdf#VerifyingtheGazeboModelWorks

Take a look at previous questions, such as as: https://answers.ros.org/question/106766/problem-at-urdf-to-sdf-conversion-using-gzsdf/