humoto
pepper_mpc.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @author Jan Michalczyk
5  @copyright 2014-2017 INRIA. Licensed under the Apache License, Version 2.0.
6  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
7  @brief
8 */
9 
10 
11 #pragma once
12 
13 namespace humoto
14 {
15  /**
16  * @brief MPC controller for Pepper
17  *
18  * @ingroup Modules
19  * @{
20  * @defgroup pepper_mpc pepper_mpc
21  * @}
22  *
23  * @ingroup pepper_mpc
24  */
25  namespace pepper_mpc
26  {
27  }
28 }
29 
30 #include "pepper_mpc/common.h"
32 #include "pepper_mpc/model_state.h"
33 #include "pepper_mpc/model.h"
35 #include "pepper_mpc/mpc_mg.h"
36 
47 
48 #ifdef HUMOTO_USE_CONFIG
50 #endif
The root namespace of HuMoTo.
Definition: config.h:12