Skip to content

Commit

Permalink
Add maps, maneuvers and road signs for test parcours in SCP 3
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3r4y authored and Annika committed Oct 26, 2018
1 parent 02205f4 commit 2abef17
Show file tree
Hide file tree
Showing 6 changed files with 550 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configuration_files/Maneuverlist_scp3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<AADC-Maneuver-List description="Teststrecke">
<AADC-Sector id="0">
<AADC-Maneuver id="0" action="straight" />
<AADC-Maneuver id="1" action="straight" />
<AADC-Maneuver id="2" action="straight" />
</AADC-Sector>
<AADC-Sector id="1">
<AADC-Maneuver id="3" action="left" />
<AADC-Maneuver id="4" action="right" />
<AADC-Maneuver id="5" action="right" />
<AADC-Maneuver id="6" action="left" />
<AADC-Maneuver id="7" action="straight" />
</AADC-Sector>
</AADC-Maneuver-List>
Binary file added configuration_files/maps/scp3_2018_litd.pickle
Binary file not shown.
4 changes: 4 additions & 0 deletions configuration_files/roadSigns_scp3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<configuration>
<roadSign id="14" x="4.895" y="3.0" radius="3.0" direction="90" init="1"/>
</configuration>
Binary file modified data/scaledMap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/scaledMap_qualification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2abef17

Please sign in to comment.