-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugins.xml
More file actions
17 lines (17 loc) · 962 Bytes
/
plugins.xml
File metadata and controls
17 lines (17 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<library path="rmcs_dart_guidance">
<class type="rmcs_dart_guidance::DartVisionCore" base_class_type="rmcs_executor::Component">
<description>Image processing node.</description>
</class>
<class type="rmcs_dart_guidance::DebugDisplayComponent" base_class_type="rmcs_executor::Component">
<description>test node.</description>
</class>
<class type="rmcs_dart_guidance::ImagePublisher" base_class_type="rmcs_executor::Component">
<description>test node.</description>
</class>
<class type="rmcs_dart_guidance::manager::RemoteCommandBridge" base_class_type="rmcs_executor::Component">
<description>Translates DR16 remote controller switch signals into DartManager commands.</description>
</class>
<class type="rmcs_dart_guidance::manager::DartManager" base_class_type="rmcs_executor::Component">
<description>Dart task manager: 4-shot group counting with lifting and limiting servo control.</description>
</class>
</library>