humoto
wpg04.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 WPG 04: basic walking pattern generator
17  *
18  * @ingroup Modules
19  * @{
20  * @defgroup wpg04 wpg04
21  * @}
22  *
23  * @ingroup wpg04
24  */
25  namespace wpg04
26  {
27  }
28 }
29 
30 // walking-related classes
31 #include "humoto/walking.h"
32 
33 #include "wpg04/common.h"
34 #include "wpg04/model_state.h"
35 #include "wpg04/model.h"
36 #include "wpg04/preview_horizon.h"
37 #include "wpg04/mpc_wpg.h"
38 
39 #include "wpg04/task_comvelocity.h"
40 #include "wpg04/task_copbounds.h"
41 #include "wpg04/task_copposition.h"
42 #include "wpg04/task_copvelocity.h"
45 
46 
47 #ifdef HUMOTO_USE_CONFIG
49 #endif
The root namespace of HuMoTo.
Definition: config.h:12