The simplest state validity checker: all states are valid. More...
#include <ODEStateValidityChecker.h>

Public Member Functions | |
| ODEStateValidityChecker (const SpaceInformationPtr &si) | |
| Constructor. | |
| virtual bool | isValid (const base::State *state) const |
| A state is considered valid if it is within bounds and not in collision. | |
Protected Attributes | |
| ODEStateSpace * | osm_ |
| The corresponding ODE state space. | |
The simplest state validity checker: all states are valid.
Definition at line 49 of file ODEStateValidityChecker.h.