33 #ifndef ACADO_TOOLKIT_STATIC_REFERENCE_TRAJECTORY_HPP 34 #define ACADO_TOOLKIT_STATIC_REFERENCE_TRAJECTORY_HPP 207 #include <acado/reference_trajectory/static_reference_trajectory.ipp> 222 #endif // ACADO_TOOLKIT_STATIC_REFERENCE_TRAJECTORY_HPP
StaticReferenceTrajectory & operator=(const StaticReferenceTrajectory &rhs)
StaticReferenceTrajectory()
virtual returnValue getReference(double tStart, double tEnd, VariablesGrid &_yRef) const
Abstract base class to define a reference trajectory that the ControlLaw aims to track.
virtual uint getDim() const
virtual ReferenceTrajectory * clone() const
Provides a time grid consisting of vector-valued optimization variables at each grid point...
Allows to pass back messages to the calling function.
virtual returnValue init(double startTime=0.0, const DVector &_x=emptyConstVector, const DVector &_xa=emptyConstVector, const DVector &_u=emptyConstVector, const DVector &_p=emptyConstVector, const DVector &_w=emptyConstVector)
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
virtual returnValue step(double _currentTime, const DVector &_y, const DVector &_x=emptyConstVector, const DVector &_xa=emptyConstVector, const DVector &_u=emptyConstVector, const DVector &_p=emptyConstVector, const DVector &_w=emptyConstVector)
#define CLOSE_NAMESPACE_ACADO
static const DVector emptyConstVector
Allows to define a static reference trajectory that the ControlLaw aims to track. ...
void rhs(const real_t *x, real_t *f)
virtual ~StaticReferenceTrajectory()
#define BEGIN_NAMESPACE_ACADO
static const VariablesGrid emptyConstVariablesGrid
CLOSE_NAMESPACE_ACADO static BEGIN_NAMESPACE_ACADO StaticReferenceTrajectory emptyReferenceTrajectory
static const StaticReferenceTrajectory emptyConstReferenceTrajectory