boschresearch / pcg_gazebo

Procedural Generation for Gazebo
https://boschresearch.github.io/pcg_gazebo/
Apache License 2.0
69 stars 24 forks source link

Add support for the individually parsed elements in the <gazebo> blocks in URDF files #45

Closed musamarcusso closed 4 years ago

musamarcusso commented 4 years ago

As described in this page certain tags are supported for quickly setting Gazebo parameters in URDF robot description that are neither part of the SDF or the URDF format. Adding a new parser submodule will make it easier to distinguish between these tags and SDF tags that can also be included in the <gazebo> blocks.