13 #ifndef TRAJECTORYGENERATOR_H_INCLUDED 14 #define TRAJECTORYGENERATOR_H_INCLUDED 41 virtual std::vector<double>
getSetPoint(
double time) = 0;
virtual std::vector< double > getSetPoint(double time)=0
Get the next step point in the trajectory.
virtual bool initialiseTrajectory()=0
Pure Virtual Function which must be configured to configure the trajectory generator with the appropr...
Abstract class which is used to generate trajectorys for a Robot to follow.