Skip to content

eshita2801/SUMO_dy_public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUMO

This includes SUMO offical packages.

Check Google Drive for introductions about how to run her code provided by Sookyoung.

Files tree:

Dir path Dir or File Notes
- data d Official dir.
- docs d Official dir.
- - tutorial d Official examples.
- tools d Official dir.
- dayuan d My sumo projects, examples.
- - aSimpleSumo.md f My example for a simple road net.
- - 2ndSimpleSumo.md f My 2nd SUMO example. A bit more complex then above one.
- - imgs d Some screenshots or recording vedios for my projects or examples.

File structure for a SUMO project

  • (*) Link geometry data can also be defined in the link file quickstart.edg.xml.
  • (**) It is an optional file. If this file is not given, lane connections and traffic movements will be generated by defaults.

For executing:


I set up a simple SUMO, it's friednly to beginners. You can find it here.

Few screenshots about it:


Difference & Improvement:

  • The road condition is more complex, two direction three lanes are added.
  • Different edge(road segment) types are used.
  • Different lane is assigned to specific lane.
  • Use netconvert -c dayuan.netccfg to generate "net.xml" file.

Few screenshots about it:

This is an example using TraCI to control and change traffic lights.

About

Dayuan Tan's notes about learning SUMO.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%