Skip to content

Commit

Permalink
Added configuration files for sumo GUI settings
Browse files Browse the repository at this point in the history
Set Delay to 1000 ms per second to startup SUMO running
at approximately real-time to avoid time sync issues with simulation
and infrastructure
  • Loading branch information
paulbourelly999 committed Aug 8, 2023
1 parent a1590e2 commit 6ce2f56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<net-file value="Town04.net.xml"/>
<route-files value="Town04.rou.xml"/>
<additional-files value="detector.xml"/>
<gui-settings-file value="gui.settings.xml"/>

</input>
<gui_only>
<tracker-interval value="0.1"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<viewsettings>
<!-- <viewport y="0" x="250" zoom="100"/> -->
<delay value="1000"/>
</viewsettings>

0 comments on commit 6ce2f56

Please sign in to comment.