[Documentation] [TitleIndex] [WordIndex

Hardware Requirements

To run this code, the PR2 must grasp a hook. At the Healthcare Robotics Lab, we 3D print a hook end effector and a tool adapter for the PR2 to grasp it. These can be downloaded from:

Running the Code

Steps to run the door opening code on a PR2:

  1. Launch the Cartesian controller, node to estimate mechanism kinematics, and end effector forces.

    $ roslaunch epc_door_opening pr2_door_opening.launch 
  2. Run the door opening equilibrium point controller

    $ roscd epc_door_opening/src/epc_door_opening/
    $ python door_epc.py
    and follow the on screen instructions.

Limitations

The code released within this package is identical in spirit to our previous implementation of door opening on the robot Cody, which we released in 2010_icra_epc_pull.

However, this package implements a subset of the functionality of 2010_icra_epc_pull, and has poorer performance in its current implementation. In particular:


2024-02-24 12:33