Class Model
Defined in File model.h
Inheritance Relationships
Base Type
public ModelInterface
Class Documentation
-
class 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.