File tree Expand file tree Collapse file tree 15 files changed +163
-21
lines changed Expand file tree Collapse file tree 15 files changed +163
-21
lines changed Original file line number Diff line number Diff line change 20
20
<xi : include href =" wrappers/motorControl/head-mc_remapper.xml" />
21
21
<xi : include href =" wrappers/motorControl/torso-mc_remapper.xml" />
22
22
<!-- ANALOG SENSORS FT -->
23
- <xi : include href =" wrappers/FT/left_foot-FT_wrapper.xml" />
24
- <xi : include href =" wrappers/FT/right_foot-FT_wrapper.xml" />
23
+ <xi : include href =" wrappers/FT/left_leg-FT_wrapper.xml" />
24
+ <xi : include href =" wrappers/FT/right_leg-FT_wrapper.xml" />
25
+ <xi : include href =" wrappers/FT/left_leg-FT_remapper.xml" />
26
+ <xi : include href =" wrappers/FT/right_leg-FT_remapper.xml" />
25
27
<xi : include href =" wrappers/FT/left_arm-FT_wrapper.xml" />
26
28
<xi : include href =" wrappers/FT/right_arm-FT_wrapper.xml" />
27
- <xi : include href =" wrappers/FT/right_leg_hip-FT_wrapper.xml" />
28
- <xi : include href =" wrappers/FT/left_leg_hip-FT_wrapper.xml" />
29
29
30
30
<!-- INERTIAL SENSOR-->
31
31
<xi : include href =" wrappers/inertials/head-inertials_wrapper.xml" />
Original file line number Diff line number Diff line change 4
4
5
5
<device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" left_arm-FT_wrapper" type =" multipleanalogsensorsserver" >
6
6
<param name =" period" > 10 </param >
7
- <param name =" name" > ${portprefix}/left_arm </param >
7
+ <param name =" name" > ${portprefix}/left_arm/FT </param >
8
8
9
9
<action phase =" startup" level =" 10" type =" attach" >
10
10
<paramlist name =" networks" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" left_leg-FT_remapper" type =" multipleanalogsensorsremapper" >
6
+ <param name =" SixAxisForceTorqueSensorsNames" >
7
+ (l_leg_ft_sensor l_foot_ft_sensor)
8
+ </param >
9
+ <param name =" TemperatureSensorsNames" >
10
+ (l_leg_ft_sensor l_foot_ft_sensor)
11
+ </param >
12
+ <action phase =" startup" level =" 5" type =" attach" >
13
+ <paramlist name =" networks" >
14
+ <elem name =" left_leg_ft_sensor" > icub_left_leg_ft </elem >
15
+ <elem name =" left_foot_ft_sensor" > icub_left_foot_ft </elem >
16
+ </paramlist >
17
+ </action >
18
+
19
+ <action phase =" shutdown" level =" 20" type =" detach" />
20
+ </device >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" left_leg-FT_wrapper" type =" multipleanalogsensorsserver" >
6
+ <param name =" period" > 10 </param >
7
+ <param name =" name" > ${portprefix}/left_leg/FT </param >
8
+
9
+ <action phase =" startup" level =" 10" type =" attach" >
10
+ <paramlist name =" networks" >
11
+ <elem name =" FirstStrain" > left_leg-FT_remapper </elem >
12
+ </paramlist >
13
+ </action >
14
+
15
+ <action phase =" shutdown" level =" 15" type =" detach" />
16
+ </device >
Original file line number Diff line number Diff line change 4
4
5
5
<device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" right_arm-FT_wrapper" type =" multipleanalogsensorsserver" >
6
6
<param name =" period" > 10 </param >
7
- <param name =" name" > ${portprefix}/right_arm </param >
7
+ <param name =" name" > ${portprefix}/right_arm/FT </param >
8
8
9
9
<action phase =" startup" level =" 10" type =" attach" >
10
10
<paramlist name =" networks" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" right_leg-FT_remapper" type =" multipleanalogsensorsremapper" >
6
+ <param name =" SixAxisForceTorqueSensorsNames" >
7
+ (r_leg_ft_sensor r_foot_ft_sensor)
8
+ </param >
9
+ <param name =" TemperatureSensorsNames" >
10
+ (r_leg_ft_sensor r_foot_ft_sensor)
11
+ </param >
12
+ <action phase =" startup" level =" 5" type =" attach" >
13
+ <paramlist name =" networks" >
14
+ <elem name =" right_leg_ft_sensor" > icub_right_leg_ft </elem >
15
+ <elem name =" right_foot_ft_sensor" > icub_right_foot_ft </elem >
16
+ </paramlist >
17
+ </action >
18
+
19
+ <action phase =" shutdown" level =" 20" type =" detach" />
20
+ </device >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" right_leg-FT_wrapper" type =" multipleanalogsensorsserver" >
6
+ <param name =" period" > 10 </param >
7
+ <param name =" name" > ${portprefix}/right_leg/FT </param >
8
+
9
+ <action phase =" startup" level =" 10" type =" attach" >
10
+ <paramlist name =" networks" >
11
+ <elem name =" FirstStrain" > right_leg-FT_remapper </elem >
12
+ </paramlist >
13
+ </action >
14
+
15
+ <action phase =" shutdown" level =" 15" type =" detach" />
16
+ </device >
Original file line number Diff line number Diff line change 20
20
<xi : include href =" wrappers/motorControl/head-mc_remapper.xml" />
21
21
<xi : include href =" wrappers/motorControl/torso-mc_remapper.xml" />
22
22
<!-- ANALOG SENSORS FT -->
23
- <xi : include href =" wrappers/FT/left_foot -FT_remapper.xml" />
24
- <xi : include href =" wrappers/FT/right_foot -FT_remapper.xml" />
25
- <xi : include href =" wrappers/FT/left_foot -FT_wrapper.xml" />
26
- <xi : include href =" wrappers/FT/right_foot -FT_wrapper.xml" />
23
+ <xi : include href =" wrappers/FT/left_leg -FT_remapper.xml" />
24
+ <xi : include href =" wrappers/FT/right_leg -FT_remapper.xml" />
25
+ <xi : include href =" wrappers/FT/left_leg -FT_wrapper.xml" />
26
+ <xi : include href =" wrappers/FT/right_leg -FT_wrapper.xml" />
27
27
<xi : include href =" wrappers/FT/left_arm-FT_wrapper.xml" />
28
28
<xi : include href =" wrappers/FT/right_arm-FT_wrapper.xml" />
29
- <xi : include href =" wrappers/FT/right_leg_hip-FT_wrapper.xml" />
30
- <xi : include href =" wrappers/FT/left_leg_hip-FT_wrapper.xml" />
31
29
32
30
<!-- INERTIAL SENSOR-->
33
31
<xi : include href =" wrappers/inertials/head-inertials_wrapper.xml" />
Original file line number Diff line number Diff line change 20
20
<xi : include href =" wrappers/motorControl/head-mc_remapper.xml" />
21
21
<xi : include href =" wrappers/motorControl/torso-mc_remapper.xml" />
22
22
<!-- ANALOG SENSORS FT -->
23
- <xi : include href =" wrappers/FT/left_foot -FT_remapper.xml" />
24
- <xi : include href =" wrappers/FT/right_foot-FT_remapper .xml" />
25
- <xi : include href =" wrappers/FT/left_foot-FT_wrapper .xml" />
26
- <xi : include href =" wrappers/FT/right_foot -FT_wrapper.xml" />
23
+ <xi : include href =" wrappers/FT/left_leg -FT_remapper.xml" />
24
+ <xi : include href =" wrappers/FT/left_leg-FT_wrapper .xml" />
25
+ <xi : include href =" wrappers/FT/right_leg-FT_remapper .xml" />
26
+ <xi : include href =" wrappers/FT/right_leg -FT_wrapper.xml" />
27
27
<xi : include href =" wrappers/FT/left_arm-FT_wrapper.xml" />
28
28
<xi : include href =" wrappers/FT/right_arm-FT_wrapper.xml" />
29
- <xi : include href =" wrappers/FT/right_leg_hip-FT_wrapper.xml" />
30
- <xi : include href =" wrappers/FT/left_leg_hip-FT_wrapper.xml" />
31
29
32
30
<!-- INERTIAL SENSOR-->
33
31
<xi : include href =" wrappers/inertials/head-inertials_wrapper.xml" />
41
39
<xi : include href =" wrappers/FT/right_foot-FT_nws_ros2.xml" />
42
40
<xi : include href =" wrappers/FT/left_leg_hip-FT_nws_ros2.xml" />
43
41
<xi : include href =" wrappers/FT/right_leg_hip-FT_nws_ros2.xml" />
44
- <xi : include href =" wrappers/FT/left_arm-FT_nws_ros2.xml" /> -->
42
+ <xi : include href =" wrappers/FT/left_arm-FT_nws_ros2.xml" />
45
43
<xi : include href =" wrappers/FT/right_arm-FT_nws_ros2.xml" />
46
44
</devices >
47
45
</robot >
Original file line number Diff line number Diff line change 4
4
5
5
<device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" left_arm-FT_wrapper" type =" multipleanalogsensorsserver" >
6
6
<param name =" period" > 10 </param >
7
- <param name =" name" > ${portprefix}/left_arm </param >
7
+ <param name =" name" > ${portprefix}/left_arm/FT </param >
8
8
9
9
<action phase =" startup" level =" 10" type =" attach" >
10
10
<paramlist name =" networks" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" left_leg-FT_remapper" type =" multipleanalogsensorsremapper" >
6
+ <param name =" SixAxisForceTorqueSensorsNames" >
7
+ (l_leg_ft_sensor l_foot_rear_ft_sensor l_foot_front_ft_sensor)
8
+ </param >
9
+ <param name =" TemperatureSensorsNames" >
10
+ (l_leg_ft_sensor l_foot_rear_ft_sensor l_foot_front_ft_sensor)
11
+ </param >
12
+ <action phase =" startup" level =" 5" type =" attach" >
13
+ <paramlist name =" networks" >
14
+ <elem name =" left_leg_ft_sensor" > icub_left_leg_ft </elem >
15
+ <elem name =" left_foot_rear_ft_sensor" > icub_left_foot_rear_ft </elem >
16
+ <elem name =" left_foot_front_ft_sensor" > icub_left_foot_front_ft </elem >
17
+ </paramlist >
18
+ </action >
19
+
20
+ <action phase =" shutdown" level =" 20" type =" detach" />
21
+ </device >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" left_leg-FT_wrapper" type =" multipleanalogsensorsserver" >
6
+ <param name =" period" > 10 </param >
7
+ <param name =" name" > ${portprefix}/left_leg/FT </param >
8
+
9
+ <action phase =" startup" level =" 10" type =" attach" >
10
+ <paramlist name =" networks" >
11
+ <elem name =" FirstStrain" > left_leg-FT_remapper </elem >
12
+ </paramlist >
13
+ </action >
14
+
15
+ <action phase =" shutdown" level =" 15" type =" detach" />
16
+ </device >
Original file line number Diff line number Diff line change 4
4
5
5
<device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" right_arm-FT_wrapper" type =" multipleanalogsensorsserver" >
6
6
<param name =" period" > 10 </param >
7
- <param name =" name" > ${portprefix}/right_arm </param >
7
+ <param name =" name" > ${portprefix}/right_arm/FT </param >
8
8
9
9
<action phase =" startup" level =" 10" type =" attach" >
10
10
<paramlist name =" networks" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" right_leg-FT_remapper" type =" multipleanalogsensorsremapper" >
6
+ <param name =" SixAxisForceTorqueSensorsNames" >
7
+ (r_leg_ft_sensor r_foot_rear_ft_sensor r_foot_front_ft_sensor)
8
+ </param >
9
+ <param name =" TemperatureSensorsNames" >
10
+ (r_leg_ft_sensor r_foot_rear_ft_sensor r_foot_front_ft_sensor)
11
+ </param >
12
+ <action phase =" startup" level =" 5" type =" attach" >
13
+ <paramlist name =" networks" >
14
+ <elem name =" right_leg_ft_sensor" > icub_right_leg_ft </elem >
15
+ <elem name =" right_foot_rear_ft_sensor" > icub_right_foot_rear_ft </elem >
16
+ <elem name =" right_foot_front_ft_sensor" > icub_right_foot_front_ft </elem >
17
+ </paramlist >
18
+ </action >
19
+
20
+ <action phase =" shutdown" level =" 20" type =" detach" />
21
+ </device >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
3
+
4
+
5
+ <device xmlns : xi =" http://www.w3.org/2001/XInclude" name =" right_leg-FT_wrapper" type =" multipleanalogsensorsserver" >
6
+ <param name =" period" > 10 </param >
7
+ <param name =" name" > ${portprefix}/right_leg/FT </param >
8
+
9
+ <action phase =" startup" level =" 10" type =" attach" >
10
+ <paramlist name =" networks" >
11
+ <elem name =" FirstStrain" > right_leg-FT_remapper </elem >
12
+ </paramlist >
13
+ </action >
14
+
15
+ <action phase =" shutdown" level =" 15" type =" detach" />
16
+ </device >
You can’t perform that action at this time.
0 commit comments