ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.

  1. uninstalling libtinyxml2-dev and libtinyxml2-4
  2. building from source and installing https://github.com/mikaelarguedas/tinyxml2/tree/4.0.1-patch

Hope this helps