Re: [ros-users] Writing images to different directories

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Brian Gerkey
Datum:  
Aan: ros-users
Onderwerp: Re: [ros-users] Writing images to different directories
On Wed, Mar 31, 2010 at 4:28 PM, Patrick Mihelich
<> wrote:
> On Wed, Mar 31, 2010 at 3:04 PM, Patrick Bouffard
> <> wrote:
>>
>> Now normally if I start
>> image_view manually and click on the window it will save frames to the
>> current directory. But it seems like if it's started in a launch file,
>> the image isn't saved anywhere.
>
> It should be saved to $ROS_ROOT.


That's not a great default, because ROS_ROOT will often be read-only.
ROS_HOME (with a default of ~/.ros) is a better choice.

    brian.