forked from robotology/robots-configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicub_analog_only.xml
88 lines (78 loc) · 3.97 KB
/
icub_analog_only.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8" ?>
<robot name="icub">
<!-- cartesian -->
<!--
<devices file="cartesian/left_arm_cartesian.xml" />
<devices file="cartesian/right_arm_cartesian.xml" />
-->
<!-- motor controllers wrappers -->
<!--
<devices file="wrappers/motorControl/left_arm_mc_wrapper.xml" />
<devices file="wrappers/motorControl/right_arm_mc_wrapper.xml" />
<devices file="wrappers/motorControl/left_leg_mc_wrapper.xml" />
<devices file="wrappers/motorControl/right_leg_mc_wrapper.xml" />
<devices file="wrappers/motorControl/head_mc_wrapper.xml" />
<devices file="wrappers/motorControl/torso_mc_wrapper.xml" />
<devices file="hardware/motorControl/icub_left_arm.xml" />
<devices file="hardware/motorControl/icub_left_hand.xml" />
<devices file="hardware/motorControl/icub_right_arm.xml" />
<devices file="hardware/motorControl/icub_right_hand.xml" />
<devices file="hardware/motorControl/icub_left_leg.xml" />
<devices file="hardware/motorControl/icub_right_leg.xml" />
<devices file="hardware/motorControl/icub_head.xml" />
<devices file="hardware/motorControl/icub_torso.xml" />
-->
<!-- VIRTUAL ANALOG SERVERs -->
<devices file="wrappers/VFT/left_arm_VFT_wrapper.xml" />
<devices file="wrappers/VFT/left_leg_VFT_wrapper.xml" />
<devices file="wrappers/VFT/right_arm_VFT_wrapper.xml" />
<devices file="wrappers/VFT/right_leg_VFT_wrapper.xml" />
<devices file="hardware/VFT/left_arm_virtual_strain.xml" />
<devices file="hardware/VFT/left_leg_virtual_strain.xml" />
<devices file="hardware/VFT/right_arm_virtual_strain.xml" />
<devices file="hardware/VFT/right_leg_virtual_strain.xml" />
<devices file="hardware/VFT/torso_virtual_strain.xml" />
<!-- REAL ANALOG SENSORS -->
<devices file="wrappers/FT/left_arm_FT_wrapper.xml" />
<devices file="wrappers/FT/left_leg_FT_wrapper.xml" />
<devices file="wrappers/FT/left_foot_FT_wrapper.xml" />
<devices file="wrappers/FT/right_arm_FT_wrapper.xml" />
<devices file="wrappers/FT/right_leg_FT_wrapper.xml" />
<devices file="wrappers/FT/right_foot_FT_wrapper.xml" />
<devices file="wrappers/MAIS/left_hand_mais_wrapper.xml" />
<devices file="wrappers/MAIS/right_hand_mais_wrapper.xml" />
<devices file="hardware/FT/left_arm_strain.xml" />
<devices file="hardware/FT/left_leg_strain.xml" />
<devices file="hardware/FT/left_foot_strain.xml" />
<devices file="hardware/FT/right_arm_strain.xml" />
<devices file="hardware/FT/right_leg_strain.xml" />
<devices file="hardware/FT/right_foot_strain.xml" />
<devices file="hardware/MAIS/left_hand_mais.xml" />
<devices file="hardware/MAIS/right_hand_mais.xml" />
<!-- SKIN -->
<devices file="wrappers/skin/left_arm_skin_wrapper.xml" />
<devices file="wrappers/skin/right_arm_skin_wrapper.xml" />
<devices file="wrappers/skin/torso_skin_wrapper.xml" />
<devices file="hardware/skin/left_arm.xml" />
<devices file="hardware/skin/right_arm.xml" />
<devices file="hardware/skin/torso.xml" />
<!-- MTX INERTIAL SENSOR & SKIN INERTIAL SENSOR-->
<devices file="hardware/inertial.xml" />
<!--
<devices file="wrappers/skin/left_hand_inertial_wrapper.xml" />
<devices file="wrappers/skin/right_hand_inertial_wrapper.xml" />
<devices file="hardware/skin/left_hand_inertial_mtb.xml" />
<devices file="hardware/skin/right_hand_inertial_mtb.xml" />
-->
<!-- CALIBRATORS -->
<!--
<devices file="calibrators2/head_calib.xml" />
<devices file="calibrators2/torso_calib.xml" />
<devices file="calibrators2/right_leg_calib.xml" />
<devices file="calibrators2/left_leg_calib.xml" />
<devices file="calibrators2/left_arm_calib.xml" />
<devices file="calibrators2/right_arm_calib.xml" />
<devices file="calibrators2/left_hand_calib.xml" />
<devices file="calibrators2/right_hand_calib.xml" />
-->
</robot>