#include <model.h>
Public Member Functions | |
bool | initFile (const std::string &filename) |
Load Model given a filename. | |
bool | initParam (const std::string ¶m) |
Load Model given the name of a parameter on the parameter server. | |
bool | initParamWithNodeHandle (const std::string ¶m, const ros::NodeHandle &nh) |
bool | initString (const std::string &xmlstring) |
Load Model from a XML-string. | |
bool | initXml (TiXmlElement *xml) |
Load Model from TiXMLElement. | |
bool | initXml (TiXmlDocument *xml) |
Load Model from TiXMLDocument. |
bool urdf::Model::initFile | ( | const std::string & | filename | ) |
bool urdf::Model::initParam | ( | const std::string & | param | ) |
bool urdf::Model::initParamWithNodeHandle | ( | const std::string & | param, |
const ros::NodeHandle & | nh | ||
) |
bool urdf::Model::initString | ( | const std::string & | xmlstring | ) |
bool urdf::Model::initXml | ( | TiXmlElement * | xml | ) |
bool urdf::Model::initXml | ( | TiXmlDocument * | xml | ) |