37 #ifndef OMPL_MINIMIZEARRIVALTIME_H
38 #define OMPL_MINIMIZEARRIVALTIME_H
40 #include "ompl/base/OptimizationObjective.h"
41 #include "ompl/base/spaces/TimeStateSpace.h"
49 class MinimizeArrivalTime :
public OptimizationObjective
65 base::Cost identityCost()
const override;
72 #endif // OMPL_MINIMIZEARRIVALTIME_H
Definition of an abstract state.
Definition of a cost value. Can represent the cost of a motion or the cost of a state.
Main namespace. Contains everything in this library.