summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Accelerated terrain raycast with "Bresenham" and chunks"revert-2062-heightfield_acceleratorerwincoumans2019-04-153-490/+39
* Merge pull request #2062 from Zylann/heightfield_acceleratorerwincoumans2019-04-153-39/+490
|\
| * Accelerated terrain raycast using "Bresenham" traversal and optional chunksMarc Gilleron2019-01-163-39/+490
* | Merge pull request #2203 from erwincoumans/mastererwincoumans2019-04-1516-52/+857
|\ \
| * | only report solver analytics if enabled using setPhysicsEngineParameter(repor...erwincoumans2019-04-148-35/+61
| * | fix getCameraImage in VR server using renderer=pybullet.ER_BULLET_HARDWARE_OP...erwincoumans2019-04-141-0/+1
| * | Merge branch 'master' of https://github.com/erwincoumans/bullet3erwincoumans2019-04-114-13/+656
| |\ \
| | * | implement stablePD control version of testLaikago, in preparation for quadrup...Erwin Coumans2019-04-054-13/+656
| * | | report constraint solver analytics data, currently for each island the number...erwincoumans2019-04-1111-9/+144
| |/ /
* | | Merge pull request #2190 from JayFoxRox/pybullet-visibilityerwincoumans2019-04-092-0/+5
|\ \ \
| * | | Reduce visibility of Bullet symbols in PyBulletJannik Vogel2019-04-082-0/+5
* | | | Merge pull request #2195 from Steven89Liu/NeedsJointFeedbackerwincoumans2019-04-091-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | don't need to call the computeAccelerationsArticulatedBodyAlgorithmMultiDof()...Steven2019-04-091-0/+1
|/ / /
* | | Merge pull request #2186 from erwincoumans/mastererwincoumans2019-04-046-22/+395
|\ \ \ | |/ /
| * | Merge branch 'master' of https://github.com/erwincoumans/bullet3erwincoumans2019-04-040-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #2182 from erwincoumans/mastererwincoumans2019-04-049-7/+132
|\ \ \
| | * | Added laikago mocap data for a DeepMimic compatible walk cycleerwincoumans2019-04-046-22/+395
| |/ /
| * | Merge remote-tracking branch 'bp/master'erwincoumans2019-04-0314-128/+521
| |\ \ | |/ / |/| |
* | | Merge pull request #2180 from stephengold/mastererwincoumans2019-04-031-2/+2
|\ \ \
| * | | in btSimpleBroadphase::destroyProxy(), remove pairs before freeing proxyStephen Gold2019-04-021-2/+2
|/ / /
* | | Merge pull request #2174 from fuchuyuan/SIblockerwincoumans2019-03-2912-126/+518
|\ \ \
| * \ \ Merge branch 'master' into SIblockerwincoumans2019-03-2737-74/+32482
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2177 from crewmatt/mastererwincoumans2019-03-261-0/+1
|\ \ \ \
| * | | | Replaces ; with ,mbennice2019-03-261-1/+1
| * | | | Initializes simulation timestamp to 0 explicitly.mbennice2019-03-261-0/+1
* | | | | Merge pull request #2178 from erwincoumans/mastererwincoumans2019-03-2629-25/+32427
|\ \ \ \ \
| | | * | | fix compileChuyuan Fu2019-03-251-2/+2
| | | * | | add filesChuyuan Fu2019-03-252-0/+156
| | | * | | Use two SI solvers as blocks in block solver.Chuyuan Fu2019-03-259-128/+369
| | | * | | fix conflutChuyuan Fu2019-03-252-13/+9
| | | |\ \ \
| | | | * | | Fixing issue where mass of motors is uneven Damian Bemben2019-03-111-2/+2
| | | | * | | expose maxJointVelocity through PyBullet.changeDynamics, this Fixes Issue #1890erwincoumans2019-03-116-6/+34
| | | | * | | allow to PyBullet.changeDynamics for all links in maximal coordinate rigid bo...erwincoumans2019-03-113-30/+57
| | | | * | | tweak mouse wheel multiplierErwin Coumans2019-03-111-1/+1
| | | | * | | bump up PyBullet version to 2.4.7Erwin Coumans2019-03-111-1/+1
| | | | * | | Expose anisotropic friction, add snake demo. Simple snake slither locomotion ...erwincoumans2019-03-116-3/+169
| | | | * | | use b3RobotJointInfo instead of b3JointInfo, so it is initialized.erwincoumans2019-03-112-8/+7
| | | | | * | implement PyBullet removeState command. Fixes Issue #2163erwincoumans2019-04-039-7/+132
| | |_|_|/ / | |/| | | |
| * | | | | add missing m_numDofsErwin Coumans2019-03-262-1/+2
| * | | | | temporary disable experimental BulletRobotics examplesErwin Coumans2019-03-2613-21/+64
| * | | | | add actuatornet codeErwin Coumans2019-03-2616-3/+32361
|/ / / / /
* | | | | Merge pull request #2171 from iory/pybullet-envserwincoumans2019-03-251-13/+13
|\ \ \ \ \
| * | | | | [pybullet/gym/pybullet_envs] Modified register's timestep_limit to max_episod...iory2019-03-241-13/+13
| | |/ / / | |/| | |
* | | | | Merge pull request #2172 from erwincoumans/mastererwincoumans2019-03-256-35/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use certain methods from std namespaceErwin Coumans2019-03-236-35/+41
|/ / / /
* | | | Merge pull request #2167 from erwincoumans/mastererwincoumans2019-03-215-193/+746
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2019-03-2017-38/+65
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'bp/master'erwincoumans2019-03-1817-38/+65
| | |\ \ \ \ | |_|/ / / / |/| | | | |
* | | | | | Merge pull request #2161 from crewmatt/mastererwincoumans2019-03-173-3/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Update to bullet formattingmbennice2019-03-173-15/+14