Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.04 KB

File metadata and controls

39 lines (25 loc) · 1.04 KB

RP_2526_VROOM

A SUMO (Simulation of Urban Mobility) project featuring traffic simulation scenarios.

Scenarios

Hasselt

A realistic traffic simulation scenario for the city of Hasselt, including urban road networks, traffic patterns, and interactive simulation capabilities.

Running the Demo

To run the Hasselt scenario demo:

  1. Navigate to the scenario folder:

    cd scenarios/hasselt_xl
    
  2. Run the spawn script:

    py ./spawn.py
    

What Happens

The script will:

  • Launch the SUMO simulation environment with pre-configured settings
  • Automatically spawn a vehicle into the simulation
  • Track the vehicle as it travels through the city
  • Allow interaction once the vehicle arrives at its destination (Kol. Dusartplein)

Once the vehicle has completed its journey, you can freely navigate and explore the simulation environment.

... and then it's up to you!

Once the simulation is running, you can use TraCI to gather information and change stuff in the environment (e.g. traffic lights).

Good luck!