This is a case study for evaluating the use of RTX in traffic control: https://github.com/Starofall/RTX/tree/traffic-control
- Download or checkout the code
- Run
python setup.py install
to download all dependencies - Install SUMO & set env var SUMO_HOME
- Install Kafka and set kafkaHost in Config.py
- Run
python Run.py
. This will open the SUMO GUI.
The implementation is based on the CrowdNav project: https://github.com/Starofall/CrowdNav