-
Notifications
You must be signed in to change notification settings - Fork 70
/
right_leg-FT_remapper.xml
22 lines (19 loc) · 1.18 KB
/
right_leg-FT_remapper.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">
<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_leg-FT_remapper" type="multipleanalogsensorsremapper">
<!-- The below parameter names are set from the macro MAS_getTagFromEnum(enum MAS_SensorType) + "Names"
defined in <yarp/dev/MultipleAnalogSensorsInterfaces.h> and respective device source file -->
<param name="SixAxisForceTorqueSensorsNames">
(r_leg_ft_sensor r_foot_rear_ft_sensor r_foot_front_ft_sensor)
</param>
<param name="TemperatureSensorsNames">
(r_leg_ft_sensor r_foot_rear_ft_sensor r_foot_front_ft_sensor)
</param>
<action phase="startup" level="5" type="attach">
<paramlist name="networks">
<elem name="right_leg-eb11-j0_2-strain"> right_leg-eb11-j0_2-strain </elem>
<elem name="right_leg-eb12-j3_5-strain"> right_leg-eb12-j3_5-strain </elem>
</paramlist>
</action>
<action phase="shutdown" level="20" type="detach" />
</device>