37 #ifndef KDL_PARSER__KDL_PARSER_HPP_
38 #define KDL_PARSER__KDL_PARSER_HPP_
40 #include <kdl/tree.hpp>
42 #include <urdf_model/model.h>
57 bool treeFromFile(
const std::string & file, KDL::Tree & tree);
81 bool treeFromXml(
const tinyxml2::XMLDocument * xml_doc, KDL::Tree & tree);
90 bool treeFromXml(TiXmlDocument * xml_doc, KDL::Tree & tree);
98 bool treeFromUrdfModel(
const urdf::ModelInterface & robot_model, KDL::Tree & tree);
101 #endif // KDL_PARSER__KDL_PARSER_HPP_