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
LinearInterpolationTrajectory.h
Go to the documentation of this file.
1
#ifndef LINEARINTERPOLATIONTRAJECTORY_H
2
#define LINEARINTERPOLATIONTRAJECTORY_H
3
4
#include "
ocra/control/Trajectory/Trajectory.h
"
5
6
namespace
ocra
7
{
8
9
class
LinearInterpolationTrajectory
:
public
Trajectory
10
{
11
DEFINE_CLASS_POINTER_TYPEDEFS
(
LinearInterpolationTrajectory
)
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
Trajectory.h
DEFINE_CLASS_POINTER_TYPEDEFS
#define DEFINE_CLASS_POINTER_TYPEDEFS(Class)
Definition:
Macros.h:8
ocra
Optimization-based Robot Controller namespace. a library of classes to write and solve optimization p...
Definition:
ContactAvoidanceConstraint.h:14
ocra::LinearInterpolationTrajectory::getDesiredValues
Eigen::MatrixXd getDesiredValues(double time)
Definition:
LinearInterpolationTrajectory.cpp:7
ocra::Trajectory
Definition:
Trajectory.h:31
ocra::LinearInterpolationTrajectory
Definition:
LinearInterpolationTrajectory.h:9
ocra::LinearInterpolationTrajectory::t0
double t0
Definition:
LinearInterpolationTrajectory.h:17
Generated on Wed Mar 21 2018 09:00:38 for ocra-recipes by
1.8.11