Loading...
Searching...
No Matches
OpenDEStateValidityChecker.h
A shared pointer wrapper for ompl::base::SpaceInformation.
Abstract definition for a class checking the validity of states. The implementation of this class mus...
Definition StateValidityChecker.h:91
State space representing OpenDE states.
Definition OpenDEStateSpace.h:51
The simplest state validity checker: all states are valid.
Definition OpenDEStateValidityChecker.h:49
bool isValid(const base::State *state) const override
A state is considered valid if it is within bounds and not in collision.
Definition OpenDEStateValidityChecker.cpp:48
OpenDEStateSpace * osm_
The corresponding OpenDE state space.
Definition OpenDEStateValidityChecker.h:59