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

Hi, I think the error could be coming because of missing gazebo plugin. Adding this should solve your issue -

<gazebo> <plugin name="joint_state_publisher" filename="libgazebo_ros_joint_state_publisher.so"> <jointname>left_wheel,right_wheel</jointname> </plugin> </gazebo>

Hi, I think the error could be coming because of missing gazebo plugin. Adding this should solve your issue -

<gazebo>
        <plugin name="joint_state_publisher" filename="libgazebo_ros_joint_state_publisher.so">
            <jointname>left_wheel,right_wheel</jointname>
<jointName>left_wheel,right_wheel</jointName>
        </plugin>
</gazebo>

</gazebo>