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
In xml_parsing.cpp, void XMLParser::Pimpl::loadDocImpl, the #ifdef clauses are incorrect since for USING_ROS, the variable ros_pkg_path is not used to update the file_path.
The include of other XML files is therefore performed relative to the current path and not the ROS package path.