forked from robotology/yarp-devices-forcetorque
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amti_datadumper.xml
30 lines (29 loc) · 1.1 KB
/
amti_datadumper.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<application>
<name>amtiDumper</name>
<dependencies>
<port>/amti/first/analog:o</port>
<port>/amti/second/analog:o</port>
</dependencies>
<module>
<name>yarpdatadumper</name>
<parameters>--name /dumper/amti/first/analog_o --type bottle </parameters>
<node>localhost</node>
<tag>data-dumper-amti-first-analog-o</tag>
</module>
<connection>
<from>/amti/first/analog:o</from>
<to>/dumper/amti/first/analog_o</to>
<protocol>udp</protocol>
</connection>
<module>
<name>yarpdatadumper</name>
<parameters>--name /dumper/amti/second/analog_o --type bottle </parameters>
<node>localhost</node>
<tag>data-dumper-amti-second-analog-o</tag>
</module>
<connection>
<from>/amti/second/analog:o</from>
<to>/dumper/amti/second/analog_o</to>
<protocol>udp</protocol>
</connection>
</application>