-
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 ergoCub FT to have one NWS for each part
- Loading branch information
1 parent
4d8a1cc
commit 53b69a7
Showing
10 changed files
with
63 additions
and
53 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 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 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_rear_ft_sensor l_foot_front_ft_sensor) | ||
</param> | ||
<param name="TemperatureSensorsNames"> | ||
(l_leg_ft_sensor l_foot_rear_ft_sensor l_foot_front_ft_sensor) | ||
</param> | ||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<elem name="left_leg-eb8-j0_3-strain"> left_leg-eb8-j0_3-strain </elem> | ||
<elem name="left_leg-eb9-j4_5-strain"> left_leg-eb9-j4_5-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_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-eb6-j0_3-strain"> right_leg-eb6-j0_3-strain </elem> | ||
<elem name="right_leg-eb7-j4_5-strain"> right_leg-eb7-j4_5-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