29#ifndef HPP_CORE_TIME_PARAMETERIZATION_HH 30#define HPP_CORE_TIME_PARAMETERIZATION_HH 32#include <hpp/core/config.hh> 46 throw std::logic_error(
"not implemented");
Definition time-parameterization.hh:37
virtual value_type derivative(const value_type &t, const size_type &order) const =0
virtual value_type value(const value_type &t) const =0
virtual TimeParameterizationPtr_t copy() const =0
virtual value_type derivativeBound(const value_type &low, const value_type &up) const
Definition time-parameterization.hh:42
Definition bi-rrt-planner.hh:36
shared_ptr< TimeParameterization > TimeParameterizationPtr_t
Definition fwd.hh:189
pinocchio::value_type value_type
Definition fwd.hh:174
pinocchio::size_type size_type
Definition fwd.hh:173