PathLengthOptimizationObjective.cpp
51 ompl::base::Cost ompl::base::PathLengthOptimizationObjective::motionCost(const State *s1, const State *s2) const
56 ompl::base::Cost ompl::base::PathLengthOptimizationObjective::motionCostHeuristic(const State *s1, const State *s2) const
std::string description_
The description of this optimization objective.
Definition: OptimizationObjective.h:135
virtual Cost stateCost(const State *s) const
Returns identity cost.
Definition: PathLengthOptimizationObjective.cpp:46
virtual Cost motionCost(const State *s1, const State *s2) const
Motion cost for this objective is defined as the configuration space distance between s1 and s2...
Definition: PathLengthOptimizationObjective.cpp:51
virtual Cost motionCostHeuristic(const State *s1, const State *s2) const
the motion cost heuristic for this objective is simply the configuration space distance between s1 an...
Definition: PathLengthOptimizationObjective.cpp:56
Definition of a cost value. Can represent the cost of a motion or the cost of a state.
Definition: Cost.h:47