Loading...
Searching...
No Matches
RigidBodyPlanningWithControls.cpp
59 MyDecomposition(const int length, const ob::RealVectorBounds &bounds) : GridDecomposition(length, 2, bounds)
91 // return a value that is always true but uses the two variables we define, so we avoid compiler warnings
95void propagate(const ob::State *start, const oc::Control *control, const double duration, ob::State *result)
133 si->setStateValidityChecker([&si](const ob::State *state) { return isStateValid(si.get(), state); });
const T * as(unsigned int index) const
Cast a component of this instance to a desired type.
Definition State.h:95
The lower and upper bounds for an Rn space.
Definition RealVectorBounds.h:48
The definition of a state in Rn.
Definition RealVectorStateSpace.h:78
The definition of a state in SO(2).
Definition SO2StateSpace.h:68
ompl::base::State StateType
Define the type of state allocated by this space.
Definition StateSpace.h:78
A GridDecomposition is a Decomposition implemented using a grid.
Definition GridDecomposition.h:54
GridDecomposition(int len, int dim, const base::RealVectorBounds &b)
Constructor. Creates a GridDecomposition as a hypercube with a given dimension, side length,...
Definition GridDecomposition.cpp:45
The definition of a control in Rn.
Definition RealVectorControlSpace.h:66
Create the set of classes typically needed to solve a control problem.
Definition SimpleSetup.h:63
Space information containing necessary information for planning with controls. setup() needs to be ca...
Definition SpaceInformation.h:71
This namespace contains sampling based planning routines shared by both planning under geometric cons...
Definition ConstrainedSpaceInformation.h:55
This namespace contains sampling based planning routines used by planning under differential constrai...
Definition Control.h:45
A class to store the exit status of Planner::solve().
Definition PlannerStatus.h:49