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 you check this tutorial, you'll see that it launches display.launch by using:

roslaunch urdf_tutorial display.launch model:=urdf/01-myfirst.urdf

You need to add the argument model to tell the launch file which model to use, as you can see in the example above (and the tutorial). You haven't added the argument.