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

There is a static tag for models : http://sdformat.org/spec?ver=1.6&elem=model

You can try to add the following lines to your urdf file (inside the robot tags) :

<gazebo>
    <static>1</static>
</gazebo>

There is a static tag for models : http://sdformat.org/spec?ver=1.6&elem=model

You can try to add the following lines to your urdf file (inside the robot tags) :

Update :

<gazebo>
    <static>1</static>
<static>true</static>
</gazebo>

<gazebo reference="obstacle">
    <material>Gazebo/Black</material>
</gazebo>