forked from gtri/scrimmage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoos-ex1.xml
65 lines (49 loc) · 1.81 KB
/
moos-ex1.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
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://gtri.gatech.edu"?>
<runscript xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
name="SASC Capture the Flag">
<run start="0.0" end="1000" dt="0.1"
time_warp="8"
enable_gui="true"
network_gui="false"
start_paused="false"/>
<stream_port>50051</stream_port>
<stream_ip>localhost</stream_ip>
<end_condition>time, all_dead</end_condition> <!-- time, one_team, none-->
<grid_spacing>10</grid_spacing>
<grid_size>1000</grid_size>
<!--<terrain>mcmillan</terrain>-->
<background_color>191 191 191</background_color> <!-- Red Green Blue -->
<gui_update_period>10</gui_update_period> <!-- milliseconds -->
<plot_tracks>false</plot_tracks>
<output_type>all</output_type>
<show_plugins>false</show_plugins>
<metrics>SimpleCollisionMetrics</metrics>
<log_dir>~/.scrimmage/logs</log_dir>
<latitude_origin>43.825300</latitude_origin>
<longitude_origin>-70.330400</longitude_origin>
<altitude_origin>0</altitude_origin>
<show_origin>true</show_origin>
<origin_length>10</origin_length>
<entity_interaction>SimpleCollision</entity_interaction>
<!-- uncomment "seed" and use integer for deterministic results -->
<!--<seed>3283453881</seed>-->
<!-- ========================== TEAM 1 ========================= -->
<entity>
<team_id>1</team_id>
<color>77 77 255</color>
<count>1</count>
<health>1</health>
<variance_x>20</variance_x>
<variance_y>20</variance_y>
<variance_z>10</variance_z>
<x>0</x>
<y>0</y>
<z>0</z>
<heading>0</heading>
<controller>SimpleCarControllerHeading</controller>
<motion_model length="10">SimpleCar</motion_model>
<visual_model>sea-angler</visual_model>
<autonomy>MOOSAutonomy</autonomy>
</entity>
</runscript>