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

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Brian Gerkey
日付:  
To: ros-users
題目: 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.