MorseStateValidityChecker.cpp
A shared pointer wrapper for ompl::base::SpaceInformation.
MorseStateSpace * mss_
The corresponding MORSE state space.
Definition: MorseStateValidityChecker.h:156
MORSE State. This is a compound state that allows accessing the properties of the bodies the state sp...
Definition: MorseStateSpace.h:149
bool isValid(const State *state) const override
A state is always considered valid if it satisfies the bounds.
Definition: MorseStateValidityChecker.cpp:48
MorseStateValidityChecker(const SpaceInformationPtr &si)
Constructor.
Definition: MorseStateValidityChecker.cpp:40
Abstract definition for a class checking the validity of states. The implementation of this class mus...
Definition: StateValidityChecker.h:154