summaryrefslogtreecommitdiff
path: root/examples/Importers/ImportURDFDemo/UrdfParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-071-173/+1
* Merge branch 'bulletphysics:master' into masterjingyuc2022-02-281-1/+17
|\
| * Implement joint limit for btMultiBody spherical joint. In URDF, addErwin Coumans2022-01-301-1/+17
* | clean up urdf mesh input namesjingyuc2021-11-221-3/+4
* | reduced deformable is now working with pybulletjingyuc2021-11-051-0/+39
* | add reduced deformable urdf parserjingyuc2021-11-041-1/+133
|/
* Fix tab/spacesmbennice2021-03-051-1/+1
* Default user data text to empty string when null.mbennice2021-03-051-1/+2
* Fix a null dereference in UrdfParservabr-g2021-03-011-0/+1
* fix typoManifoldFR2020-09-291-2/+2
* UrdfParser: make axis warning print single lineManifoldFR2020-09-291-4/+6
* add configurable parameters to urdfChuyuan Fu2020-09-141-0/+11
* support configuring gravity factor from clientXuchen Han2020-05-261-0/+11
* add API for setting repulsion stiffnessXuchen Han2020-04-271-0/+11
* twin torusChuyuan Fu2020-04-011-6/+6
* fix mesh finding and notificationChuyuan Fu2020-04-011-11/+29
* load deformable object from URDF filesChuyuan Fu2020-03-311-2/+138
* Update UrdfParser.cpperwincoumans2020-02-211-1/+1
* add option to merge fixed links in URDF file (improves performance, can handl...Erwin Coumans2020-02-211-0/+235
* Adds support for loading user data from URDF files.Tigran Gasparian2020-01-171-0/+26
* fix the issue of converting the double to single.Steven2019-06-191-2/+2
* Update UrdfParser.cpperwincoumans-patch-5erwincoumans2019-02-281-1/+9
* make setJointPosMultiDof and setJointVelMultiDof argument const.erwincoumans2018-11-101-1/+3
* fix sphere sdf parsingerwincoumans2018-10-221-4/+17
* First pass of load files through an interface (to allow loading from memory, ...erwincoumans2018-10-081-3/+6
* Update importmbennice2018-09-271-1/+1
* Clang Format Changembennice2018-09-271-60/+61
* Piping through the flag to parse sensorsmbennice2018-09-271-1/+1
* Correct header updatembennice2018-09-261-1/+1
* Update URDF Importer to process sensor elements.mbennice2018-09-261-2/+115
* Code-style consistency improvement:erwincoumans2018-09-231-1190/+1186
* PyBullet / BulletRobotics:erwincoumans2018-09-121-0/+18
* workaround for an out-of-date tinyxml2 versionErwin Coumans2018-05-171-3/+14
* PyBullet: add signed distance field support, with example/signedDistanceField.pyErwin Coumans2018-04-161-2/+9
* upgrade from tinyxml to tinyxml2erwincoumans2018-04-121-104/+106
* parse plane geom for URDF files (not just SDF)erwincoumans2018-01-131-22/+35
* Support SDF capsule and cylinder.Erwin Coumans2017-09-111-15/+45
* Expose optional "globalScaling" factor to pybullet.loadURDF and pybullet.load...Erwin Coumans2017-08-141-9/+21
* fix leak in loadSDF in case of visuals with duplicate/identical names that ha...erwincoumans2017-08-111-0/+9
* mimicJointConstraint.py creates actual differential driveerwincoumans2017-06-091-2/+4
* implement specular, URDF non-standard specular part (see sphere2.urdf) and SD...Erwin Coumans2017-06-011-18/+48
* Memory leaksOleg Klimov2017-05-061-42/+12
* plumb URDF/SDF audio_source into PhysicsServerCommandProcessor, allow to play...Erwin Coumans2017-05-011-0/+76
* fix a potential memory leak for URDF files with multiple materials using the ...Erwin Coumans2017-03-301-0/+9
* MJCF: fix capsule length when given in size="", fix slider joint limitsOleg Klimov2017-03-271-2/+2
* remove use of snprint, fixes Issue 1037Erwin Coumans2017-03-231-0/+10
* Merge pull request #1025 from olegklimov/mastererwincoumans2017-03-211-11/+12
|\
| * MJCF: fix cylinders in MJCF, also (possibly) fixes capsules in tiny rendererOleg Klimov2017-03-221-2/+3
| * MJCF: fix B3_PI, fix colors, fix capsule without 'fromto'Oleg Klimov2017-03-191-9/+9
* | fix issue with btMultiBody friction in combination with soft contacts (fricti...Erwin Coumans2017-03-201-0/+7
|/