#include <model.h>
Definition at line 89 of file model.h.
◆ initFile()
bool urdf::Model::initFile |
( |
const std::string & |
filename | ) |
|
◆ initParam()
bool urdf::Model::initParam |
( |
const std::string & |
param | ) |
|
Load Model given the name of a parameter on the parameter server.
Definition at line 117 of file model.cpp.
◆ initParamWithNodeHandle()
Load Model given the name of parameter on parameter server using provided nodehandle.
Definition at line 122 of file model.cpp.
◆ initString()
bool urdf::Model::initString |
( |
const std::string & |
xmlstring | ) |
|
◆ initXml() [1/2]
bool urdf::Model::initXml |
( |
const tinyxml2::XMLDocument * |
xml | ) |
|
◆ initXml() [2/2]
bool urdf::Model::initXml |
( |
const tinyxml2::XMLElement * |
xml | ) |
|
◆ URDF_DEPRECATED() [1/2]
URDF_EXPORT urdf::Model::URDF_DEPRECATED |
( |
"TinyXML API is |
deprecated, |
|
|
use the TinyXML2 version instead" |
|
|
) |
| |
Load Model from TiXMLDocument.
◆ URDF_DEPRECATED() [2/2]
URDF_EXPORT urdf::Model::URDF_DEPRECATED |
( |
"TinyXML API is |
deprecated, |
|
|
use the TinyXML2 version instead" |
|
|
) |
| |
Load Model from TiXMLElement.
The documentation for this class was generated from the following files: