PathLengthOptimizationObjective.h
A shared pointer wrapper for ompl::base::SpaceInformation.
Cost stateCost(const State *s) const override
Returns identity cost.
Definition: PathLengthOptimizationObjective.cpp:50
Cost motionCostHeuristic(const State *s1, const State *s2) const override
the motion cost heuristic for this objective is simply the configuration space distance between s1 an...
Definition: PathLengthOptimizationObjective.cpp:60
A shared pointer wrapper for ompl::base::ProblemDefinition.
Cost motionCost(const State *s1, const State *s2) const override
Motion cost for this objective is defined as the configuration space distance between s1 and s2,...
Definition: PathLengthOptimizationObjective.cpp:55
InformedSamplerPtr allocInformedStateSampler(const ProblemDefinitionPtr &probDefn, unsigned int maxNumberCalls) const override
Allocate a state sampler for the path-length objective (i.e., direct ellipsoidal sampling).
Definition: PathLengthOptimizationObjective.cpp:66