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 ...
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 <RobotAPI/interface/units/RobotUnit/NJointController.ice>
26 #include <RobotAPI/interface/core/Trajectory.ice>
27 #include <RobotAPI/interface/aron.ice>
28 
29 #include <ArmarXCore/interface/serialization/Eigen.ice>
30 
31 #include <armarx/control/interface/ConfigurableNJointControllerInterface.ice>
32 
33 
34 module armarx{ module control{
35  interface NJointTaskspaceImpedanceControllerInterface extends ConfigurableNJointControllerInterface
36  {
37  // string getKinematicChainName();
38  Ice::FloatSeq getTCPVel();
39  };
40 
41  interface NJointTaskspaceAdmittanceControllerInterface extends ConfigurableNJointControllerInterface
42  {
43  // string getKinematicChainName();
44 
45  /// ft sensor
46  void toggleGravityCompensation(bool toggle);
47  void calibrateFTSensor();
48  };
49 
50 // interface NJointTaskspaceBimanualImpedanceControllerInterface extends ConfigurableNJointControllerInterface
51 // {
52 // };
53 
54  interface NJointKeypointsImpedanceControllerInterface extends ConfigurableNJointControllerInterface
55  {
56  // string getKinematicChainName();
57  };
58 
59 }; /// control
60 }; /// armarx
armarx::control::NJointTaskspaceImpedanceControllerInterface
Definition: ControllerInterface.ice:35
armarx::control::NJointKeypointsImpedanceControllerInterface
Definition: ControllerInterface.ice:54
armarx::control::NJointTaskspaceAdmittanceControllerInterface
Definition: ControllerInterface.ice:41
control
This file is part of ArmarX.
armarx
This file offers overloads of toIce() and fromIce() functions for STL container types.
Definition: ArmarXTimeserver.cpp:28