-
Notifications
You must be signed in to change notification settings - Fork 15
/
plain-obstructed.xml
71 lines (62 loc) · 2.02 KB
/
plain-obstructed.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
<!--
Copyright (c) 2009-2015 Glen Berseth, Mubbasir Kapadia, Shawn Singh, Petros Faloutsos, Glenn Reinman
See license.txt for complete license.
--><!--
Copyright (c) 2009 Shawn Singh, Mubbasir Kapadia, Petros Faloutsos, Glenn Reinman
See license.txt for complete license.
-->
<SteerBenchTestCase xmlns="http://www.magix.ucla.edu/steerbench"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.magix.ucla.edu/steerbench
TestCaseSchema.xsd">
<header>
<version>1.0</version>
<name>travel-time</name>
<worldBounds>
<xmin>-100</xmin>
<xmax>100</xmax>
<ymin>0</ymin>
<ymax>0</ymax>
<zmin>-100</zmin>
<zmax>100</zmax>
</worldBounds>
</header>
<suggestedCameraView>
<position> <x>0</x> <y>24</y> <z>-12</z> </position>
<lookat> <x>0</x> <y>0</y> <z>0</z> </lookat>
<up> <x>0</x> <y>1</y> <z>0</z> </up>
<fovy>45</fovy>
</suggestedCameraView>
<agent>
<name>A</name>
<initialConditions>
<radius>0.5</radius>
<position> <x>-1</x> <y>0</y> <z>-50</z> </position>
<direction> <x>0</x> <y>0</y> <z>1</z> </direction>
<speed>0</speed>
</initialConditions>
<goalSequence>
<seekStaticTarget>
<targetLocation> <x>0</x> <y>0</y> <z>50</z> </targetLocation>
<desiredSpeed>1.3</desiredSpeed>
<timeDuration>1000.0</timeDuration>
</seekStaticTarget>
</goalSequence>
</agent>
<agent>
<name>B</name>
<initialConditions>
<radius>0.5</radius>
<position> <x>-1</x> <y>0</y> <z>50</z> </position>
<direction> <x>0</x> <y>0</y> <z>-1</z> </direction>
<speed>0</speed>
</initialConditions>
<goalSequence>
<seekStaticTarget>
<targetLocation> <x>0</x> <y>0</y> <z>-50</z> </targetLocation>
<desiredSpeed>1.3</desiredSpeed>
<timeDuration>1000.0</timeDuration>
</seekStaticTarget>
</goalSequence>
</agent>
</SteerBenchTestCase>