Re: [ros-users] ROS Installation Redux 1

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: Peter Brook
Date:  
To: ros-users
Subject: Re: [ros-users] ROS Installation Redux 1
Hey Sam,

ROS is organized via stacks, which are collections of packages that are
related somehow (geometry, visualization, etc.). The "ROS Only", "Base", and
"PR2" options for the install refer to different collections of stacks. You
can definitely download and compile all of the available stacks, but usually
that is not the best route. ROS has "rosinstall" files, which are lists of
stacks grouped for a particular purpose. There is a rosinstall file for "ROS
Only," which will give you all of the stacks required to build and use ROS
(perhaps for another, non-robot project), but nothing robot specific. The
"Base" rosinstall file will download all of the stacks in ROS Only, and
additionally it will download a bunch of stacks which contain code that is
useful for doing robot development. Finally, the "PR2" rosinstall will get
all of the two previous ones, and it will also grab all of the pr2-specific
implementations of the more general stacks. For example, there is the base
gazebo simulator code in the "gazebo" stack, and then there are all of the
pr2_specific gazebo modifications and worlds in the "pr2_gazebo" stack.

If you want to simulate the PR2, you will want to get the PR2 rosinstall
file.

Peter

On Thu, Jul 15, 2010 at 6:07 PM, Sam Quintanar <> wrote:

> I see that I can choose to install "ROS Only", "Base" or "PR2".
> Can't I install them all and use them all?
>
> Thanks for your advice,
> SamQ
>
> ------------------------------
> The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with
> Hotmail. Get busy.<http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5>
>
> _______________________________________________
> ros-users mailing list
>
> https://code.ros.org/mailman/listinfo/ros-users
>
>