forked from robotology/robots-configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
89 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE params PUBLIC "-//YARP//DTD robotInterface 1.0//EN" "http://www.icub.org/DTD/robotInterfaceV1.0.dtd"> | ||
|
||
<params robot="iCubMunich01" build="1"> | ||
|
||
<group name="defaultCfgBoard"> | ||
<param name="period"> 50 </param> | ||
<param name="skinType"> 0 </param> <!-- 0 ==> new skin | ||
1 ==> palm and fingertips skin | ||
2 ==> old skin without temperature compensation --> | ||
<param name="noLoad"> 0xf0 </param> | ||
<param name="diagnostic"> false </param> <!-- used to config high level --> | ||
</group> | ||
|
||
|
||
<group name="defaultCfgTriangle"> | ||
<param name="enabled"> false </param> | ||
<param name="shift"> 2 </param> | ||
<param name="cdcOffset"> 0x2200 </param> | ||
</group> | ||
|
||
<group name="specialCfgTriangles"> | ||
<param name="numOfSets"> 7 </param> <!-- id starts from 1 for triangleSetCfg--> | ||
<!-- patch boardAddr idStart idEnd enabled shift cdcOffset --> | ||
<param name="triangleSetCfg1"> 9 7 5 11 1 2 0x2200 </param> <!-- fingertips --> | ||
|
||
<param name="triangleSetCfg2"> 9 8 1 3 1 2 0x2200 </param> | ||
<param name="triangleSetCfg3"> 9 8 6 13 1 2 0x2200 </param> | ||
|
||
<param name="triangleSetCfg4"> 9 9 0 15 1 2 0x2200 </param> | ||
|
||
<param name="triangleSetCfg5"> 9 10 1 2 1 2 0x2200 </param> | ||
<param name="triangleSetCfg6"> 9 10 4 4 1 2 0x2200 </param> | ||
<param name="triangleSetCfg7"> 9 10 8 14 1 2 0x2200 </param> | ||
|
||
|
||
</group> | ||
</params> |
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,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE devices PUBLIC "-//YARP//DTD robotInterface 1.0//EN" "http://www.icub.org/DTD/robotInterfaceV1.0.dtd"> | ||
|
||
|
||
<devices robot="iCubMunich01" build="1"> | ||
<device name="torso_skin" type="canBusSkin"> | ||
<params file="general.xml" /> | ||
|
||
<params robot="iCubGenova01" build="1"> | ||
<param name="canDeviceNum"> 9 </param> | ||
<param name="skinCanIds"> 7 8 9 10 </param> | ||
<param name="period"> 10 </param> | ||
<param name="canbusDevice"> cfw2can </param> | ||
</params> | ||
<params file="hardware/skin/torso-cfw2_can9-skinSpec.xml" /> | ||
</device> | ||
</devices> |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE devices PUBLIC "-//YARP//DTD robotInterface 1.0//EN" "http://www.icub.org/DTD/robotInterfaceV1.0.dtd"> | ||
|
||
<devices robot="iCubMunich01" build="1"> | ||
<device name="torso_skin_wrapper" type="skinWrapper"> | ||
<param name="period"> 20 </param> | ||
<param name="total_taxels"> 768 </param> | ||
<param name="device"> skinWrapper </param> | ||
|
||
<paramlist name="ports"> | ||
<elem name="torso"> 0 767 0 767 </elem> | ||
</paramlist> | ||
|
||
<action phase="startup" level="5" type="attach"> | ||
<paramlist name="networks"> | ||
<!-- The param value must match the device name in the corresponding emsX file --> | ||
<elem name="FirstSetOfSkins"> torso_skin </elem> | ||
</paramlist> | ||
</action> | ||
|
||
<action phase="shutdown" level="5" type="detach" /> | ||
</device> | ||
</devices> |