29 #ifndef HPP_CORE_PATH_OPTIMIZATION_SIMPLE_TIME_PARAMETERIZATION_HH
30 #define HPP_CORE_PATH_OPTIMIZATION_SIMPLE_TIME_PARAMETERIZATION_HH
36 namespace pathOptimization {
Definition: path-optimizer.hh:44
Definition: simple-time-parameterization.hh:185
static SimpleTimeParameterizationPtr_t create(const ProblemConstPtr_t &problem)
Return shared pointer to new object.
virtual PathVectorPtr_t optimize(const PathVectorPtr_t &path)
Optimize path.
SimpleTimeParameterization(const ProblemConstPtr_t &problem)
#define HPP_CORE_DLLAPI
Definition: config.hh:88
shared_ptr< SimpleTimeParameterization > SimpleTimeParameterizationPtr_t
Definition: fwd.hh:297
shared_ptr< PathVector > PathVectorPtr_t
Definition: fwd.hh:193
shared_ptr< const Problem > ProblemConstPtr_t
Definition: fwd.hh:197
Definition: bi-rrt-planner.hh:35