ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

See the attributes section on the roslaunch wiki page.

Using the "cwd" attribute, you can specify that the node should be started using the executable's directory as its working-directory. The default behavior is to use $ROS_HOME directory.

For example:

<launch>
  <node name="test" pkg="my_package" type="my_node" cwd="node" />
</launch>