Class Model

Inheritance Relationships

Base Type

  • public ModelInterface

Class Documentation

class urdf::Model : public ModelInterface

Populates itself based on a robot descripton.

This class uses urdf_parser_plugin to parse the given robot description. The chosen plugin is the one that reports the most confident score. There is no way to override this choice except by uninstalling undesirable parser plugins.

Public Functions

Model()
~Model()
bool initFile(const std::string &filename)

Load Model given a filename.

bool initString(const std::string &xmlstring)

Load Model from a XML-string.