Skip to content

Commit

Permalink
Merge pull request #2979 from pattacini/yarp-3.8
Browse files Browse the repository at this point in the history
[yarpdataplayer] Remove inertial ports for robot and iCubGui from the example app
  • Loading branch information
randaz81 committed Jun 28, 2023
2 parents 4e0a47a + 31ea02e commit 29fc2b5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 34 deletions.
12 changes: 0 additions & 12 deletions data/yarpdataplayer/scripts/yarpdatadumper.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
<stdio></stdio>
<tag>yarpdatadumper</tag>
</module>
<module>
<name>yarpdatadumper</name>
<parameters>--name /data/inertial</parameters>
<node>computer1</node>
<stdio></stdio>
<tag>yarpdatadumper</tag>
</module>
<module>
<name>yarpdatadumper</name>
<parameters>--name /data/torso</parameters>
Expand Down Expand Up @@ -73,11 +66,6 @@
<stdio></stdio>
<tag>yarpdatadumper</tag>
</module>
<connection>
<from>/icub/inertial</from>
<to>/data/inertial</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icub/head/state:o</from>
<to>/data/head</to>
Expand Down
12 changes: 0 additions & 12 deletions data/yarpdataplayer/scripts/yarpdatadumperExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@
<stdio></stdio>
<tag>yarpdatadumper</tag>
</module>
<module>
<name>yarpdatadumper</name>
<parameters>--name /data/inertial</parameters>
<node>localhost</node>
<stdio></stdio>
<tag>yarpdatadumper</tag>
</module>
<module>
<name>yarpdatadumper</name>
<parameters>--name /data/torso</parameters>
Expand Down Expand Up @@ -72,11 +65,6 @@
<stdio></stdio>
<tag>yarpdatadumper</tag>
</module>
<connection>
<from>/icub/inertial</from>
<to>/data/inertial</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icub/head/state:o</from>
<to>/data/head</to>
Expand Down
5 changes: 0 additions & 5 deletions data/yarpdataplayer/scripts/yarpdataplayer.xml.template
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<to>/iCubGui/head:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icub/inertial</from>
<to>/iCubGui/inertial:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icub/left_arm/state:o</from>
<to>/iCubGui/left_arm:i</to>
Expand Down
5 changes: 0 additions & 5 deletions data/yarpdataplayer/scripts/yarpdataplayerExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
<to>/iCubGui/head:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icub/inertial</from>
<to>/iCubGui/inertial:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icub/left_arm/state:o</from>
<to>/iCubGui/left_arm:i</to>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[pattacini:yarp-3.8](https://github.com/pattacini/yarp/tree/yarp-3.8) {#yarp_3_8}
---

#### `yarpdataplayer`

* Removed robot and iCubGui inertial ports from the example app as the GUI is unable to handle the MAS client.

0 comments on commit 29fc2b5

Please sign in to comment.