adaptive_reference_trajectory.hpp
Go to the documentation of this file.
1 /*
2  * This file is part of ACADO Toolkit.
3  *
4  * ACADO Toolkit -- A Toolkit for Automatic Control and Dynamic Optimization.
5  * Copyright (C) 2008-2014 by Boris Houska, Hans Joachim Ferreau,
6  * Milan Vukov, Rien Quirynen, KU Leuven.
7  * Developed within the Optimization in Engineering Center (OPTEC)
8  * under supervision of Moritz Diehl. All rights reserved.
9  *
10  * ACADO Toolkit is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public
12  * License as published by the Free Software Foundation; either
13  * version 3 of the License, or (at your option) any later version.
14  *
15  * ACADO Toolkit is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with ACADO Toolkit; if not, write to the Free Software
22  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23  *
24  */
25 
26 
33 #ifndef ACADO_TOOLKIT_ADAPTIVE_REFERENCE_TRAJECTORY_HPP
34 #define ACADO_TOOLKIT_ADAPTIVE_REFERENCE_TRAJECTORY_HPP
35 
36 
38 #include <acado/curve/curve.hpp>
40 
41 
43 
44 
56 {
57  //
58  // PUBLIC MEMBER FUNCTIONS:
59  //
60  public:
61 
65 
71  );
72 
76 
82  );
83 
88  virtual ReferenceTrajectory* clone( ) const = 0;
89 
90 
102  virtual returnValue init( double startTime = 0.0,
103  const DVector& _x = emptyConstVector,
104  const DVector& _xa = emptyConstVector,
105  const DVector& _u = emptyConstVector,
106  const DVector& _p = emptyConstVector,
107  const DVector& _w = emptyConstVector
108  ) = 0;
109 
110 
123  virtual returnValue step( double _currentTime,
124  const DVector& _y,
125  const DVector& _x = emptyConstVector,
126  const DVector& _xa = emptyConstVector,
127  const DVector& _u = emptyConstVector,
128  const DVector& _p = emptyConstVector,
129  const DVector& _w = emptyConstVector
130  ) = 0;
131 
141  virtual returnValue step( const DVector& _x,
145  ) = 0;
146 
147 
157  virtual returnValue getReference( double tStart,
158  double tEnd,
159  VariablesGrid& _yRef
160  ) const = 0;
161 
162 
167  virtual uint getDim( ) const;
168 
169 
170 
171  //
172  // PROTECTED MEMBER FUNCTIONS:
173  //
174  protected:
175 
176 
177 
178  //
179  // DATA MEMBERS:
180  //
181  protected:
182 };
183 
184 
186 
187 
188 //#include <acado/reference_trajectory/adaptive_reference_trajectory.ipp>
189 
190 
191 #endif // ACADO_TOOLKIT_ADAPTIVE_REFERENCE_TRAJECTORY_HPP
192 
193 /*
194  * end of file
195  */
virtual returnValue getReference(double tStart, double tEnd, VariablesGrid &_yRef) const =0
Abstract base class to define a reference trajectory that the ControlLaw aims to track.
Provides a time grid consisting of vector-valued optimization variables at each grid point...
Allows to pass back messages to the calling function.
BEGIN_NAMESPACE_ACADO typedef unsigned int uint
Definition: acado_types.hpp:42
#define CLOSE_NAMESPACE_ACADO
static const DVector emptyConstVector
Definition: vector.hpp:336
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)=0
void rhs(const real_t *x, real_t *f)
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)=0
Allows to define an adaptive reference trajectory that the ControlLaw aims to track.
#define BEGIN_NAMESPACE_ACADO
virtual ReferenceTrajectory * clone() const =0
AdaptiveReferenceTrajectory & operator=(const AdaptiveReferenceTrajectory &rhs)
static const VariablesGrid emptyConstVariablesGrid


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:34:27