#include <ContactsFrictionSurfaceConstraint.hpp>
|
| | ContactsFrictionSurfaceConstraint (bool _reduced=false) |
| | Default constructor.
|
| |
| virtual | ~ContactsFrictionSurfaceConstraint ()=default |
| |
| virtual void | update (RobotModelPtr robot_model) override |
| | Update constraint matrix and vectors, depending on the type. Abstract method.
|
| |
| virtual | ~Constraint ()=default |
| |
| Type | type () |
| | Return the type of this constraint.
|
| |
| const Eigen::MatrixXd & | A () |
| | return constraint matrix A
|
| |
| const Eigen::VectorXd & | b () |
| | return constraint vector b
|
| |
| const Eigen::VectorXd & | lb () |
| | return constraint lower bound lb
|
| |
| const Eigen::VectorXd & | ub () |
| | return constraint upper bound ub
|
| |
| uint | size () |
| | return size of the constraint (i.e. number of rows of the constraint matrix)
|
| |
◆ ContactsFrictionSurfaceConstraint()
| wbc::ContactsFrictionSurfaceConstraint::ContactsFrictionSurfaceConstraint |
( |
bool | _reduced = false | ) |
|
|
inlineexplicit |
◆ ~ContactsFrictionSurfaceConstraint()
| virtual wbc::ContactsFrictionSurfaceConstraint::~ContactsFrictionSurfaceConstraint |
( |
| ) |
|
|
virtualdefault |
◆ update()
| void wbc::ContactsFrictionSurfaceConstraint::update |
( |
RobotModelPtr | robot_model | ) |
|
|
overridevirtual |
Update constraint matrix and vectors, depending on the type. Abstract method.
Implements wbc::Constraint.
The documentation for this class was generated from the following files: