$search
Limitations to consider when this contact is active. More...
#include <contact.hh>
Public Member Functions | |
Limit () | |
~Limit () | |
Public Attributes | |
double | normal_force_ |
Maximum allowed normal force. |
Limitations to consider when this contact is active.
The only limit for now is the maximum normal force which is allowed when the robot is sustained by this contact.
Definition at line 21 of file contact.hh.
rcpdf_interface::Limit::Limit | ( | ) | [inline, explicit] |
Definition at line 24 of file contact.hh.
rcpdf_interface::Limit::~Limit | ( | ) | [inline] |
Definition at line 27 of file contact.hh.
Maximum allowed normal force.
The contact stability and/or the robot integrity is not guaranteed if a larger force is applied.
Definition at line 34 of file contact.hh.