forked from lunagava/study-air-hockey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstudy-air-hockey-system.xml
88 lines (79 loc) · 2.65 KB
/
study-air-hockey-system.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<application>
<name>Study Air Hockey System</name>
<module>
<name>yarplogger</name>
<parameters>--start</parameters>
<node>localhost</node>
</module>
<module>
<name>gzserver</name>
<parameters>-s libgazebo_yarp_clock.so study-air-hockey.sdf</parameters>
<dependencies>
<port timeout="20">/yarplogger</port>
</dependencies>
<environment>YARP_FORWARD_LOG_ENABLE=1</environment>
<node>localhost</node>
</module>
<module>
<name>gzclient</name>
<node>localhost</node>
</module>
<module>
<name>yarprobotinterface</name>
<parameters>--context gazeboCartesianControl --config no_legs.xml</parameters>
<dependencies>
<port timeout="20">/yarplogger</port>
<port timeout="20">/icubSim/torso/state:o</port>
<port timeout="20">/icubSim/left_arm/state:o</port>
<port timeout="20">/icubSim/right_arm/state:o</port>
</dependencies>
<environment>YARP_FORWARD_LOG_ENABLE=1;YARP_CLOCK=/clock</environment>
<ensure>
<wait>2</wait>
</ensure>
<node>localhost</node>
</module>
<module>
<name>iKinCartesianSolver</name>
<parameters>--context gazeboCartesianControl --part left_arm</parameters>
<dependencies>
<port timeout="20">/yarplogger</port>
<port timeout="20">/icubSim/torso/state:o</port>
<port timeout="20">/icubSim/left_arm/state:o</port>
</dependencies>
<environment>YARP_FORWARD_LOG_ENABLE=1;YARP_CLOCK=/clock</environment>
<node>localhost</node>
<ensure>
<wait>2</wait>
</ensure>
</module>
<module>
<name>iKinCartesianSolver</name>
<parameters>--context gazeboCartesianControl --part right_arm</parameters>
<dependencies>
<port timeout="20">/yarplogger</port>
<port timeout="20">/icubSim/torso/state:o</port>
<port timeout="20">/icubSim/right_arm/state:o</port>
</dependencies>
<environment>YARP_FORWARD_LOG_ENABLE=1;YARP_CLOCK=/clock</environment>
<node>localhost</node>
<ensure>
<wait>2</wait>
</ensure>
</module>
<module>
<name>iKinGazeCtrl</name>
<parameters>--context gazeboCartesianControl --from iKinGazeCtrl.ini</parameters>
<dependencies>
<port timeout="20">/yarplogger</port>
<port timeout="20">/icubSim/torso/state:o</port>
<port timeout="20">/icubSim/head/state:o</port>
<port timeout="20">/icubSim/inertial</port>
</dependencies>
<environment>YARP_FORWARD_LOG_ENABLE=1;YARP_CLOCK=/clock</environment>
<ensure>
<wait>2</wait>
</ensure>
<node>localhost</node>
</module>
</application>