summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #2979 from erwincoumans/mastererwincoumans2020-08-107-30/+167
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge pull request #2973 from erwincoumans/mastererwincoumans2020-08-071-0/+28
|\ \ \ \ \ \ \ \
| | | | | * | | | fix potential memory leak in createMultiBody, reported by Fei Xia here (thank...Erwin Coumans2020-08-131-0/+11
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | TinyRenderer: support plane shape (creating similar textured plane to OpenGL ...Erwin Coumans2020-08-106-29/+151
| | * | | | | | Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2020-08-104-0/+1132
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | re-add constraints.py I wanted to delete the changes, not the file!Erwin Coumans2020-08-071-0/+28
| * | | | | | | Merge remote-tracking branch 'bp/master'Erwin Coumans2020-08-075-28/+1132
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2950 from DarioUrbina/develop_darioerwincoumans2020-08-075-28/+1132
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Delete constraint.pyerwincoumans2020-08-071-39/+0
| * | | | | | | valerolabDarío Urbina2020-07-234-0/+18
| * | | | | | | Inverted Pendulum Tendon ActutationDarío Urbina2020-07-224-0/+1114
| * | | | | | | Seeing the relatonship and understanding of the creation of two contraintsDarío Urbina2020-07-131-0/+11
| | |_|/ / / / | |/| | | | |
| | | * | | | when using stablePDPlugin, approximate inertia by box for unsupported shapes.Erwin Coumans2020-08-101-1/+16
| | |/ / / /
| | * | | | Merge remote-tracking branch 'bp/master'Erwin Coumans2020-08-065-7/+9
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2968 from xhan0619/implicit-pickingerwincoumans2020-08-064-6/+8
|\ \ \ \ \ \
| * | | | | | Tune parameters to effectively reduce the stiffness of the picking force.Xuchen Han2020-08-033-4/+4
| * | | | | | Change picking force to implicit for all integration schemes.Xuchen Han2020-08-031-2/+4
|/ / / / / /
* | | | | | bump up pybullet to version 2.8.5Erwin Coumans2020-08-031-1/+1
* | | | | | Merge pull request #2967 from erwincoumans/mastererwincoumans2020-08-033-21/+11
|\ \ \ \ \ \
* \ \ \ \ \ \ Merge pull request #2958 from buoyancy99/patch-1erwincoumans2020-08-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix bug of using undefined name pbuoyancy992020-07-291-1/+1
| | | | * | | | bump up pybullet versionErwin Coumans2020-08-031-1/+1
| | | |/ / / / | | |/| | | |
| | * | | | | raycast filter masks can be negative, always apply the mask (-1 default). Tha...Erwin Coumans2020-08-032-20/+10
| | * | | | | fix importErwin Coumans2020-07-311-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #2956 from xhan0619/demo-fixerwincoumans2020-07-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Initialize proper collision margin for deformable_ball.pyXuchen Han2020-07-281-1/+1
|/ / / / /
* | | | | Merge pull request #2953 from erwincoumans/mastererwincoumans2020-07-244-3/+58
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into mastererwincoumans2020-07-241-0/+16
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' of github.com:bulletphysics/bullet3root2020-07-183-0/+28
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #2940 from erwincoumans/mastererwincoumans2020-07-183-0/+28
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | fix premake4 script when X11 is missingroot2020-07-181-16/+18
|/ / / / / /
* | | | | | Merge pull request #2930 from erwincoumans/mastererwincoumans2020-07-144-5/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #2921 from erwincoumans/mastererwincoumans2020-07-081-1/+1
|\ \ \ \ \ \
| | | | * | | improve premake4 build in case X11 headers are missingErwin Coumans2020-07-244-17/+58
| | | |/ / /
| | | * | | add removeState in C++ API, see also Issue https://github.com/bulletphysics/b...Erwin Coumans2020-07-173-0/+28
| | |/ / /
| | * | | disable Center of Mass tracking reward by default, since resulting policies d...Erwin Coumans2020-07-141-1/+1
| | * | | fix buildErwin Coumans2020-07-131-0/+1
| | * | | Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2020-07-134-5/+58
| | |\ \ \ | | |/ / / | |/| | |
| * | | | bump up pybullet version to 2.8.4Erwin Coumans2020-07-081-1/+1
|/ / / /
* | | | Merge pull request #2912 from ManifoldFR/deepmimic-gym-fixeserwincoumans2020-07-083-4/+57
|\ \ \ \
| * | | | DeepMimic: add retrained walk motion with COMManifoldFR2020-07-082-0/+0
| * | | | Merge branch 'master' into deepmimic-gym-fixesManifoldFR2020-07-085-4/+63
| |\ \ \ \
| * | | | | fix setting useComReward=falseManifoldFR2020-07-061-1/+2
| * | | | | DeepMimic: Make COM reward optionalManifoldFR2020-07-061-5/+5
| * | | | | Merge branch 'master' into deepmimic-gym-fixesManifoldFR2020-07-024-3/+9
| |\ \ \ \ \
| * | | | | | DeepMimic: add COM rewardManifoldFR2020-07-011-3/+55
| * | | | | | Merge branch 'master' into deepmimic-gym-fixesManifoldFR2020-06-3022-126/+1052
| |\ \ \ \ \ \
| * | | | | | | variable timestep for deepmimic envManifoldFR2020-06-292-3/+9
| * | | | | | | add COM reward to DeepMimicManifoldFR2020-06-251-1/+1
* | | | | | | | Merge pull request #2919 from erwincoumans/mastererwincoumans2020-07-0815-15/+177
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |