Skip to content

caelan/PyR2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyR2

A simple Python robotics framework for a PR2 robot.

Installation

PyR2 can be installed using the following commands.

sudo apt-get install python-pip
sudo apt-get install python-tk
sudo pip install Cython
git clone https://github.com/caelan/PyR2.git
python setup.py build

Add PyR2 to your PYTHONPATH environment variable to import it at any path.

Acknowledgements

The PyR2 was primarily developed by Leslie Pack Kaelbling (http://people.csail.mit.edu/lpk/) and Tomas Lozano-Perez (http://people.csail.mit.edu/tlp/). Caelan Reed Garrett (me!) simply helped prepare it for release.

Releases

No releases published

Packages

No packages published