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

This may also occur if you are not referring to your launch file properly when you use the roslaunch command as it attempts to essentially run an empty file, for example:

roslaunch node_launch run

Instead of:

roslaunch node_launch run.launch

Where your launch file is called "run.launch".