Skip to content

Commit

Permalink
Added explicit connection to wearable port for HapticGlove in ergoCub…
Browse files Browse the repository at this point in the history
… teleoperation app
  • Loading branch information
S-Dafarra committed Sep 10, 2024
1 parent 117dd8b commit 1692b39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/scripts/ergoCub-Teleoperation-4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
<protocol>fast_tcp</protocol>
</connection>

<connection>
<from>/WearableData/HapticGlove/LeftHand/data:o</from>
<to>/WearableData/HapticGlove/LeftHand/data:i</to>
<protocol>fast_tcp</protocol>
</connection>

<connection>
<from>/WearableData/HapticGlove/RightHand/data:o</from>
<to>/WearableData/HapticGlove/RightHand/data:i</to>
<protocol>fast_tcp</protocol>
</connection>

<connection>
<from>/WearableData/HapticGlove/LeftHand/Actuators/input:o</from>
<to>/WearableData/HapticGlove/LeftHand/Actuators/input:i</to>
Expand Down

0 comments on commit 1692b39

Please sign in to comment.