Skip to content

Example Simulation

Asbjørn Djupdal edited this page Sep 23, 2022 · 1 revision

Look at the file main.py. This file sets up an example simulation, runs it and visualizes the result. On Linux, go to the source code directory and execute the python script like this:

$ ./main.py

Using Windows and VS code, open main.py and press F5 to start with debugging, or Ctrl+F5 to start without debugging.

Clone this wiki locally