ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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".