humoto
qpoases.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright 2014-2017 INRIA. Licensed under the Apache License, Version 2.0.
5  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
6 
7  @brief
8 */
9 
10 #pragma once
11 
12 #include <qpOASES.hpp>
13 
14 namespace humoto
15 {
16  /**
17  * @brief QP solver: qpOASES.
18  *
19  * @ingroup Solvers
20  * @{
21  * @defgroup qpOASES qpOASES
22  * @}
23  *
24  * @ingroup qpOASES
25  */
26  namespace qpoases
27  {
28  }
29 }
30 
31 #include "qpoases/solution.h"
32 #include "qpoases/solver.h"
The root namespace of HuMoTo.
Definition: config.h:12