humoto
modules
wpg04
include
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
"
43
#include "
wpg04/task_footstepbounds.h
"
44
#include "
wpg04/task_terminalconstraint.h
"
45
46
47
#ifdef HUMOTO_USE_CONFIG
48
#include "
wpg04/configurable_optimization_problem.h
"
49
#endif
preview_horizon.h
task_copvelocity.h
configurable_optimization_problem.h
model.h
task_copposition.h
mpc_wpg.h
task_footstepbounds.h
model_state.h
common.h
humoto
The root namespace of HuMoTo.
Definition:
config.h:12
task_copbounds.h
task_terminalconstraint.h
task_comvelocity.h
Generated on Fri Sep 29 2017 16:44:41 for humoto by
1.8.13