summaryrefslogtreecommitdiff
path: root/examples/pybullet
Commit message (Expand)AuthorAgeFilesLines
* add yapf style and apply yapf to format all Python filesErwin Coumans2019-04-27333-22363/+69735
* rename laikago_walk.json -> txtErwin Coumans2019-04-182-1/+1
* Merge pull request #2200 from YungKC/patch-1erwincoumans2019-04-161-0/+1
|\
| * Fix render issue in server render mode (e.g., docker)YungKC2019-04-121-0/+1
* | Merge pull request #2203 from erwincoumans/mastererwincoumans2019-04-155-16/+688
|\ \ | |/ |/|
| * only report solver analytics if enabled using setPhysicsEngineParameter(repor...erwincoumans2019-04-141-3/+10
| * 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-111-0/+22
| |/
* | Reduce visibility of Bullet symbols in PyBulletJannik Vogel2019-04-081-0/+3
|/
* Added laikago mocap data for a DeepMimic compatible walk cycleerwincoumans2019-04-046-22/+395
* Merge remote-tracking branch 'bp/master'erwincoumans2019-04-031-3/+3
|\
| * Merge branch 'master' into SIblockerwincoumans2019-03-2719-18/+32376
| |\
| * \ fix conflutChuyuan Fu2019-03-251-3/+3
| |\ \
| | * | Fixing issue where mass of motors is uneven Damian Bemben2019-03-111-2/+2
| | * | expose maxJointVelocity through PyBullet.changeDynamics, this Fixes Issue #1890erwincoumans2019-03-111-3/+9
| | * | allow to PyBullet.changeDynamics for all links in maximal coordinate rigid bo...erwincoumans2019-03-111-3/+6
| | * | Expose anisotropic friction, add snake demo. Simple snake slither locomotion ...erwincoumans2019-03-112-2/+132
* | | | implement PyBullet removeState command. Fixes Issue #2163erwincoumans2019-04-032-0/+41
| |_|/ |/| |
* | | temporary disable experimental BulletRobotics examplesErwin Coumans2019-03-262-2/+2
* | | add actuatornet codeErwin Coumans2019-03-2616-3/+32361
* | | [pybullet/gym/pybullet_envs] Modified register's timestep_limit to max_episod...iory2019-03-241-13/+13
|/ /
* | Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2019-03-201-1/+1
|\ \
| * \ Merge remote-tracking branch 'bp/master'erwincoumans2019-03-181-1/+1
| |\ \
| | * | Update kuka_diverse_object_gym_env.pyerwincoumans-globerwincoumans2019-03-141-1/+1
* | | | fix memory leak in PyBullet.calculateInverseKinematics when joint limits are ...Erwin Coumans2019-03-201-191/+174
|/ / /
* | | add vision 60 urdf (from Ghost Robotics) and zipped random urdfsErwin Coumans2019-03-152-0/+568
|/ /
* | Fixing issue where mass of motors is uneven Damian Bemben2019-03-101-2/+2
* | expose maxJointVelocity through PyBullet.changeDynamics, this Fixes Issue #1890erwincoumans2019-03-091-3/+9
* | allow to PyBullet.changeDynamics for all links in maximal coordinate rigid bo...erwincoumans2019-03-081-3/+6
* | Expose anisotropic friction, add snake demo. Simple snake slither locomotion ...erwincoumans2019-03-072-2/+132
|/
* fix example meshScaleErwin Coumans2019-03-021-1/+1
* fix issue with retina scale and picking in createVisualShape.py exampleErwin Coumans2019-03-021-4/+4
* Merge remote-tracking branch 'origin/physx' into physx_cleanerwincoumans2019-02-283-11/+59
|\
| * Implement PyBullet.getCameraImage for PhysX backend.erwincoumans2019-02-241-1/+7
| * Implement CustomProfilerCallback, hooking up to Bullet profilingerwincoumans2019-02-221-11/+46
| * texture caching and geometry caching (PhysX) for much faster loading of many ...erwincoumans2019-02-212-8/+21
| * implement rudimentary contact callback. Does PhysX have a way to report ALL c...erwincoumans2019-02-201-0/+2
| * remove PhysXClient.*, it was not needed (use PhysicsDirect instead)erwincoumans2019-02-201-2/+0
* | revert to original humanoidMotionCapture.py example. Add a showJointMotorTorq...erwincoumans2019-02-271-292/+340
* | Expose motor drive torque reporting for motors in spherical joints in getJoin...erwincoumans2019-02-272-302/+266
* | replace deep_mimic policies by versions trained using PyBullet, backflip work...Erwin Coumans2019-02-245-26/+25
* | Merge remote-tracking branch 'bp/master'Erwin Coumans2019-02-1811-0/+3090
|\ \
| * \ Merge pull request #2105 from Somedaywilldo/mastererwincoumans2019-02-1811-0/+3090
| |\ \
| | * | add Human3.6M support for deep_mimic envSomedaywilldo2019-02-1311-0/+3090
* | | | more work on pybullet_envs.deep_mimic.erwincoumans2019-02-1821-73/+141
| |_|/ |/| |
* | | deep_mimic: add option for spherical joint drive motor, next to stable PD con...erwincoumans2019-02-124-14/+72
|/ /
* | allow batch creation of objects through PyBullet.createMultiBody, see createM...erwincoumans2019-02-122-8/+200
* | add deep_mimic pre-trained policiesbla2019-02-114-0/+0
* | towards python 2.x support for deep_mimic (still issue with Logger.print2)Erwin Coumans2019-02-113-5/+22