Base class for box constraints. To prevent configuration variables to get out of joint limits during Newton Raphson iterations, the user may provide an object derived from this type to HierarchicalIterative using setter and getter HierarchicalIterative::saturation.
More...
#include <hpp/constraints/solver/hierarchical-iterative.hh>
Base class for box constraints. To prevent configuration variables to get out of joint limits during Newton Raphson iterations, the user may provide an object derived from this type to HierarchicalIterative using setter and getter HierarchicalIterative::saturation.
This class implements no saturation.
◆ ~Base()
| virtual hpp::constraints::solver::saturation::Base::~Base |
( |
| ) |
|
|
inlinevirtual |
◆ saturate()
| virtual bool hpp::constraints::solver::saturation::Base::saturate |
( |
vectorIn_t | q, |
|
|
vectorOut_t | qSat, |
|
|
Eigen::VectorXi & | saturation ) |
|
virtual |
The documentation for this struct was generated from the following file: