Abstract class to represent a generic hard constraint for a WBC optimization problem.
More...
|
| ContactsAccelerationConstraint (bool _reduced=false) |
| Default constructor.
|
|
virtual | ~ContactsAccelerationConstraint ()=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 base::MatrixXd & | A () |
| return constraint matrix A
|
|
const base::VectorXd & | b () |
| return constraint vector b
|
|
const base::VectorXd & | lb () |
| return constraint lower bound lb
|
|
const base::VectorXd & | ub () |
| return constraint upper bound ub
|
|
uint | size () |
| return size of the constraint (i.e. number of rows of the constraint matrix)
|
|
Abstract class to represent a generic hard constraint for a WBC optimization problem.