summaryrefslogtreecommitdiff
path: root/examples/Importers/ImportURDFDemo/BulletUrdfImporter.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-071-1/+0
* Merge branch 'bulletphysics:master' into masterjingyuc2022-02-281-0/+1
|\
| * Implement joint limit for btMultiBody spherical joint. In URDF, addErwin Coumans2022-01-301-0/+1
* | add reduced deformable urdf parserjingyuc2021-11-041-0/+1
|/
* load deformable object from URDF filesChuyuan Fu2020-03-311-1/+2
* Adds support for loading user data from URDF files.Tigran Gasparian2020-01-171-0/+2
* Implement InMemoryFile for memory caching for fileIO plugin.erwincoumans2018-10-141-1/+1
* backward compatibility fixErwin Coumans2018-10-091-1/+1
* First pass of load files through an interface (to allow loading from memory, ...erwincoumans2018-10-081-1/+1
* removed flags from loadURDF command. The flags are already available in m_dat...erwincoumans2018-10-021-1/+1
* Piping through the flag to parse sensorsmbennice2018-09-271-1/+1
* Code-style consistency improvement:erwincoumans2018-09-231-35/+26
* PyBullet / BulletRobotics:erwincoumans2018-09-121-1/+3
* PyBullet: add option to cache graphics shapes for URDF files, handy for bench...Erwin Coumans2018-05-231-0/+2
* don't use the URDF inertia element, unless flag CUF_USE_URDF_INERTIA is set, ...Erwin Coumans2018-05-031-0/+2
* explicitly remove textures during resetSimulationerwincoumans2018-02-211-0/+3
* PyBullet: move TinyRenderer into a plugin, default statically loaded. You can...erwincoumans2018-01-171-2/+2
* premake build system fixeserwincoumans2018-01-091-1/+1
* allow to enable/disable implicit cylinder conversion through an APIerwincoumans2018-01-091-1/+1
* further work on urdfEditor.py, fix some serialization issuesErwin Coumans2018-01-081-0/+2
* pybullet: allow to replace existing text, to avoid flickering (remove/add)erwincoumans2017-10-251-1/+2
* Implement first draft of pybullet.createVisualShape and add createVisualShape...erwincoumans2017-10-071-0/+10
* improve loading performance of large textures:Erwin Coumans2017-10-061-0/+1
* fix potential memory leaks for concave triangle meshes (<concave=true> or cre...Erwin Coumans2017-08-241-1/+5
* bump up pybullet setup.py version, make B3_NO_PYTHON_FRAMEWORK default on MacErwin Coumans2017-08-181-1/+1
* revert API to be backward compatible, add b3CreateInProcessPhysicsServerAndCo...Erwin Coumans2017-08-161-1/+1
* fix build issues in previous commitErwin Coumans2017-08-151-7/+7
* Expose optional "globalScaling" factor to pybullet.loadURDF and pybullet.load...Erwin Coumans2017-08-141-1/+2
* pybullet.createCollisionShape, createVisualShape, createMultiBody, programmat...Erwin Coumans2017-06-031-0/+1
* implement specular, URDF non-standard specular part (see sphere2.urdf) and SD...Erwin Coumans2017-06-011-0/+2
* plumb URDF/SDF audio_source into PhysicsServerCommandProcessor, allow to play...Erwin Coumans2017-05-011-1/+3
* Replace spaces with tabs.yunfeibai2017-03-291-1/+1
* Merge remote-tracking branch 'upstream/master'yunfeibai2017-03-291-1/+2
|\
| * Split Bullet/src/LinearMath/btSerializer.cpp into btSerializer64.cpp to make ...Erwin Coumans2017-03-261-1/+2
* | Add body name when loading urdf.yunfeibai2017-03-231-0/+2
|/
* URDF loader: fix MuJoCo xml load, also closes #993Oleg Klimov2017-03-171-1/+1
* first version of 'getVisualShapeData' to get visual shape information to allo...erwin coumans2016-10-181-1/+1
* add segmentation mask rendering to TinyRenderer and shared memory APIErwin Coumans2016-08-111-2/+3
* prepare robotics learning examples, see examples/RoboticsLearning/b3RobotSimA...erwin coumans2016-07-111-0/+2
* update to tinyrenderer synthetic cameraerwin coumans2016-05-311-2/+5
* avoid API change in URDFImporterInterfaceErwin Coumans2016-05-241-1/+1
* Expose a better API to allow any render engine to be used for the physics sim...erwin coumans2016-05-191-2/+4
* parse root transformation and test loading two robotsyunfeibai2016-05-111-1/+3
* add initial SDF importer, work-in-progress (still too incomplete to be useful)Erwin Coumans2016-05-091-0/+6
* fix some memory leaks in ImportURDF / PhysicsServerCommandProcessorErwin Coumans2016-04-111-0/+5
* add infrastructure float btMultiBodyLink m_jointDamping, m_jointFriction (act...erwincoumans2016-03-171-1/+1
* b3CreateBoxCommandSetColorRGBA: allow to specify color when creating bodies t...erwincoumans2015-11-061-0/+2
* add forceFixedBase option for URDF import exampleErwin Coumans2015-07-071-1/+1
* add alternative URDF parser that doens't use ROS urdfErwin Coumans2015-06-281-0/+44