-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgary_controller.xml
More file actions
51 lines (44 loc) · 1.69 KB
/
gary_controller.xml
File metadata and controls
51 lines (44 loc) · 1.69 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<library path="gary_controller">
<class name="gary_controller/HardwareMonitor"
type="gary_controller::HardwareMonitor"
base_class_type="controller_interface::ControllerInterface">
<description>
monitor hardware status
</description>
</class>
<class name="gary_controller/PIDController"
type="gary_controller::PIDController"
base_class_type="controller_interface::ControllerInterface">
<description>
PID controller
</description>
</class>
<class name="gary_controller/PIDControllerWithFilter"
type="gary_controller::PIDControllerWithFilter"
base_class_type="controller_interface::ControllerInterface">
<description>
PID controller with filter
</description>
</class>
<class name="gary_controller/DualLoopPIDController"
type="gary_controller::DualLoopPIDController"
base_class_type="controller_interface::ControllerInterface">
<description>
dual loop PID controller
</description>
</class>
<class name="gary_controller/DualLoopPIDControllerWithFilter"
type="gary_controller::DualLoopPIDControllerWithFilter"
base_class_type="controller_interface::ControllerInterface">
<description>
dual loop PID controller with filter
</description>
</class>
<class name="gary_controller/CalibrationController"
type="gary_controller::CalibrationController"
base_class_type="controller_interface::ControllerInterface">
<description>
motor calibration controller
</description>
</class>
</library>