Intersection-Control

The Intersection Control Algorithm is made to minimize the time you need to wait for the light to turn green.

APACHE-2.0 License

Stars
1

Intersection Control Algorithm

Algorithm made to minimize the time you need to wait for the light to turn green by advising a speed to the vehicle.

See the site

Dependencies

Optional for data visualization

Setup

  1. Install SUMO
  2. Make sure the path to the SUMO-GUI is in your environment variables
  3. Search for the traci and sumolib folders in path/to/sumo/tools on windows and /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages on macOS
  4. Copy the folders to your python site-packages folder
  5. Download this repository

Start the simulation

...

Make a graph

...