summaryrefslogtreecommitdiff
path: root/examples/pybullet/gym/pybullet_utils
Commit message (Expand)AuthorAgeFilesLines
* implement stablePD control version of testLaikago, in preparation for quadrup...Erwin Coumans2019-04-051-3/+20
* PyBullet deep_mimic fix computeAngVelRelerwincoumans2019-02-101-9/+17
* allow pybullet_envs.deep_mimic.testrl --arg_file run_humanoid3d_backflip_args...erwincoumans2019-02-101-0/+193
* add deepmimic args file (for testing)erwincoumans2018-11-231-0/+26
* add DeepMimic helper utilserwincoumans2018-11-236-0/+344
* fix mjcf2urdf.py for Python 3 (utf) and don't export visuals (let it auto-con...erwincoumans2018-11-212-7/+14
* remove debug statsErwin Coumans2018-10-311-1/+1
* add rudimentary MuJoCo mjcf xml to ROS URDF file, based onErwin Coumans2018-10-312-2/+31
* add spaceErwin Coumans2018-05-311-1/+1
* PyBullet combineUrdf, make createMultiBody much faster, by temporarily disabl...Erwin Coumans2018-05-101-0/+5
* PyBullet TinyRenderer, fix cylinder (don't add caps like a capsule), also con...erwincoumans2018-05-101-1/+2
* UrdfEditor: fix indentation, causing an issue when a link had no collision sh...erwincoumans2018-05-101-16/+16
* urdfEditor: add euler -> quaternion conversions (otherwise orientations get s...erwincoumans2018-05-102-65/+79
* fix MSVC 2010 compile issueerwincoumans2018-05-101-5/+6
* Merge branch 'master' of https://github.com/erwincoumans/bullet3Erwin Coumans2018-05-091-5/+2
|\
| * PyBullet add getCameraImage to debug urdfEditor/createMultiBodyErwin Coumans2018-05-082-0/+2
* | PyBullet urdfEditor improvements: saveUrdf mesh scale, fix incorrect index, a...Erwin Coumans2018-05-093-5/+12
|/
* tweaks in urdfEditor.py and combineUrdf.py, put KUKA on top of Husky as test.Erwin Coumans2018-05-085-139/+84
* add example to joint two URDF files, using the urdfEditor (combineUrdf.py)Erwin Coumans2018-05-084-0/+194
* add __init__.py for pybullet_utils examplesErwin Coumans2018-05-081-0/+0
* add bullet_client.py to pybullet_utils, with simple exampleErwin Coumans2018-05-082-0/+70
* fix spaces/tab issue in urdfEditor.pyErwin Coumans2018-04-121-24/+13
* fix a bug that createVisualShape(Array) does not have the correct color. Add ...jietan2018-03-122-0/+513