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

I found my mistake. I had a type-o in my URDF. I was using an incorrect tag in the gazebo control element. Namely, I had

<gazebo> <plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so"> <robot_namespace>/gripper</robot_namespace> </plugin> </gazebo>

When I should have had

<gazebo> <plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so"> <robotNamespace>/gripper</robotNamespace> </plugin> </gazebo>

I found my mistake. I had a type-o in my URDF. I was using an incorrect tag in the gazebo control plugin namespace element. Namely, I had

<gazebo> <plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so"> <robot_namespace>/gripper</robot_namespace> </plugin> </gazebo>

When I should have had

<gazebo> <plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so"> <robotNamespace>/gripper</robotNamespace> </plugin> </gazebo>