ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Instead of fixing the model to the world frame with a joint, you could try to use the following code outside of the link block:
<link name="pallet_body">
...
</link>
<gazebo reference="pallet_body">
<static>true</static>
<turnGravityOff>true</turnGravityOff>
</gazebo>