sot-talos-balance  2.0.5
Collection of dynamic-graph entities aimed at implementing balance control on talos.
commands-helper.hh
Go to the documentation of this file.
1 /*
2  * Copyright 2018, Gepetto team, LAAS-CNRS
3  *
4  * This file is part of sot-talos-balance.
5  * sot-talos-balance is free software: you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public License
7  * as published by the Free Software Foundation, either version 3 of
8  * the License, or (at your option) any later version.
9  * sot-talos-balance is distributed in the hope that it will be
10  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty
11  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details. You should
13  * have received a copy of the GNU Lesser General Public License along
14  * with sot-talos-balance. If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #ifndef __sot_talos_balance_commands_helper_H__
18 #define __sot_talos_balance_commands_helper_H__
19 
20 #include <boost/function.hpp>
21 
22 /* --- COMMON INCLUDE -------------------------------------------------- */
23 #include <dynamic-graph/command-bind.h>
24 #include <dynamic-graph/command-direct-getter.h>
25 #include <dynamic-graph/command-direct-setter.h>
26 #include <dynamic-graph/command.h>
27 
28 /* --- HELPER ---------------------------------------------------------- */
29 namespace dynamicgraph {
30 namespace sot {
31 namespace talos_balance {
32 using ::dynamicgraph::command::docCommandVerbose;
33 using ::dynamicgraph::command::docCommandVoid0;
34 using ::dynamicgraph::command::docCommandVoid1;
35 using ::dynamicgraph::command::docCommandVoid2;
36 using ::dynamicgraph::command::docCommandVoid3;
37 using ::dynamicgraph::command::docCommandVoid4;
38 using ::dynamicgraph::command::docCommandVoid5;
39 using ::dynamicgraph::command::docCommandVoid6;
40 using ::dynamicgraph::command::docCommandVoid7;
41 using ::dynamicgraph::command::docCommandVoid8;
42 using ::dynamicgraph::command::docDirectGetter;
43 using ::dynamicgraph::command::docDirectSetter;
44 using ::dynamicgraph::command::makeCommandVerbose;
45 using ::dynamicgraph::command::makeCommandVoid0;
46 using ::dynamicgraph::command::makeCommandVoid1;
47 using ::dynamicgraph::command::makeCommandVoid2;
48 using ::dynamicgraph::command::makeCommandVoid3;
49 using ::dynamicgraph::command::makeCommandVoid4;
50 using ::dynamicgraph::command::makeCommandVoid5;
51 using ::dynamicgraph::command::makeCommandVoid6;
52 using ::dynamicgraph::command::makeCommandVoid7;
53 using ::dynamicgraph::command::makeCommandVoid8;
54 using ::dynamicgraph::command::makeDirectGetter;
55 using ::dynamicgraph::command::makeDirectSetter;
56 } // namespace talos_balance
57 } // namespace sot
58 } // namespace dynamicgraph
59 
60 #endif // __sot_talos_balance_commands_helper_H__
sot_talos_balance.test.appli_admittance_end_effector.sot
sot
Definition: appli_admittance_end_effector.py:117
dynamicgraph
Definition: treeview.dox:24