GitXplorerGitXplorer
h

bulletsim

public
35 stars
22 forks
3 issues

Commits

List of commits on branch lite.
Unverified
1f39981111ea7283cfea745589f79a93a0ddb31b

Add more details to README

aalexlee-gk committed 10 years ago
Unverified
e5c9a1c31363413948f418ef66fbbbaaa95534ed

Bug fix for rayTest returning wrong collision links

aalexlee-gk committed 10 years ago
Unverified
f8f204813f364a331501a080a41d4bb3548e3569

Bug fix for initializing rope's rotations

aalexlee-gk committed 10 years ago
Unverified
32bf0b2135059dd6a9741571366e954a212a78ba

Add mass as a parameter for the mass of the capsules of the rope. Also, initialize the members of CapsuleRopeParams upon instantiation.

aalexlee-gk committed 11 years ago
Unverified
468e82b196cfe3d2bde41393211c46f445eb5a6a

Add method to perform ray casting

aalexlee-gk committed 11 years ago
Unverified
0285623cf0769a6de68bd2151ce34d758e063f03

Update README to remove irrelevant instructions

aalexlee-gk 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