summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update kuka_diverse_object_gym_env.pyerwincoumans-globerwincoumans2019-03-141-1/+1
* Merge pull request #2145 from fuchuyuan/addExampleerwincoumans2019-03-1210-24/+473
|\
| * Turn off self-collision for FixJointBoxes exampleChuyuan Fu2019-03-113-0/+25
| * another fixChuyuan Fu2019-03-081-2/+2
| * Try to fix testsChuyuan Fu2019-03-081-8/+7
| * Merge branch 'master' into addExamplefuchuyuan2019-03-072-7/+7
| |\
| * | Add urdf file for examples/BulletRobotics/JointLimit.cppChuyuan Fu2019-03-071-0/+87
| * | Untrack Grasp box example for now. This example needs more adjustment.Chuyuan Fu2019-03-074-210/+3
| * | Add grasp box example and fixjoint boxes example.Chuyuan Fu2019-03-076-32/+298
| * | Add joint limit example.Chuyuan Fu2019-03-074-2/+138
| * | Add an example of a stack of boxes of large mass ratio. The defaultChuyuan Fu2019-03-074-1/+143
| * | Merge pull request #2 from bulletphysics/masterfuchuyuan2019-03-0727-312/+1738
| |\ \
* | \ \ Merge pull request #2154 from dambem/patch-1erwincoumans2019-03-101-2/+2
|\ \ \ \
| * | | | Fixing issue where mass of motors is uneven Damian Bemben2019-03-101-2/+2
|/ / / /
* | | | Merge pull request #2153 from erwincoumans/mastererwincoumans2019-03-099-37/+92
|\ \ \ \
| * | | | expose maxJointVelocity through PyBullet.changeDynamics, this Fixes Issue #1890erwincoumans2019-03-096-6/+34
| * | | | allow to PyBullet.changeDynamics for all links in maximal coordinate rigid bo...erwincoumans2019-03-083-30/+57
| * | | | Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2019-03-081-1/+1
| |\ \ \ \
| | * | | | bump up PyBullet version to 2.4.7Erwin Coumans2019-03-071-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #2147 from erwincoumans/mastererwincoumans2019-03-076-3/+169
|\ \ \ \ \ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #2146 from erwincoumans/mastererwincoumans2019-03-072-8/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | tweak mouse wheel multiplierErwin Coumans2019-03-081-1/+1
| | |/ /
| | * | Expose anisotropic friction, add snake demo. Simple snake slither locomotion ...erwincoumans2019-03-076-3/+169
| |/ /
| * | use b3RobotJointInfo instead of b3JointInfo, so it is initialized.erwincoumans2019-03-072-8/+7
|/ /
* | Merge pull request #2144 from erwincoumans/mastererwincoumans2019-03-0713-96/+330
|\ \
| * \ Merge remote-tracking branch 'bp/master'erwincoumans2019-03-0614-216/+1408
| |\ \ | |/ / |/| |
* | | Merge pull request #2142 from fuchuyuan/fixedJointerwincoumans2019-03-064-0/+144
|\ \ \
| * | | Add boxes joint by fixed joint example\n Onlyp2p joint worksChuyuan Fu2019-03-064-0/+144
| | |/ | |/|
| * | Merge pull request #1 from bulletphysics/masterfuchuyuan2019-03-0427-1822/+1056
| |\ \
* | \ \ Merge pull request #2141 from erwincoumans/blocksolvererwincoumans2019-03-0612-216/+1264
|\ \ \ \ | |_|/ / |/| | |
| * | | apply mouse_move_multiplier and mouse_wheel_multipliererwincoumans2019-02-281-5/+5
| * | | remove src/BulletDynamics/Featherstone/btMultiBodyBlockConstraintSolver.cpp a...erwincoumans2019-02-2721-3207/+989
| * | | revert experiment not passing the constraint solver back down from btMultiBod...erwincoumans2019-02-271-2/+2
| * | | prepare small experiment with block solvererwincoumans2019-02-2620-804/+2881
| * | | preparation for block solver btRigidBody.erwincoumans2019-02-2613-187/+1376
| | | * reduce size of SharedMemoryStatus by moving state details into shared memory ...erwincoumans2019-03-0613-96/+330
| |_|/ |/| |
* | | Merge pull request #2138 from erwincoumans/mastererwincoumans2019-03-032-8/+83
|\ \ \
| * | | Implement 'cone friction' for the rolling friction, to avoid curved trajector...erwincoumans2019-03-032-8/+83
* | | | Merge pull request #2137 from erwincoumans/mastererwincoumans2019-03-032-25/+26
|\ \ \ \ | |/ / /
| * | | fix regression in MJCF import for TinyRenderererwincoumans2019-03-031-1/+2
| * | | apply mouse move multipliererwincoumans2019-03-031-24/+24
* | | | Merge pull request #2136 from erwincoumans/mastererwincoumans2019-03-023-13/+13
|\ \ \ \ | |/ / /
| * | | fix example meshScaleErwin Coumans2019-03-021-1/+1
| * | | fix issue with retina scale and picking in createVisualShape.py exampleErwin Coumans2019-03-022-12/+12
|/ / /
* | | Update fileIOPlugin.cpperwincoumans2019-03-011-1/+1
* | | Merge pull request #2134 from erwincoumans/physx_cleanerwincoumans2019-02-2817-1773/+923
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/physx' into physx_cleanerwincoumans2019-02-2817-1773/+923
| |\ \ \
| | * | | Implement PyBullet.getCameraImage for PhysX backend.erwincoumans2019-02-247-102/+479
| | * | | Implement CustomProfilerCallback, hooking up to Bullet profilingerwincoumans2019-02-222-11/+67
| | * | | texture caching and geometry caching (PhysX) for much faster loading of many ...erwincoumans2019-02-2110-112/+215