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'm guessing that you're attempting to use roslaunch directly with a node. This isn't possible because roslaunch expects launch files, not nodes. Launch files usually end with the launchfile extension and are XML files. You can launch them similar to

roslaunch <my_package> <my_launch_file.launch>

Take a look at roslaunch on the wiki.

I'm guessing that you're attempting to use roslaunch directly with a node. This isn't possible because roslaunch expects launch files, not nodes. Launch files usually end with the launchfile extension and are XML XML files. You can launch them similar to

roslaunch <my_package> <my_launch_file.launch>

Take a look at roslaunch on the wiki. .