Diagonal.cpp
51 ValidityChecker(const ompl::base::SpaceInformationPtr &si) : ompl::base::StateValidityChecker(si)
95 ompl::tools::Benchmark::Request request(runtime_limit, memory_limit, run_count, 0.05, true, true, false);
A shared pointer wrapper for ompl::base::SpaceInformation.
Create the set of classes typically needed to solve a geometric problem.
Definition: SimpleSetup.h:126
A shared pointer wrapper for ompl::base::OptimizationObjective.
The definition of a state in Rn
Definition: RealVectorStateSpace.h:141
virtual bool isValid(const State *state) const =0
Return true if the state state is valid. Usually, this means at least collision checking....
SpaceInformation * si_
The instance of space information this state validity checker operates on.
Definition: StateValidityChecker.h:234
const StateSpacePtr & getStateSpace() const
Return the instance of the used state space.
Definition: SpaceInformation.h:164
Abstract definition for a class checking the validity of states. The implementation of this class mus...
Definition: StateValidityChecker.h:154