Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up PR2 model #20588

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 3 additions & 16 deletions examples/pr2/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
This directory contains a drake-compatible description of the PR2.

The description differs from a standard PR2 description because it uses two
prismatic joints and one revolute joint to move along the ground plane (named x,
y, and theta, respectively), instead of wheels. The description also contains
fully actuated finger joints, instead of a single prismatic joint that closes
and opens finger joints that mimic each other.

In addition, some tags unsupported by Drake have been removed, to reduce the
burden of warning output. For URDF support details, see:
https://drake.mit.edu/doxygen_cxx/group__multibody__parsing.html

[1] To view or use the C++ passive simulation of a PR2 based on RigidBodyTree
(removed as of 2020), you may use this commit:

https://github.com/RobotLocomotion/drake/tree/v0.14.0/examples/pr2
This directory contains a drake-compatible description of the PR2. See the
comment at the top of the urdf for an inventory of changes from the original
model.