ocra-recipes
Doxygen documentation for the ocra-recipes repository
MinimumJerkTrajectory.h
Go to the documentation of this file.
1 #ifndef MINIMUMJERKTRAJECTORY_H
2 #define MINIMUMJERKTRAJECTORY_H
3 
5 
6 namespace ocra
7 {
8 
10 {
12  public:
13  Eigen::MatrixXd getDesiredValues(double time);
14  protected:
15  double t0;
16 };
17 
18 } // end of namespace ocra
19 #endif // MINIMUMJERKTRAJECTORY_H
Eigen::MatrixXd getDesiredValues(double time)
#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...