Make sure sumo and sumo-gui are installed
-
Enter conda env
conda activate base
-
Install pip in conda env
conda install pip
-
Install TraCI and Pydot
pip install traci pip install pydot
-
Make sure Graphviz is installed
-
Convert osm to net.xml
make osm
-
Create trips
make car_trips
-
Run simulation in sumo-gui
make sim
-
Run python Round Robin script
make rr
-
Clean
make clean