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

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>