Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 334 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 334 Bytes

#Simulation environment with Bullet physics

##Installation instructions Build with cmake as you would normally do:

mkdir build_bulletsim
cd build_bulletsim
cmake /path/to/bulletsim
make -j

To call bulletsim from python, add the following two paths to your PYTHONPATH:

/path/to/bulletsim
/path/to/build_bulletsim/lib