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

Revision history [back]

When you use roslaunch and then make or save files/directories, those files and directories are created at $ROS_HOME, typically set to /home/user/.ros/. I suggest you look at that location for your images.

Additionally, you can specify a location to write files to using a parameter for your node. In your launch file you can set that parameter, and even have it be relative to a package. See http://wiki.ros.org/roslaunch/XML, specifically the $(find pkg) syntax.