Closed felixf4xu closed 12 months ago
The TinyXML project is abandoned, and the latest release is from 2011 (https://sourceforge.net/projects/tinyxml/files/tinyxml/). Please, consider updating to TinyXML-2, it's a well maintained project and with frequent releases.
i have the same question, why not use tinyxml2
this will be fixed by https://github.com/ros/urdfdom/pull/186
Hi,
I'm trying to compile ros2 from source on Windows 11 and
urdfdom
is the only repo that I need to change the code manually.The reason is the dependency of "tinyxml" and I really hope "tinyxml2" should be used.
Reason:
catkin
which is not usually used in ROS2When I check the code and issues, I found that the current branch of [scpeters/tinyxml2] (https://github.com/ros/urdfdom/tree/scpeters/tinyxml2) did exactly what I wanted and it also provides a cmake option to be back compatible (which I don't think is necessary, though)
So, please merge the branch and say goodbye to tinyxml.