forked from jdelacroix/simiam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.xml
49 lines (43 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="Khepera3">
<supervisor type="khepera3.K3Supervisor" />
<pose x="0" y="0" theta="0" />
</robot>
<obstacle>
<pose x="-0.8955" y="-1.44" theta="0" />
<geometry>
<point x="0" y="0" />
<point x="1.791" y="0" />
<point x="1.791" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
<obstacle>
<pose x="-0.8955" y="-1.34" theta="1.5708" />
<geometry>
<point x="0" y="0" />
<point x="2.680" y="0" />
<point x="2.680" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
<obstacle>
<pose x="0.9955" y="-1.34" theta="1.5708" />
<geometry>
<point x="0" y="0" />
<point x="2.680" y="0" />
<point x="2.680" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
<obstacle>
<pose x="-0.8955" y="1.34" theta="0" />
<geometry>
<point x="0" y="0" />
<point x="1.791" y="0" />
<point x="1.791" y="0.1" />
<point x="0" y="0.1" />
</geometry>
</obstacle>
</simulation>