GitXplorerGitXplorer
h

bulletsim

public
35 stars
22 forks
3 issues

Commits

List of commits on branch lite.
Unverified
c03ddc2940e43ef59e1e8769d188a5386c338289

Friction is now configurable via bulletsimpy.sim_params.friction. This friction applies to both the rope and all Rave objects.

rrgleichman committed 12 years ago
Unverified
f6ca4a357ab7266e802b2d302ba028df930d0345

modifications for pr3

rrgleichman committed 12 years ago
Unverified
95cf9e2c4887064eb514bfa04493030c618d5c79

6dof constraints

hhojonathanho committed 12 years ago
Unverified
e58edd202753ff6584cb0b61dccf64a941fd33ca

constraints

hhojonathanho committed 12 years ago
Unverified
6268caab4be2b2a1a12bfe299891938507e5ca03

restructuring + rope

hhojonathanho committed 12 years ago
Unverified
b9375a95090dc01cff11aa9769777b27716c8c17

contactTest (weights assumed to be 1)

hhojonathanho committed 12 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