OpenDEStateValidityChecker.cpp
A shared pointer wrapper for ompl::base::SpaceInformation.
OpenDE State. This is a compound state that allows accessing the properties of the bodies the state s...
Definition: OpenDEStateSpace.h:175
@ STATE_VALIDITY_VALUE_BIT
Index of bit in StateType::collision indicating whether a state is valid or not. Initially the value ...
Definition: OpenDEStateSpace.h:202
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
State space representing OpenDE states.
Definition: OpenDEStateSpace.h:114
@ STATE_VALIDITY_KNOWN_BIT
Index of bit in StateType::collision indicating whether it is known if a state is in valid or not....
Definition: OpenDEStateSpace.h:196
OpenDEStateSpace * osm_
The corresponding OpenDE state space.
Definition: OpenDEStateValidityChecker.h:155
OpenDEStateValidityChecker(const SpaceInformationPtr &si)
Constructor.
Definition: OpenDEStateValidityChecker.cpp:40