Class ControlDurationObjective
Defined in File ControlDurationObjective.h
Inheritance Relationships
Base Type
public ompl::base::OptimizationObjective
(Class OptimizationObjective)
Class Documentation
-
class ControlDurationObjective : public ompl::base::OptimizationObjective
Defines optimization objectives where the total time of a control action is summed. This cost function is specified by implementing the controlCost() method.
Public Functions
-
ControlDurationObjective(const control::SpaceInformationPtr &si)
Requires a control::SpaceInformationPtr to access
dt
.
Protected Attributes
-
double dt_
Duration of each control step.
-
ControlDurationObjective(const control::SpaceInformationPtr &si)