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 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)
|
| |
Abstract class to represent a generic hard constraint for a WBC optimization problem.