orwell 0.0.0
|
base class for a stopping criterion for a Controller More...
#include <StoppingCriterion.hpp>
Public Member Functions | |
virtual bool | isFinished (const RobotState< dof > &robot_state) const =0 |
implement this function in derived classes to check whether the stopping criterion has been reached | |
base class for a stopping criterion for a Controller
dof | number of degrees of freedom of the controlled system |
Definition at line 35 of file StoppingCriterion.hpp.
|
pure virtual |
implement this function in derived classes to check whether the stopping criterion has been reached
will be called during Controller::isFinished
robot_state | current RobotState |