$search
Model of the robot contact zones. More...
#include <model.hh>
Public Member Functions | |
ModelInterface () | |
~ModelInterface () | |
Public Attributes | |
std::vector< boost::shared_ptr < Contact > > | contacts_ |
List of allowed contact zones. | |
std::string | name_ |
Robot name. |
Model of the robot contact zones.
The model is composed of the robot name and of a list of contacts.
Definition at line 15 of file model.hh.
rcpdf_interface::ModelInterface::ModelInterface | ( | ) | [inline, explicit] |
rcpdf_interface::ModelInterface::~ModelInterface | ( | ) | [inline] |
std::vector<boost::shared_ptr<Contact> > rcpdf_interface::ModelInterface::contacts_ |
std::string rcpdf_interface::ModelInterface::name_ |