-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed configuration filenames in the README
- Loading branch information
Lara CODECA
committed
Oct 31, 2016
1 parent
456593e
commit 2655692
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,19 @@ This project is licensed under the terms of the MIT license. | |
|
||
#### Publication: | ||
|
||
Lara CODECA, Raphael FRANK, Thomas ENGEL. December 2015. *Luxembourg SUMO Traffic (LuST) Scenario: 24 Hours of Mobility for Vehicular Networking Research* in Proceedings of the 7th IEEE Vehicular Networking Conference (VNC15). | ||
Lara CODECA, Raphael FRANK, Thomas ENGEL. December 2015. | ||
*Luxembourg SUMO Traffic (LuST) Scenario: 24 Hours of Mobility for Vehicular Networking Research* | ||
in Proceedings of the 7th IEEE Vehicular Networking Conference (VNC15). | ||
|
||
[Get BibTeX](https://github.com/lcodeca/LuSTScenario/blob/master/BibTeX.bib) | ||
|
||
#### How To: | ||
LuST Scenario can be lunched directly with four configuration files. | ||
* Mobility: shortest path with rerouting. | ||
* `sumo -c LuSTScenario.dua.complete.mobility.static.sumocfg` with static traffic lights. | ||
* `sumo -c LuSTScenario.dua.complete.mobility.actuated.sumocfg` with actuated traffic lights. | ||
* `sumo -c dua.static.sumocfg` with static traffic lights. | ||
* `sumo -c dua.actuated.sumocfg` with actuated traffic lights. | ||
* Mobility: Dynamic user equilibrium. | ||
* `sumo -c LuSTScenario.due.complete.mobility.static.sumocfg` with static traffic lights. | ||
* `sumo -c LuSTScenario.due.complete.mobility.actuated.sumocfg` with actuated traffic lights. | ||
* `sumo -c due.static.sumocfg` with static traffic lights. | ||
* `sumo -c due.actuated.sumocfg` with actuated traffic lights. | ||
|
||
*A special thanks to Matěj Kubička [[email protected]] for his contribution to the network topology.* |