Tutorials
generated on 2015-09-02 00:02:08.044961 from the wiki page for Tutorials for SUMO 0.24.0
Note:
These tutorials assume minor computer skills. If you run into any questions please read the page Basics/Basic Computer Skills.
These tutorials assume minor computer skills. If you run into any questions please read the page Basics/Basic Computer Skills.
Contents
Beginner Tutorials
- Tutorials/Hello Sumo - the simplest net and a single car set up "by hand"
- Tutorials/Quick Start - a more complex tutorial; first steps in SUMO
- Tutorials/ScenarioGuide - High level outline of the steps needed to build a simulation scenario
- Tutorials/Import from OpenStreetMap - shows how to prepare a map from OpenStreetMap for traffic simulation
- Tutorials/Output Parsing - a complex tutorial using rerouters to drive in circles and analyzing simulation output
TraCI Tutorials
These tutorials use the Python-TraCI Library for interfacing a python script with a running SUMO simulation.
- Tutorials/TraCI4Traffic Lights - an example for how to connect an external application to SUMO via TraCI for traffic lights control
- Tutorials/CityMobil - simulation of a parking lot management using automated buses
- Tutorials/TraCIPedCrossing - an example for building a pedestrian-actuated traffic light via TraCI
Other
Im- and Export
- Tutorials/Trace File Generation - shows how to obtain vehicular trace files, usable for simulating vehicular communication
Calibration/Validation
- Tutorials/Calibration/San Pablo Dam - Calibration of car-following parameter using vehicle passing times on observation points as used during the NEARCTIS summer school
Further Sources for Examples
Using Examples from the Test Suite
SUMO comes with a large set of tests. They are set up to be running by using a testing environment, but it is also possible to extract them and execute using SUMO and/or the other tools of the package.
If you have downloaded and extracted the tests, go into the folder and execute the "extractTest.py" script. For example, you may get an example of using rerouters as following:
<SUMO>/tests/extractTest.py -o d:\tmp\test \ sumo\extended\rerouter\routes_explicite_routes\route_prob\route_b0_off0
will extract you an example for rerouting vehicles.
This page was last modified on 21 April 2015, at 14:36.