-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate iCub FT to have one NWS for each part
- Loading branch information
Showing
456 changed files
with
3,164 additions
and
2,831 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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="left_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"> | ||
(l_leg_ft_sensor l_foot_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(l_leg_ft_sensor l_foot_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="left_leg_strain"> left_leg_strain </elem> | ||
<elem name="left_foot_strain"> left_foot_strain </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="20" type="detach" /> | ||
</device> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(r_leg_ft_sensor r_foot_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="right_leg_strain"> right_leg_strain </elem> | ||
<elem name="right_foot_strain"> right_foot_strain </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="20" type="detach" /> | ||
</device> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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="left_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"> | ||
(l_leg_ft_sensor l_foot_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(l_leg_ft_sensor l_foot_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="left_leg_strain"> left_leg_strain </elem> | ||
<elem name="left_foot_strain"> left_foot_strain </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="20" type="detach" /> | ||
</device> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(r_leg_ft_sensor r_foot_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="right_leg_strain"> right_leg_strain </elem> | ||
<elem name="right_foot_strain"> right_foot_strain </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="20" type="detach" /> | ||
</device> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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="left_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"> | ||
(l_leg_ft_sensor l_foot_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(l_leg_ft_sensor l_foot_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="left_leg_strain"> left_leg_strain </elem> | ||
<elem name="left_foot_strain"> left_foot_strain </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="20" type="detach" /> | ||
</device> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(r_leg_ft_sensor r_foot_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="right_leg_strain"> right_leg_strain </elem> | ||
<elem name="right_foot_strain"> right_foot_strain </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="20" type="detach" /> | ||
</device> |
Oops, something went wrong.