summaryrefslogtreecommitdiff
path: root/examples/Importers/ImportURDFDemo/UrdfParser.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-071-38/+1
* Merge branch 'bulletphysics:master' into masterjingyuc2022-02-281-1/+3
|\
| * Implement joint limit for btMultiBody spherical joint. In URDF, addErwin Coumans2022-01-301-1/+3
* | clean up urdf mesh input namesjingyuc2021-11-221-2/+2
* | no longer need to use start_modes, because all the rigid modes are not saved ...jingyuc2021-11-161-3/+1
* | reduced deformable is now working with pybulletjingyuc2021-11-051-0/+2
* | add reduced deformable urdf parserjingyuc2021-11-041-1/+38
|/
* add configurable parameters to urdfChuyuan Fu2020-09-141-11/+13
* support configuring gravity factor from clientXuchen Han2020-05-261-1/+2
* add API for two different damping modes for mass springXuchen Han2020-05-111-3/+5
* add API for setting repulsion stiffnessXuchen Han2020-04-271-1/+2
* fix spaceChuyuan Fu2020-04-011-4/+4
* load deformable object from URDF filesChuyuan Fu2020-03-311-0/+46
* add option to merge fixed links in URDF file (improves performance, can handl...Erwin Coumans2020-02-211-0/+6
* Adds support for loading user data from URDF files.Tigran Gasparian2020-01-171-0/+6
* hook deformable world into the physics serverXuchen Han2019-09-041-0/+1
* copy/move heightfield files around (part of pybullet_data)Erwin Coumans2019-07-251-0/+1
* PyBullet: allow createVisualShape to pass vertices, indices, normals and uv c...Erwin Coumans2019-01-291-0/+6
* PyBullet: allow to pass vertices (for convex) and vertices+indices (for conca...erwincoumans2018-10-261-0/+1
* First pass of load files through an interface (to allow loading from memory, ...erwincoumans2018-10-081-4/+4
* Clang Format Changembennice2018-09-271-5/+6
* Update URDF Importer to process sensor elements.mbennice2018-09-261-1/+7
* Code-style consistency improvement:erwincoumans2018-09-231-129/+121
* remove pre-build proto/grpc files (they differ for each platform and proto/gr...erwincoumans2018-09-071-0/+1
* PyBullet: add signed distance field support, with example/signedDistanceField.pyErwin Coumans2018-04-161-1/+4
* fixes, backwards compatibilityErwin Coumans2018-04-121-1/+1
* upgrade from tinyxml to tinyxml2erwincoumans2018-04-121-11/+16
* PyBullet: move TinyRenderer into a plugin, default statically loaded. You can...erwincoumans2018-01-171-1/+1
* Expose optional "globalScaling" factor to pybullet.loadURDF and pybullet.load...Erwin Coumans2017-08-141-1/+7
* also generate TinyRendererVisualShapeConverter for programmatically generated...Erwin Coumans2017-06-291-1/+2
* pybullet.createCollisionShape, createVisualShape, createMultiBody, programmat...Erwin Coumans2017-06-031-2/+1
* implement specular, URDF non-standard specular part (see sphere2.urdf) and SD...Erwin Coumans2017-06-011-3/+5
* initialize UrdfGeometry membersErwin Coumans2017-05-151-1/+10
* Memory leaksOleg Klimov2017-05-061-2/+31
* plumb URDF/SDF audio_source into PhysicsServerCommandProcessor, allow to play...Erwin Coumans2017-05-011-0/+3
* fix some potentially uninitialized variableErwin Coumans2017-04-251-3/+11
* MJCF: fix capsule length when given in size="", fix slider joint limitsOleg Klimov2017-03-271-1/+1
* MJCF: fix cylinders in MJCF, also (possibly) fixes capsules in tiny rendererOleg Klimov2017-03-221-3/+0
* MJCF: fix B3_PI, fix colors, fix capsule without 'fromto'Oleg Klimov2017-03-191-4/+9
* URDF loader: fix MuJoCo xml load, also closes #993Oleg Klimov2017-03-171-9/+6
* URDF loader: reuse the same resources finder routine for TinyRendererVisualSh...Oleg Klimov2017-03-101-2/+12
* URDF loader: resources path, "package://" removal, error messages, zero mater...Oleg Klimov2017-03-081-1/+11
* remove the contype=0 in inverted_pendulum.xml, so we can 'mouse-pick' the pen...Erwin Coumans2017-01-241-0/+3
* Further improvements in Bullet MuJoCo MJCF import:Erwin Coumans2017-01-151-4/+5
* First step towards a MuJoCo MJCF importer for Bullet. It can load the humanoi...Erwin Coumans2016-12-301-0/+5
* remove that odd triangle in the origin of samurai castle (VR)erwin coumans2016-09-191-1/+1
* Create project file for BussIK inverse kinematics library (premake, cmake)erwin coumans2016-09-081-0/+11
* Add kiva_shelf to prepare for picking/grasping taskerwin coumans2016-07-141-0/+9
* prepare robotics learning examples, see examples/RoboticsLearning/b3RobotSimA...erwin coumans2016-07-111-0/+2
* Support the <static> field under <model> in SDF to make the model immovable, ...erwin coumans2016-06-021-0/+7