forked from ros-controls/ros_controllers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheffort_controllers_plugins.xml
27 lines (22 loc) · 1.39 KB
/
effort_controllers_plugins.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<library path="lib/libeffort_controllers">
<class name="effort_controllers/JointPositionController" type="effort_controllers::JointPositionController" base_class_type="controller_interface::ControllerBase">
<description>
The JointPositionController tracks position commands. It expects a EffortJointInterface type of hardware interface.
</description>
</class>
<class name="effort_controllers/JointVelocityController" type="effort_controllers::JointVelocityController" base_class_type="controller_interface::ControllerBase">
<description>
The JointVelocityController tracks velocity commands. It expects a EffortJointInterface type of hardware interface.
</description>
</class>
<class name="effort_controllers/JointEffortController" type="effort_controllers::JointEffortController" base_class_type="controller_interface::ControllerBase">
<description>
The JointEffortController tracks effort commands. It expects a EffortJointInterface type of hardware interface.
</description>
</class>
<class name="effort_controllers/JointGroupEffortController" type="effort_controllers::JointGroupEffortController" base_class_type="controller_interface::ControllerBase">
<description>
The JointGroupEffortController tracks effort commands for a set of joints. It expects a EffortJointInterface type of hardware interface.
</description>
</class>
</library>