summaryrefslogtreecommitdiff
path: root/Extras
Commit message (Expand)AuthorAgeFilesLines
* update obj loaderChuyuan Fu2019-08-131-20/+21
* export btHeightfieldTerrainShape to PyBullet. Note that tinyrenderer doesn't ...Erwin Coumans2019-07-292-0/+20
* fix in multi-endeffector IK, calculate jacobian uses dofs without base, fix p...Erwin Coumans2019-07-111-0/+1
* commit the ABA comparison test between the RBDL and Bullet, and use the optio...Steven2019-07-021-1/+4
* add yapf style and apply yapf to format all Python filesErwin Coumans2019-04-272-65/+60
* use certain methods from std namespaceErwin Coumans2019-03-231-3/+3
* Merge pull request #2047 from erwincoumans/mastererwincoumans2019-01-231-3/+2
|\
| * Add preliminary PhysX 4.0 backend for PyBulleterwincoumans2019-01-221-3/+2
* | Update the installation of the bullet_robotics packageMaximilien Naveau2019-01-172-68/+181
|/
* few fixes in inverse dynamicserwincoumans2018-12-191-2/+10
* move global from btMultiBody into dynamicsWorld.getSolverInfoErwin Coumans2018-11-051-1/+1
* PyBullet: Use fileIOPlugin in processRestoreStateCommanderwincoumans2018-10-291-2/+61
* pybullet: fix issue with loadBullet commanderwincoumans2018-10-281-0/+3
* First pass of load files through an interface (to allow loading from memory, ...erwincoumans2018-10-082-4/+8
* Code-style consistency improvement:erwincoumans2018-09-23128-27013/+27667
* prepare build system(s) for collisionFilterPluginErwin Coumans2018-07-272-0/+2
* Renamed error_message and warning_message macros.Michael Beardsworth2018-07-2410-47/+47
* add premake4.lua build for BulletRobotics target, C++ API, similar to PyBulle...erwincoumans2018-06-082-0/+180
* enable pdControlPlugin by default (requires pdControlPlugin.cpp and b3RobotSi...erwincoumans2018-06-051-0/+2
* PyBullet / BulletRobotics: prepare for pdControlPlugin and collisionFilterPluginErwin Coumans2018-06-051-3/+6
* add HelloBulletRobotics C++ example with similar API to PyBulletErwin Coumans2018-05-241-6/+5
* Fixing include line of btMultibodyWorldImporter.h to work with installed bull...nbelakovski2018-04-171-1/+1
* fixes related to tinyxml2erwincoumans2018-04-121-4/+3
* upgrade from tinyxml to tinyxml2erwincoumans2018-04-1211-5889/+95
* Fix import of spherical joint stateAlexey Anikeenko2018-03-051-2/+2
* fix makesdna on Mac OSXErwin Coumans2018-02-143-2/+4
* fix premake build for linux, thanks to @consultitErwin Coumans2018-02-097-3/+23
* fix #3erwincoumans2018-02-021-1/+1
* fix #2 for pthread/dlerwincoumans2018-02-021-0/+4
* PyBullet: move TinyRenderer into a plugin, default statically loaded. You can...erwincoumans2018-01-171-2/+2
* Enable 'global absolute velocities' by default for btMultiBody. See 8.3.2B Pr...erwincoumans2018-01-092-0/+14
* premake build system fixeserwincoumans2018-01-091-1/+1
* further work on urdfEditor.py, fix some serialization issuesErwin Coumans2018-01-082-15/+15
* implement pybullet.saveState command, for in-memory storage of state.Erwin Coumans2017-12-311-1/+39
* added some template to restore (syncMultiBody, syncContactManifolds) for sing...Erwin Coumans2017-12-311-194/+278
* further work on saveRestoreState.pyErwin Coumans2017-12-301-3/+37
* made some progress in saving and restoring the state during the simulation, w...Erwin Coumans2017-12-305-16/+211
* double/single precision compile fixErwin Coumans2017-12-281-2/+4
* preliminary work towards saveState/restoreState and saveRestoreState.py examp...Erwin Coumans2017-12-283-120/+181
* restore multibody world transform and joint angles/velocities from a .bullet ...Erwin Coumans2017-12-221-1/+27
* fix case in includeerwincoumans2017-11-231-1/+1
* Bullet bump up to version 2.88erwincoumans2017-11-227-0/+258
* obj2sdf, add option to merge shapes with same materials, add support for tran...erwincoumans2017-11-041-113/+349
* fix for issue 1400Erwin Coumans2017-10-261-0/+17
* perform IK in local body-fixed frameErwin Coumans2017-10-241-1/+3
* add arguments to plugin systemerwincoumans2017-09-231-0/+3
* fix loading of empty file (after header)erwincoumans2017-09-171-0/+3
* cmake fixesErwin Coumans2017-09-067-7/+30
* Add Extras/BulletRobotics, will be installed as 'Extra Libs' using CMakeErwin Coumans2017-09-062-4/+190
* fix compile issues due to API change (additional argument)erwincoumans2017-08-151-1/+1