ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
as pointed out by @dirk-thomas, this comes from a regression in tinyxml2 v4.0.1. We had to release a patched version in ROS to work around this issue, see https://github.com/ros/rospack/issues/77#issuecomment-356619084 for more details.
The patch is API/ABI compatible so you shouldn't need to rebuild anything on top for this to work.
Hope this helps