MultiLevelPlanningHyperCubeCommon.h
92 PlannerPtr GetMultiLevelPlanner(std::vector<int> sequenceLinks, SpaceInformationPtr si, std::string name = "Planner")
A shared pointer wrapper for ompl::control::SpaceInformation.
This namespace contains sampling based planning routines shared by both planning under geometric cons...
Definition: ConstrainedSpaceInformation.h:86
bool isValid(const State *state) const override
Return true if the state state is valid. Usually, this means at least collision checking....
Definition: MultiLevelPlanningHyperCubeCommon.h:71
A shared pointer wrapper for ompl::base::Planner.
The definition of a state in Rn
Definition: RealVectorStateSpace.h:141
Abstract definition for a class checking the validity of states. The implementation of this class mus...
Definition: StateValidityChecker.h:154
The lower and upper bounds for an Rn space.
Definition: RealVectorBounds.h:111