2011/2/7 koen buys : > Hi all, > > I'm including the image_view package (which is in its own launch file) > in another launch file, when I launch this second launch file it seems > that the image_view is executed from ~/.ros/ folder and also saves > it output there. Is this default behavior? I would like that my > included launch files also start from the $PWD location. There is the cwd attribute for node elements: http://www.ros.org/wiki/roslaunch/XML/node I was looking for the same thing two days ago :) Steven > > Greets, > > Koen > > This is the content from image_view launch file: > > koen@pma-09-031 > ~/ros/private-kul-ros-pkg/kul_sensor_launch/launch/streaming $ cat > ../imview/imview_584.launch > >         >         >         name="prosilica_viewer_color_584" output="screen" > launch-prefix="gnome-terminal -x"> >                 >                 >                 >         > > > And I include it like this: > > > _______________________________________________ > ros-users mailing list > ros-users@code.ros.org > https://code.ros.org/mailman/listinfo/ros-users >