Skip to content

Team-Abhiyaan/IITM-SUMO-sim

Repository files navigation

Installing SUMO

https://sumo.dlr.de/docs/Installing/index.html

Running sumo

cd /usr/share/sumo/bin
./netedit 

Create a network using netedit.

image

To launch it on the sumo GUI, press Ctrl-T

image

There are four types of files required for running a SUMO simulation

  1. .osm.xml file : Downloaded gps coordinates for OpenStreetMaps for a bounding box
  2. .net.xml file : Converted osm file to a type NetEdit can use
  3. .rou.xml file : Contains routes and vehicles added to the simulation
  4. .sumocfg file : loads the sumo simulation from the .net and .rou files
Screencast.from.04-14-2023.04_46_42.PM.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published