forked from ros-controls/ros2_control
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_components.xml
More file actions
50 lines (42 loc) · 1.63 KB
/
Copy pathtest_components.xml
File metadata and controls
50 lines (42 loc) · 1.63 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
<library path="test_components">
<class name="test_actuator" type="TestActuator" base_class_type="hardware_interface::ActuatorInterface">
<description>
Test Actuator
</description>
</class>
<class name="test_actuator_exclusive_interfaces" type="TestActuatorExclusiveInterfaces" base_class_type="hardware_interface::ActuatorInterface">
<description>
Test Actuator
</description>
</class>
<class name="test_sensor" type="TestSensor" base_class_type="hardware_interface::SensorInterface">
<description>
Test Sensor
</description>
</class>
<class name="test_system" type="TestSystem" base_class_type="hardware_interface::SystemInterface">
<description>
Test System
</description>
</class>
<class name="test_uninitializable_actuator" type="TestUninitializableActuator" base_class_type="hardware_interface::ActuatorInterface">
<description>
Test Uninitializable Actuator
</description>
</class>
<class name="test_uninitializable_sensor" type="TestUninitializableSensor" base_class_type="hardware_interface::SensorInterface">
<description>
Test Uninitializable Sensor
</description>
</class>
<class name="test_uninitializable_system" type="TestUninitializableSystem" base_class_type="hardware_interface::SystemInterface">
<description>
Test Uninitializable System
</description>
</class>
<class name="test_actuator_exclusive_interfaces" type="TestActuatorExclusiveInterfaces" base_class_type="hardware_interface::ActuatorInterface">
<description>
Test Actuator with Exclusive Interfaces
</description>
</class>
</library>