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

The correct syntax for running a launchfile is roslaunch <package_name> <launchfile_name> You have to add your package in the command, so it would be sth like this: roslaunch your_package odom_subscriber.launch

See wiki

The correct syntax for running a launchfile is

roslaunch <package_name> <launchfile_name>

You have to add your package in the command, so it would be sth like this: this:

roslaunch your_package odom_subscriber.launch

See the roslaunch wiki

EDIT: as corrected by @gvdhoorn

The correct syntax for running a launchfile is

roslaunch <package_name> <launchfile_name>

You have to add OR

roslaunch /path/to/file.launch

So in your package in the command, so case it would be sth like this:

roslaunch your_package odom_subscriber.launch odom_subscriber.launch or roslaunch /path/to/odom_subscriber.launch

See the roslaunch wiki