|
GAMS
1.4.0
|
Interface for defining a bounds checker for Positions. More...
#include <Epsilon.h>
Public Member Functions | |
| virtual | ~PositionBounds ()=default |
| virtual bool | check_position (const pose::Position ¤t, const pose::Position &target) const =0 |
| Override to return whether the current position is within the expected bounds of target. More... | |
|
virtualdefault |
|
pure virtual |
Override to return whether the current position is within the expected bounds of target.
Implemented in gams::pose::Epsilon.