Release contents#

SVL Simulator is delivered as several zip archives in the following directory layout:


└── 2021.2.2
    ├── svlsimulator-linux64-2021.2.2.zip
    ├── svlsimulator-windows64-2021.2.2.zip
    ├── svlsimulator-source-2021.2.2.zip
    ├── svlsimulator-source-2021.2.2.tar.gz
  1. svlsimulator-linux64-2021.2.2.zip: A zip archive of the Linux binary executable of SVL Simulator. This includes the scenario runner environment, which can be used to execute end-to-end Visual Scenario Editor and Python API runtime template-based local simulations through the web user interface. It also contains all the examples from the PythonApi repository.
  2. svlsimulator-windows64-2021.2.2.zip: A zip archive of the Windows binary executable of SVL Simulator.
  3. svlsimulator-source-2021.2.2.zip: A zip archive of the source code of SVL Simulator. This is needed to run the simulator in Developer Mode.
  4. svlsimulator-source-2021.2.2.tar.gz: A tarball archive of the source code of SVL Simulator. This is needed to run the simulator in Developer Mode.