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