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

Your robot needs a name. Replace the first line with something like

<robot name="robot">

Your robot needs a name. Replace the first line with something like

<robot name="robot">

EDIT:

The command rosparam set robot_description bobby.urdf actually sets robot_description to the string "bobby.urdf". What you want is the actual contents of the xml file there instead. Try instead

rosparam set robot_description --textfile bobby.urdf