GitXplorerGitXplorer
h

bulletsim

public
35 stars
22 forks
3 issues

Commits

List of commits on branch lite.
Unverified
5622fd7541c22f86a0b7badcea43732679a02f39

Remove opencv dependency

aalexlee-gk committed 11 years ago
Unverified
97ea8048ff8545b1db7b708c3809d7cfe4c7fcfd

Merge pull request #13 from erictzeng/lite

hhojonathanho committed 11 years ago
Unverified
588091bdcf23b3675741caf4a4728850d08deb9a

Add interface to get and set the transformations of the rope capsules.

aalexlee-gk committed 11 years ago
Unverified
77e1b763a13610956f65fb44371d10ccefabc51d

Exposed python bindings to remove objects from BulletEnvironments

eerictzeng committed 11 years ago
Unverified
29eee0141360337f9b252b0ebd680d22c3ef1eeb

Merge pull request #12 from rgleichman/lite

hhojonathanho committed 11 years ago
Unverified
618ea1bcc37c7b2185c7a40efd227f9e46b953b3

removed prints

rrgleichman committed 11 years ago

README

The README file for this repository.

#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