Re: [Ros-release] ROS Fuerte Freeze Schedule Update

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Jack O'Quin
Date:  
To: Tully Foote
CC: ros-release
Subject: Re: [Ros-release] ROS Fuerte Freeze Schedule Update
On Fri, Feb 3, 2012 at 1:47 AM, Tully Foote <> wrote:
> On Thu, Feb 2, 2012 at 5:56 PM, Tully Foote <> wrote:
>> I'm working on rosinstall at the moment.  This works fine except for the
>> case where rospack hasn't been built yet.  I'll work in some helpful
>> message.
>
> rosinstall 0.5.25  is released and does the above.  Please give it a whirl
> and let me know if it works.


Another problem: setup.sh creates a broken $PATH entry for Fuerte:

export ROS_ROOT=/opt/ros/fuerte/share/ros
export PATH=$ROS_ROOT/bin:$PATH

There is no /opt/ros/fuerte/share/ros/bin. Apparently,
/opt/ros/fuerte/bin is the correct directory (but only for Fuerte).
--
 joq