Home

Awesome

conrob_pybullet

construction robots' urdf, srdf models + ikfast modules for pybullet

Installation

$ git clone https://github.com/yijiangh/conrob_pybullet.git

Install pybullet

Install PyBullet on OS X or Linux using:

pip install numpy pybullet

Install ikfast modules

To build ikfast modules:

$ cd utils/ikfast/kuka_kr6_r900/
$ python setup.py build

For other robots, replace kuka_kr6_r900 with the following supported robots:

Installation test

  1. Test pybullet: python -c 'import pybullet'

  2. Testing new IKFast modules