• Diff for "Robots/PR2"
Differences between revisions 3 and 4
Revision 3 as of 2010-10-18 17:19:15
Size: 1595
Editor: KenConley
Comment:
Revision 4 as of 2010-10-18 17:20:39
Size: 1839
Editor: KenConley
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

If you are using a PR2, we recommend starting with the [[http://pr2support.willowgarage.com/wiki/PR2%20Manual|PR2 User Manual]]. The information below is provided for those wishing to use the PR2 software system as a model for other robots.

PR2

The PR2 is a mobile manipulation platform built by Willow Garage. The PR2 software system is written entirely in ROS. As such, all PR2 capabilities are available via ROS interfaces.

If you are using a PR2, we recommend starting with the PR2 User Manual. The information below is provided for those wishing to use the PR2 software system as a model for other robots.

Configuring your PR2 to use ROS

The PR2 is configured out of the box to use ROS. Binary distributions can be installed via:

  • sudo apt-get install ros-RELEASE-pr2

or:

  • sudo apt-get install ros-RELEASE-pr2all

Where RELEASE is boxturtle, cturtle, or unstable.

Library Overview

Basic Configuration

Capability

ROS package/stack

Robot-specific Messages

pr2_msgs

Sensor Drivers

See "Sensor Drivers" below

Robot model (URDF)

pr2_description

Machine configuration

pr2_machine

Libraries

Navigation

pr2_navigation

Simulation (3D)

pr2_simulator

Arm motion planning

pr2_arm_navigation

Manipulation

pr2_object_manipulation

Sensor Drivers

The PR2 sensor drivers are distributed with the ROS sensor stacks:

For a tutorial on how to add your own sensor to the PR2, please see "Adding a Hokuyo to the PR2".

Running

Please see pr2_bringup.

Tutorials

Please see the official PR2 tutorials.

Wiki: Robots/PR2 (last edited 2022-01-04 09:19:11 by MichaelGoerner)