summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* copy/move heightfield files around (part of pybullet_data)Erwin Coumans2019-07-257-2807/+0
* add example loading heightfield from image and csv, using assets from DeepLoc...Erwin Coumans2019-07-2312-0/+3212
* commit the ABA comparison test between the RBDL and Bullet, and use the optio...Steven2019-07-021-0/+44
* add yapf style and apply yapf to format all Python filesErwin Coumans2019-04-276-981/+1126
* Add urdf file for examples/BulletRobotics/JointLimit.cppChuyuan Fu2019-03-071-0/+87
* tweak premake files for ExampleBrowser, allow non-GUI mode for humanoidMotion...Erwin Coumans2019-01-281-0/+0
* make setJointPosMultiDof and setJointVelMultiDof argument const.erwincoumans2018-11-101-4/+5
* more aesthetic wireframe, pure visual improvement (no impact on simulation/pe...Erwin Coumans2018-10-311-0/+0
* add humanoid.urdf, converted from mjcf using pybullet_utils.urdfEditor.UrdfEd...Erwin Coumans2018-10-311-0/+586
* enable planar reflection in MinitaurGymEnverwincoumans2018-10-149-0/+479
* fix egl plugin build, with fileIO changesErwin Coumans2018-10-091-0/+0
* tweaks in pybullet/examples for Mac OSXErwin Coumans2018-10-051-0/+0
* update pybullet version, include *.* from OpenGLWindowErwin Coumans2018-09-251-0/+0
* PyBullet / BulletRobotics:erwincoumans2018-09-121-0/+29
* Change URDF xml version from "0.0" to "1.0"Garrett Johnson2018-08-1651-51/+51
* data: add license files (mostly copied from the URDF files)Erwin Coumans2018-08-0916-0/+218
* PyBullet: added preliminary DART and MuJoCo backend files, MuJoCo can loadMJC...erwincoumans2018-07-011-1/+1
* add preliminary vision60 urdf model (no real sizes, no real masses etc)Erwin Coumans2018-06-1511-0/+3220
* add example for enableSAT, using separating axis test (instead of GJK) for co...erwincoumans2018-06-121-0/+32
* PyBullet: add signed distance field support, with example/signedDistanceField.pyErwin Coumans2018-04-164-0/+990
* PyBullet: add planar reflection example,erwincoumans2018-04-113-5/+5
* add example of a free moving sphere controlled by external torqueerwincoumans2018-04-019-0/+856
* Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2018-03-072-1/+32
|\
| * Merge pull request #1575 from erwincoumans/mastererwincoumans2018-03-041-1/+3
| |\
| * \ Merge pull request #1560 from YunfeiBai/mastererwincoumans2018-02-212-1/+32
| |\ \
| | * | Set the perspective projection for projective texture mapping. Change the dem...yunfeibai2018-02-202-1/+32
| | * | Merge remote-tracking branch 'upstream/master'yunfeibai2018-02-151-0/+0
| | * | Add shader for projective texture.yunfeibai2018-02-111-1/+1
| | * | Add example for projective texture.yunfeibai2018-02-111-1/+1
* | | | increase shared memory block size ( to reduce image copy steps)Erwin Coumans2018-03-072-0/+0
| |_|/ |/| |
* | | fix sdf warningErwin Coumans2018-02-231-1/+3
|/ /
* | preparation to replace glew by gladErwin Coumans2018-02-201-0/+0
* | allow to build GLFW version of Bullet examples on Linux (use premake4_linux -...Erwin Coumans2018-02-201-0/+0
* | fix makesdna on Mac OSXErwin Coumans2018-02-141-0/+0
* | fix premake build for linux, thanks to @consultitErwin Coumans2018-02-091-0/+0
|/
* fix wrong enum typeErwin Coumans2018-01-151-0/+0
* add implicit plane_implicit.urdf and use it in humanoid_running.py (numpy ver...erwincoumans2018-01-131-0/+35
* add cup example, generated using vhacdErwin Coumans2018-01-126-0/+22849
* allow to use colors from MJCF file as option (default to random Google colors...Erwin Coumans2018-01-112-1/+1
* leave m_useGlobalVelocities to false, until enabled, for backward compatibilityerwincoumans2018-01-101-0/+0
* Merge branch 'master' into masterYunfeiBai2018-01-081-2/+2
|\
| * further work on urdfEditor.py, fix some serialization issuesErwin Coumans2018-01-081-2/+2
* | Load the deformable object through obj file. Modify the demo for two way coup...yunfeibai2018-01-071-0/+1360
|/
* Merge remote-tracking branch 'bp/master' into pullRequestJie2018-01-023-2/+1011
|\
| * made some progress in saving and restoring the state during the simulation, w...Erwin Coumans2017-12-301-0/+29
| * restore multibody world transform and joint angles/velocities from a .bullet ...Erwin Coumans2017-12-221-2/+2
| * add minitaur rainbow dash (carbon fiber) simulating flexibility inErwin Coumans2017-12-191-0/+980
* | use the right mass for the rotational part of motors.Jie2018-01-021-10/+10
|/
* add system id for rainbow dash (second generation minitaur with TX2 installed)Jie2017-12-131-0/+914
* Implement true implicit friction cone, instead of friction pyramid, for btMul...erwincoumans2017-11-231-0/+30