generated from vvv-school/assignment_yarp-find-rgb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment_yarp-find-rgb-app.xml
54 lines (43 loc) · 1.21 KB
/
assignment_yarp-find-rgb-app.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<application>
<name>Assignment on Find RGB App</name>
<dependencies>
<port>/yarplogger</port>
<port>/icubSim/cam/left</port>
<port>/icubSim/cam/right</port>
</dependencies>
<module>
<name>assignment_yarp-find-rgb-ball</name>
<environment>YARP_FORWARD_LOG_ENABLE=1</environment>
<node>localhost</node>
</module>
<module>
<name>assignment_yarp-find-rgb-head</name>
<environment>YARP_FORWARD_LOG_ENABLE=1</environment>
<node>localhost</node>
</module>
<module>
<name>yarpview</name>
<parameters>--name /viewer --x 10 --y 10</parameters>
<node>localhost</node>
</module>
<connection>
<from>/icubSim/cam/left/rgbImage:o</from>
<to>/viewer</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/icubSim/cam/left/rgbImage:o</from>
<to>/head/img:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/angle-port</from>
<to>/head/ang:i</to>
<protocol>udp</protocol>
</connection>
<connection>
<from>/head/color:o</from>
<to>/color-port</to>
<protocol>udp</protocol>
</connection>
</application>