ControllerInterface.ice
Go to the documentation of this file.
1/*
2 * This file is part of ArmarX.
3 *
4 * ArmarX is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 * ArmarX is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 *
16 * @package RobotControllers::RobotNJointControllersInterface
17 * @author Jianfeng Gao ( jianfeng dot gao at kit dot edu )
18 * @date 2021
19 * @copyright http://www.gnu.org/licenses/gpl-2.0.txt
20 * GNU General Public License
21 */
22
23#pragma once
24
25#include <ArmarXCore/interface/core/BasicTypes.ice>
26#include <ArmarXCore/interface/serialization/Eigen.ice>
27
28#include <RobotAPI/interface/core/Trajectory.ice>
29#include <RobotAPI/interface/units/RobotUnit/NJointController.ice>
30
32#include <armarx/control/interface/ConfigurableNJointControllerInterface.ice>
34
35
36module armarx
37{
38 module control
39 {
43
47
48 /// previous implementations
52
56
60
64
68
72
76
80
87
91 {
92 void updateAdaptiveConfig(armarx::aron::data::dto::Dict config);
93 };
94
98 {
99 void updateAdaptiveConfig(armarx::aron::data::dto::Dict config);
100 };
101
102 }; /// control
103}; /// armarx
void updateAdaptiveConfig(armarx::aron::data::dto::Dict config)
void updateAdaptiveConfig(armarx::aron::data::dto::Dict config)
void updateAdaptiveConfig(armarx::aron::data::dto::Dict config)
This file offers overloads of toIce() and fromIce() functions for STL container types.
This file is part of ArmarX.