-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.xml
49 lines (44 loc) · 1.26 KB
/
settings.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
<simulation>
<app type="ControlApp" />
<robot type="QuickBot">
<supervisor type="quickbot.QBSupervisor" />
<pose x="0" y="0" theta="0" />
<driver ip="192.168.1.101" port="5005" />
</robot>
<obstacle>
<pose x="-1.6" y="-1.5" theta="0" />
<geometry>
<point x="0" y="0" />
<point x="3" y="0" />
<point x="3" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
<obstacle>
<pose x="-1.5" y="-1.4" theta="1.5708" />
<geometry>
<point x="0" y="0" />
<point x="3" y="0" />
<point x="3" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
<obstacle>
<pose x="1.5" y="-1.5" theta="1.5708" />
<geometry>
<point x="0" y="0" />
<point x="3" y="0" />
<point x="3" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
<obstacle>
<pose x="-1.5" y="1.5" theta="0" />
<geometry>
<point x="0" y="0" />
<point x="3" y="0" />
<point x="3" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
</simulation>