Parses the model origin parameters from the yaml config file and adds the respective pose tag in the URDF model file.
The parsed parameters appear in the yaml.in as follows:
# Model base origin
originXYZ: [0.0,0.0,0.63]
originRPY: [0.0,0.0,3.14]
The respective tag generated in the URDF would then be:
Parses the model origin parameters from the yaml config file and adds the respective pose tag in the
URDF
model file. The parsed parameters appear in theyaml.in
as follows:The respective tag generated in the URDF would then be:
This allows the raw model to be dropped in the Gazebo simulator hovering 1mm above ground. This belongs to the Epic https://github.com/robotology-playground/icub-model-generator/issues/79.