ocra-recipes
Doxygen documentation for the ocra-recipes repository
LinearInterpolationTrajectory.h
Go to the documentation of this file.
1 #ifndef LINEARINTERPOLATIONTRAJECTORY_H
2 #define LINEARINTERPOLATIONTRAJECTORY_H
3 
5 
6 namespace ocra
7 {
8 
10 {
12 
13  public:
14  Eigen::MatrixXd getDesiredValues(double time);
15 
16  protected:
17  double t0;
18 };
19 
20 } // end of namespace ocra
21 #endif // LINEARINTERPOLATIONTRAJECTORY_H
#define DEFINE_CLASS_POINTER_TYPEDEFS(Class)
Definition: Macros.h:8
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...