You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moveit_setup_framework/utilities.hpp uses tinyxml2 whereas the current code for moveit_setup-simulation/xml_manipulation.hpp uses tinyxml.h. As part of #1262 (or perhaps after), the code should be unified to only use one xml parsing library, presumably tinyxml2.
The text was updated successfully, but these errors were encountered:
moveit_setup_framework/utilities.hpp
usestinyxml2
whereas the current code formoveit_setup-simulation/xml_manipulation.hpp
usestinyxml.h
. As part of #1262 (or perhaps after), the code should be unified to only use one xml parsing library, presumablytinyxml2
.The text was updated successfully, but these errors were encountered: