29#ifndef HPP_CORE_PATH_OPTIMIZATION_SIMPLE_TIME_PARAMETERIZATION_HH
30#define HPP_CORE_PATH_OPTIMIZATION_SIMPLE_TIME_PARAMETERIZATION_HH
36namespace pathOptimization {
Definition path-optimizer.hh:44
Definition simple-time-parameterization.hh:185
size_type order
The desired continuity order (0, 1, or 2).
Definition simple-time-parameterization.hh:197
static SimpleTimeParameterizationPtr_t create(const ProblemConstPtr_t &problem)
Return shared pointer to new object.
virtual PathVectorPtr_t optimize(const PathVectorPtr_t &path)
Optimize path.
value_type safety
A scaling factor for the velocity bounds.
Definition simple-time-parameterization.hh:195
SimpleTimeParameterization(const ProblemConstPtr_t &problem)
value_type maxAcceleration
Definition simple-time-parameterization.hh:200
#define HPP_CORE_DLLAPI
Definition config.hh:88
shared_ptr< SimpleTimeParameterization > SimpleTimeParameterizationPtr_t
Definition fwd.hh:305
pinocchio::value_type value_type
Definition fwd.hh:174
shared_ptr< PathVector > PathVectorPtr_t
Definition fwd.hh:193
pinocchio::size_type size_type
Definition fwd.hh:173
shared_ptr< const Problem > ProblemConstPtr_t
Definition fwd.hh:197