|
8 | 8 | </params> |
9 | 9 |
|
10 | 10 | <devices> |
11 | | - |
| 11 | + |
12 | 12 | <!-- motor controllers wrappers --> |
13 | | - <xi:include href="wrappers/motorControl/left_arm-mc_wrapper.xml" /> |
14 | | - <xi:include href="wrappers/motorControl/right_arm-mc_wrapper.xml" /> |
15 | | - <xi:include href="wrappers/motorControl/torso-mc_wrapper.xml" /> |
16 | 13 | <xi:include href="wrappers/motorControl/left_leg-mc_wrapper.xml" /> |
17 | 14 | <xi:include href="wrappers/motorControl/right_leg-mc_wrapper.xml" /> |
18 | 15 |
|
19 | | - <xi:include href="wrappers/motorControl/left_arm-mc_remapper.xml" /> |
20 | | - <xi:include href="wrappers/motorControl/right_arm-mc_remapper.xml" /> |
21 | | - <xi:include href="wrappers/motorControl/torso-mc_remapper.xml" /> |
22 | 16 | <xi:include href="wrappers/motorControl/left_leg-mc_remapper.xml" /> |
23 | 17 | <xi:include href="wrappers/motorControl/right_leg-mc_remapper.xml" /> |
24 | | - |
25 | | - <!-- LEFT ARM --> |
26 | | - <xi:include href="hardware/motorControl/left_arm-eb1-j0_1-mc.xml" /> |
27 | | - <xi:include href="hardware/motorControl/left_arm-eb3-j2_3-mc.xml" /> |
| 18 | + |
| 19 | + <xi:include href="wrappers/motorControl/right_shoulder-mc_wrapper.xml" /> |
| 20 | + |
28 | 21 |
|
29 | | - <!-- RIGHT ARM --> |
30 | | - <xi:include href="hardware/motorControl/right_arm-eb2-j0_1-mc.xml" /> |
31 | | - <xi:include href="hardware/motorControl/right_arm-eb4-j2_3-mc.xml" /> |
| 22 | + <xi:include href="wrappers/motorControl/right_shoulder-mc_remapper.xml" /> |
| 23 | + |
| 24 | + <xi:include href="wrappers/motorControl/left_shoulder-mc_wrapper.xml" /> |
| 25 | + |
| 26 | + |
| 27 | + <xi:include href="wrappers/motorControl/left_shoulder-mc_remapper.xml" /> |
| 28 | + |
| 29 | + |
| 30 | + <xi:include href="wrappers/motorControl/torso-mc_wrapper.xml" /> |
32 | 31 |
|
33 | | - <!-- TORSO --> |
| 32 | + |
| 33 | + <xi:include href="wrappers/motorControl/torso-mc_remapper.xml" /> |
| 34 | + |
| 35 | + <!-- TORSO --> |
34 | 36 | <xi:include href="hardware/motorControl/torso-eb5-j0_2-mc.xml" /> |
| 37 | + |
| 38 | + <!-- LEFT ARM --> |
| 39 | + <xi:include href="hardware/motorControl/left_arm-eb2-j0_1-mc.xml" /> |
| 40 | + <xi:include href="hardware/motorControl/left_arm-eb4-j2_3-mc.xml" /> |
| 41 | + |
| 42 | + <!-- RIGHT ARM --> |
| 43 | + <xi:include href="hardware/motorControl/right_arm-eb1-j0_1-mc.xml" /> |
| 44 | + <xi:include href="hardware/motorControl/right_arm-eb3-j2_3-mc.xml" /> |
35 | 45 |
|
36 | 46 | <!-- LEFT LEG --> |
37 | | - <xi:include href="hardware/motorControl/left_leg-eb7-j0_2-mc.xml" /> |
38 | | - <xi:include href="hardware/motorControl/left_leg-eb8-j3_5-mc.xml" /> |
| 47 | + <xi:include href="hardware/motorControl/left_leg-eb8-j0_3-mc.xml" /> |
| 48 | + <xi:include href="hardware/motorControl/left_leg-eb9-j4_5-mc.xml" /> |
39 | 49 |
|
40 | 50 | <!-- RIGHT LEG --> |
41 | | - <xi:include href="hardware/motorControl/right_leg-eb9-j0_2-mc.xml" /> |
42 | | - <xi:include href="hardware/motorControl/right_leg-eb10-j3_5-mc.xml" /> |
| 51 | + <xi:include href="hardware/motorControl/right_leg-eb6-j0_3-mc.xml" /> |
| 52 | + <xi:include href="hardware/motorControl/right_leg-eb7-j4_5-mc.xml" /> |
| 53 | + |
| 54 | + <!-- ANALOG SENSORS FT --> |
| 55 | + <xi:include href="wrappers/FT/left_arm-FT_wrapper.xml" /> |
| 56 | + <xi:include href="wrappers/FT/right_arm-FT_wrapper.xml" /> |
| 57 | + |
| 58 | + <xi:include href="hardware/FT/left_arm-eb2-j0_1-strain.xml" /> |
| 59 | + <xi:include href="hardware/FT/right_arm-eb1-j0_1-strain.xml" /> |
| 60 | + |
| 61 | + |
| 62 | + <xi:include href="wrappers/FT/left_foot-FT_wrapper.xml" /> |
| 63 | + <xi:include href="wrappers/FT/right_foot-FT_wrapper.xml" /> |
| 64 | + |
| 65 | + <xi:include href="hardware/FT/left_leg-eb9-j4_5-strain.xml" /> |
| 66 | + <xi:include href="hardware/FT/right_leg-eb7-j4_5-strain.xml" /> |
43 | 67 |
|
44 | 68 |
|
45 | 69 | <!-- CALIBRATORS --> |
46 | | - <xi:include href="calibrators/left_arm-calib.xml" /> |
47 | | - <xi:include href="calibrators/right_arm-calib.xml" /> |
48 | | - <xi:include href="calibrators/torso-calib.xml" /> |
49 | 70 | <xi:include href="calibrators/left_leg-calib.xml" /> |
50 | 71 | <xi:include href="calibrators/right_leg-calib.xml" /> |
51 | | - |
| 72 | + <xi:include href="calibrators/left_shoulder-calib.xml" /> |
| 73 | + <xi:include href="calibrators/right_shoulder-calib.xml" /> |
| 74 | + <xi:include href="calibrators/torso-calib.xml" /> |
52 | 75 | </devices> |
53 | 76 | </robot> |
0 commit comments