Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riebl committed Apr 10, 2023
1 parent a7f8f09 commit 4bc468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/custom-simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide takes you step-by-step through creating a new [scenario](#create-a-ne
1. Create new scenario folder in *scenario/* such as *scenario/your_scenario*
2. Create and edit necessary files for SUMO (cf. [SUMO documentation](https://sumo.dlr.de/docs/Other/File_Extensions.html))
- SUMO config: *your_scenario.sumocfg*
- road network file: *your_ccenario.net.xml*
- road network file: *your_scenario.net.xml*
- routes file: *your_scenario.rou.xml*
3. Create and edit necessary files for Artery/OMNeT++
- add run target for your scenario to *scenario/your_scenario/CMakeLists.txt*
Expand Down

0 comments on commit 4bc468e

Please sign in to comment.