Nambi-Srivatsav / ss-pybullet

STRIPStream + pybullet

Home Page:http://web.mit.edu/caelan/www/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ss-pybullet

STRIPStream + pybullet

Installation

Install PyBullet on OS X or Linux using:

pip install numpy pybullet

Tests

  1. Test pybullet - python -c 'import pybullet'
  2. Test STRIPStream - python -c 'import ss'

Manipulation Examples

Examples:

  • Kuka IIWA pick planning - $ python -m examples.test_kuka_pick
  • PR2 motion planning - $ python -m examples.test_pr2_motion
  • PR2 visibility - $ python -m examples.test_visibility
  • PR2 copying - $ python -m examples.test_clone

PDDLStream Examples

See the following examples: https://github.com/caelan/pddlstream/tree/master/examples/pybullet

PyBullet Resources

Bullet Resources

About

STRIPStream + pybullet

http://web.mit.edu/caelan/www/


Languages

Language:C++ 53.3%Language:Python 46.7%