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

If your are using a differential drive controller plugin for your robot then you can prevent Gazebo from publishing the odom transfrom by setting publishOdomTF to false

<gazebo>
    <plugin name="differential_drive_controller" filename="libgazebo_ros_diff_drive.so">
        ...
        <publishOdomTF>false</publishOdomTF>
        ...
    </plugin>
</gazebo>