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> 101 #endif // KDL_PARSER__KDL_PARSER_HPP_ bool param(const std::string ¶m_name, T ¶m_val, const T &default_val)
KDL_PARSER_PUBLIC bool treeFromUrdfModel(const urdf::ModelInterface &robot_model, KDL::Tree &tree)
KDL_PARSER_PUBLIC bool treeFromFile(const std::string &file, KDL::Tree &tree)
KDL_PARSER_PUBLIC bool treeFromString(const std::string &xml, KDL::Tree &tree)
KDL_PARSER_PUBLIC bool treeFromParam(const std::string ¶m, KDL::Tree &tree)
#define KDL_PARSER_PUBLIC
#define KDL_PARSER_DEPRECATED(msg)
KDL_PARSER_PUBLIC bool treeFromXml(const tinyxml2::XMLDocument *xml_doc, KDL::Tree &tree)