MaximizeMinClearanceObjective.h
virtual Cost identityCost() const
Returns +infinity, since any cost combined with +infinity under this objective will always return the...
Definition: MaximizeMinClearanceObjective.cpp:58
virtual Cost infiniteCost() const
Returns -infinity, since no path clearance value can be considered worse than this.
Definition: MaximizeMinClearanceObjective.cpp:63
Objective for attempting to maximize the minimum clearance along a path.
Definition: MaximizeMinClearanceObjective.h:47
A boost shared pointer wrapper for ompl::base::SpaceInformation.
virtual bool isCostBetterThan(Cost c1, Cost c2) const
Since we wish to maximize clearance, and costs are equivalent to path clearance, we return the greate...
Definition: MaximizeMinClearanceObjective.cpp:53
Definition of a cost value. Can represent the cost of a motion or the cost of a state.
Definition: Cost.h:47
The cost of a path is defined as the worst state cost over the entire path. This objective attempts t...
Definition: MinimaxObjective.h:49
virtual Cost stateCost(const State *s) const
Defined as the clearance of the state s, which is computed using the StateValidityChecker in this obj...
Definition: MaximizeMinClearanceObjective.cpp:48