ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When nodes are launched through roslaunch, their current working directory is set to ROS_HOME ( usually ~/.ros ).
This means that any file names you provide should use the full path to the file instead of a relative path. I would retry your launch with the full path to your config file.