Base class for cartesian/input limiters, defining interface methods.
More...
#include <limiter_base.h>
Base class for cartesian/input limiters, defining interface methods.
Definition at line 48 of file limiter_base.h.
LimiterCartesianBase::LimiterCartesianBase |
( |
const LimiterParams & |
limiter_params | ) |
|
|
inlineexplicit |
virtual LimiterCartesianBase::~LimiterCartesianBase |
( |
| ) |
|
|
inlinevirtual |
Pure virtual method to mark as interface method which has to be implemented in inherited classes. The intention is to implement a method which enforces limits to the Cartesian twist vector according to the output of the Cartesian controller.
- Parameters
-
v_in | are the generated Cartesian twist velocities. |
- Returns
- Scaled Cartesian twist vector.
Implemented in LimiterIndividualCartesianVelocities, and LimiterAllCartesianVelocities.
The documentation for this class was generated from the following file: