[Documentation] [TitleIndex] [WordIndex

  Documentation Status

pr2_common: pr2_dashboard_aggregator | pr2_description | pr2_machine | pr2_msgs

Package Summary

This package contains the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

pr2_common: pr2_dashboard_aggregator | pr2_description | pr2_machine | pr2_msgs

Package Summary

This package contains the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

pr2_common: pr2_dashboard_aggregator | pr2_description | pr2_machine | pr2_msgs

Package Summary

This package contains the description (mechanical, kinematic, visual, etc.) of the PR2 robot. The files in this package are parsed and used by a variety of other components. Most users will not interact directly with this package.

Cannot load information on name: pr2_description, distro: hydro, which means that it is not yet in our index. Please see this page for information on how to submit your repository to our index.

This package contains the description of the PR2 robot. It supercedes the older pr2_defs package which was written for the alpha hardware.

Package organization

This package contains robot description files for PR2, organized into subdirectories as follows:

Changes from Alpha URDFs

Some notable changes from pr2_defs:

PR2 Coordinate Frames

To see the PR2 URDF graphically, you can1

rosrun xacro xacro.py `rospack find pr2_description`/robots/pr2.urdf.xacro > pr2.urdf
rosrun urdf urdf_to_graphiz pr2.urdf
evince pr2.pdf

A snapshot (r46956) is attached here for reference.

In general, PR2 URDF contains a tree structured set of links and joints, with base_footprint as the root link of the tree.

  1. Starting with Electric Turtle, check_urdf and urdf_to_graphiz has been moved from urdf into urdf_parser (1)


2013-05-18 12:42