jsk-ros-pkg / jsk_model_tools

JSK model utilities
https://github.com/jsk-ros-pkg/jsk_model_tools
BSD 3-Clause "New" or "Revised" License
6 stars 29 forks source link

[euscollada] Fix replace_xmls syntax in add_sensor_to_collada.py #137

Closed garaemon closed 9 years ago

garaemon commented 9 years ago
1. Force to use string. yaml parser automatically parse digit numbers as
integer or float. OTH, minidom parser always outputs everything in
string.
We force to convert yaml parser's output into string value.

2. Raise exception if there is no tag section.

3. Do not remove parent node if replaced_attribute_value syntax is used