ocra-recipes
Doxygen documentation for the ocra-recipes repository
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
ocra
include
ocra
control
Trajectory
Trajectories.h
Go to the documentation of this file.
1
6
#ifndef OCRA_TRAJECTORIES_H
7
#define OCRA_TRAJECTORIES_H
8
9
#include "
ocra/control/Trajectory/Trajectory.h
"
10
#include "
ocra/control/Trajectory/MinimumJerkTrajectory.h
"
11
#include "
ocra/control/Trajectory/LinearInterpolationTrajectory.h
"
12
13
#if USING_SMLT
14
#include "
ocra/control/Trajectory/GaussianProcessTrajectory.h
"
15
#endif
16
17
#if USING_GTTRAJ
18
#include "
ocra/control/Trajectory/TimeOptimalTrajectory.h
"
19
#endif
20
21
// Not sure if this will be junked eventually.
22
// #include "ocra/control/Trajectory/ExperimentalTrajectory.h"
23
24
#endif // OCRA_TRAJECTORIES_H
LinearInterpolationTrajectory.h
Trajectory.h
MinimumJerkTrajectory.h
TimeOptimalTrajectory.h
GaussianProcessTrajectory.h
Generated on Wed Mar 21 2018 09:00:39 for ocra-recipes by
1.8.11