22#ifndef SPLINEINTERPOLATIONSEGMENT_H
23#define SPLINEINTERPOLATIONSEGMENT_H
47 PoseBasePtr
getPoseAt(
double time)
override;
55 double poseAccesFactor;
56 double poseAccesStart;
The AbstractInterpolation class represents a function f:t->P with P being the space of all poses The ...
SplineInterpolationSegment(int number, AbstractInterpolationPtr parent)
SplineInterpolationSegment creates a new SplineInterpolation.
int getNumberOfControlPoints()
always returns 2 as there are always 2 control points in a spline interpolation segment
PoseBasePtr getPoseAt(double time) override
getPoseAt returns the Pose defined by f(time)
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< SplineInterpolationSegment > SplineInterpolationSegmentPtr
std::shared_ptr< AbstractInterpolation > AbstractInterpolationPtr