Skip to content

Commit

Permalink
Fix port prefix in MAIS port names
Browse files Browse the repository at this point in the history
As suggested in #234 (comment) .
  • Loading branch information
traversaro authored Sep 18, 2024
1 parent caf7105 commit a33dd64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="left_arm-mais_wrapper" type="multipleanalogsensorsserver">
<param name="period"> 10 </param>
<param name="name"> /icub/left_hand/MAIS </param>
<param name="name"> /icubSim/left_hand/MAIS </param>


<action phase="startup" level="5" type="attach">
<paramlist name="networks">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="right_arm-mais_wrapper" type="multipleanalogsensorsserver">
<param name="period"> 10 </param>
<param name="name"> /icub/right_hand/MAIS </param>
<param name="name"> /icubSim/right_hand/MAIS </param>


<action phase="startup" level="5" type="attach">
<paramlist name="networks">
Expand Down

0 comments on commit a33dd64

Please sign in to comment.