humoto
pepper_ik.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 Inverse kinematics controller for Pepper
17  *
18  * @ingroup Modules
19  * @{
20  * @defgroup pepper_ik pepper_ik
21  * @}
22  *
23  * @ingroup pepper_ik
24  */
25  namespace pepper_ik
26  {
27  }
28 }
29 
30 #include "humoto/rbdl.h"
31 
32 #include "pepper_ik/common.h"
35 #include "pepper_ik/model.h"
37 
38 #include "pepper_ik/task_basecom.h"
39 #include "pepper_ik/task_bodycom.h"
42 #include "pepper_ik/task_fixarms.h"
43 #include "pepper_ik/task_fixhead.h"
48 #include "pepper_ik/task_tagpose.h"
50 
51 #ifdef HUMOTO_USE_CONFIG
53 #endif
The root namespace of HuMoTo.
Definition: config.h:12