-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcontroller_plugins.xml
More file actions
27 lines (23 loc) · 1.04 KB
/
controller_plugins.xml
File metadata and controls
27 lines (23 loc) · 1.04 KB
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="linear_feedback_controller">
<class name="linear_feedback_controller/LinearFeedbackController"
type="linear_feedback_controller::LinearFeedbackControllerRos"
base_class_type="controller_interface::ChainableControllerInterface">
<description>
Linear feedback controller with ROS topic based feedback loop.
</description>
</class>
<class name="linear_feedback_controller/JointStateEstimator"
type="linear_feedback_controller::JointStateEstimator"
base_class_type="controller_interface::ControllerInterface">
<description>
Forward the joint state into the command potentially filtering some signals.
</description>
</class>
<class name="linear_feedback_controller/PassthroughController"
type="linear_feedback_controller::PassthroughController"
base_class_type="controller_interface::ChainableControllerInterface">
<description>
Forward the joint state into the command potentially filtering some signals.
</description>
</class>
</library>