VFUpstreamCriterionOptimizationObjective.h
Cost stateCost(const State *s) const override
Returns a cost with a value of 0.
Definition: VFUpstreamCriterionOptimizationObjective.h:70
std::string description_
The description of this optimization objective.
Definition: OptimizationObjective.h:184
A shared pointer wrapper for ompl::base::StateSpace.
geometric::VFRRT::VectorField vf_
Definition: VFUpstreamCriterionOptimizationObjective.h:107
STL namespace.
A shared pointer wrapper for ompl::base::SpaceInformation.
bool isSymmetric() const override
Check if this objective has a symmetric cost metric, i.e. motionCost(s1, s2) = motionCost(s2, s1). Default implementation returns whether the underlying state space has symmetric interpolation.
Definition: VFUpstreamCriterionOptimizationObjective.h:100
Abstract definition of optimization objectives.
Definition: OptimizationObjective.h:70
VFUpstreamCriterionOptimizationObjective(const ompl::base::SpaceInformationPtr &si, geometric::VFRRT::VectorField vf)
Definition: VFUpstreamCriterionOptimizationObjective.h:56
bool isSatisfied(ompl::base::Cost c) const override
Definition: VFUpstreamCriterionOptimizationObjective.h:64
ompl::base::Cost motionCost(const State *s1, const State *s2) const override
Definition: VFUpstreamCriterionOptimizationObjective.h:76
Definition: VFUpstreamCriterionOptimizationObjective.h:52
SpaceInformationPtr si_
The space information for this objective.
Definition: OptimizationObjective.h:181
Definition of a cost value. Can represent the cost of a motion or the cost of a state.
Definition: Cost.h:47