summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CMakeLists.txterwincoumans-findpython_fixerwincoumans2020-09-011-4/+1
| | | travis fails due to cmake not finding Python (again...)
* Merge pull request #3022 from erwincoumans/mastererwincoumans2020-08-313-0/+3
|\ | | | | trying to fix travis builds
| * try to fix travis buildsErwin Coumans2020-08-313-0/+3
| |
| * try to fix travis errorErwin Coumans2020-08-311-1/+1
| |
| * reset camera in the rendering thread to avoid artifactsErwin Coumans2020-08-201-1/+4
| |
| * reset camera in the rendering thread to avoid artifactsErwin Coumans2020-08-201-1/+28
| |
| * laikago_toes_zup.urdf: fill in inertia values, computed as PyBullet does ↵Erwin Coumans2020-08-171-13/+13
| | | | | | | | internally (from mass and collision volumes)
* | Merge pull request #2938 from MomoDeve/patch-1erwincoumans2020-08-311-2/+2
|\ \ | | | | | | applied const modifiers to some RigidBody getters
| * | applied const modifiers to RigitBody getters#Momo2020-07-161-2/+2
| | | | | | | | | getPushVelocity and GetTurnVelocity should be marked as const
* | | Add ability to get the original vertex index from the convex hull (#3018)DarkDefender2020-08-312-0/+5
| | | | | | | | | | | | | | | | | | | | | This makes it possible to know which input verticies were picked to to define the hull. With this information it is much easier to map certain features from the input mesh/point cloud to the output convex hull.
* | | try to fix travis, update inertia for Laikago, reset camera at the right ↵erwincoumans2020-08-313-16/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | time (#3021) * laikago_toes_zup.urdf: fill in inertia values, computed as PyBullet does internally (from mass and collision volumes) * reset camera in the rendering thread to avoid artifacts * reset camera in the rendering thread to avoid artifacts * try to fix travis error
* | | Update deep_mimic_env.pyerwincoumans2020-08-311-3/+2
| | | | | | | | | fix errors
* | | Update gzguts.h (#3012)Florian Golemo2020-08-271-0/+1
| | | | | | | | | Adding this makes the library build successfully on Mac Catalina with Miniconda 3.7 on the latest CLANG. Otherwise you get errors that in C99 the functions "write", "close", and "read" aren't defined.
* | | Fix openglwindows example build on netbsd. (#3008)David CARLIER2020-08-271-0/+2
| | | | | | | | | not support for pthread_getconcurrency.
* | | Update CMakeLists.txt (#3011)Benno Bielmeier2020-08-271-1/+1
| | | | | | | | | fix typo
* | | Merge pull request #2984 from fuchuyuan/cachebarycentererwincoumans2020-08-206-52/+53
|\ \ \ | | | | | | | | Cachebarycenter
| * | | turn off cache prev collision by defaultChuyuan Fu2020-08-171-1/+1
| | | |
| * | | format fileChuyuan Fu2020-08-127-49/+48
| | | | | | | | | | | | | | | | | | | | | | | | format format
| * | | clean up codeChuyuan Fu2020-08-128-205/+23
| | | |
| * | | fix softbody vChuyuan Fu2020-08-121-1/+1
| | | |
| * | | fix bug in multibody point contact with deformableChuyuan Fu2020-08-123-6/+28
| | | |
| * | | added caching barycenters for static constraints, with lots of debugging linesChuyuan Fu2020-08-1211-60/+222
| | | |
* | | | Merge pull request #2948 from NiranthS/mastererwincoumans2020-08-200-0/+0
|\ \ \ \ | | | | | | | | | | Update externalTorqueControlledSphere.py
| * | | | Update externalTorqueControlledSphere.pyNiranth Sai2020-07-211-1/+0
| | | | |
* | | | | Update PhysicsServerCommandProcessor.cpperwincoumans2020-08-141-17/+20
| | | | | | | | | | | | | | | fix potential crash, if user doesn't provide valid body unique id in pybullet.setCollisionFilterGroupMask
* | | | | Merge pull request #2988 from erwincoumans/mastererwincoumans2020-08-132-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | | bump up pybullet version to 2.8.7
| * | | | bump up pybullet version to 2.8.7Erwin Coumans2020-08-131-1/+1
| | | | |
| * | | | Merge remote-tracking branch 'bp/master'Erwin Coumans2020-08-139-360/+241
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2855 from asmaloney/fix-pointer-checkerwincoumans2020-08-131-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix parameter check in bFile::safeSwapPtr
| * | | | | Fix parameter check in bFile::safeSwapPtrAndy Maloney2020-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If either the source or destination pointers are nullptr, we shouldn't continue otherwise we dereference nullptr or memcpy with nullptr which is undefined. (Also move the check to return as soon as possible.)
* | | | | | Merge pull request #2931 from AiRuiChen/fix-minitaur-loggingerwincoumans2020-08-136-356/+234
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix minitaur_logging proto and import
| * | | | | | Fix minitaur logging proto and importEric Yihan Chen2020-07-147-357/+235
| | | | | | |
* | | | | | | Merge pull request #2933 from AiRuiChen/fix-pybullet-gym-envserwincoumans2020-08-132-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix pybullet gym envs
| * | | | | | | Fix pybullet gym envsEric Yihan Chen2020-07-142-1/+4
| |/ / / / / /
| | | * | | | Merge remote-tracking branch 'bp/master'Erwin Coumans2020-08-130-0/+0
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #2987 from erwincoumans/mastererwincoumans2020-08-131-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix potential memory leak in createMultiBody
* \ \ \ \ \ \ \ Merge pull request #2986 from erwincoumans/mastererwincoumans2020-08-131-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix copy/paste bug in pybullet.c related to collisionShapeOrientation…
| | | | | * | | | fix memory leak in pybullet.calculateJacobianErwin Coumans2020-08-131-2/+2
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2020-08-136-36/+55
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | fix copy/paste bug in pybullet.c related to collisionShapeOrientationAObj ↵Erwin Coumans2020-08-121-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (missing Obj) this would lead to the collisionShapeOrientationA not being considered.
* | | | | | | Update TinyRendererVisualShapeConverter.cpperwincoumans2020-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | only create a texture for a plane, not sphere (backward compatibility tests break)
* | | | | | | Merge pull request #2937 from addy1997/mastererwincoumans2020-08-111-1/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prev keyword removed
| * | | | | | | prev keyword removedCuriousCAT2020-07-161-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #2971 from WilliamTambellini/fixWarningerwincoumans2020-08-111-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix warning in examples/Utils/ChromeTraceUtil.cpp
| * | | | | | | Fix warning in examples/Utils/ChromeTraceUtil.cppWilliam Tambellini2020-08-071-4/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix warning in examples/Utils/ChromeTraceUtil.cpp : bullet3/examples/Utils/ChromeTraceUtil.cpp:122:62: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘long long unsigned int’ [-Wformat=]: for startTimeDiv1000, ... Tested: - examples/ExampleBrowser/App_ExampleBrowser --tracing - press the P key to write the profiler json file - head /tmp/timings_0.json - open /tmp/timings_0.json with chrome://tracing
* | | | | | | Merge pull request #2980 from sippeyxp/find_file_logicerwincoumans2020-08-111-27/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Simplify logic for searching files in UrdfFindMeshFile and prioritize…
| * | | | | | | Simplify logic for searching files in UrdfFindMeshFile and prioritize path ↵Peng Xu2020-08-111-27/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without prefix.
* | | | | | | | Merge pull request #2981 from sippeyxp/faster_raytest_inputerwincoumans2020-08-111-1/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Pybullet fast numpy input support for rayTestBatch.
| * | | | | | | Pybullet fast numpy input support for rayTestBatch.Peng Xu2020-08-111-1/+34
|/ / / / / / /
* | | | | | | bump pybullet version to 2.8.6Erwin Coumans2020-08-101-1/+1
| | | | | | |