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: Ken Conley
CC: ros-release
Subject: Re: [Ros-release] ROS Fuerte Freeze Schedule Update
Is there a page listing all the Python scripts I need to work with the
new fuerte build?

I am burning much time finding and fixing them one at a time. Right
now I am looking for `rosmake` so `rosinstall` can complete
successfully.

I also encountered the following pitfall:

* install unstable
* source /opt/ros/unstable/setup.bash
* install fuerte
* source /opt/ros/fuerte/setup.bash
* which rosdep
/opt/ros/unstable/ros/bin/rosdep

The problem is that /opt/ros/unstable/ros/bin is still part of $PATH
and ahead of /usr/local/bin.
--
 joq