Quick Start
Requirements
Windows 10
BeamNG.tech v0.24.0.2
Python 3.9
Note
SDC-Scissor work currently only with BeamNG.tech v0.24.0.2!
You can install SDC-Scissor from PyPI or manually by downloading it from GitHub and install it with Poetry.
PyPI
pip install sdc-scissor
sdc-scissor -c your_config.yml
Manual installation
Clone the repository:
git clone https://github.com/ChristianBirchler/sdc-scissor.git
Install the dependencies:
cd sdc-scissor
pip install poetry
poetry install
Install BeamNG.tech
For using SDC-Scissor with the BeamNG.tech simulator you can obtain an academic license from BeamNG from their
website. After installing BeamNG.tech you need to replace the tig level it in the
user directory of BeamNG.tech (C:\Users\myaccount\Documents\BeamNG.drive\0.24\levels) wth the one from this repository
(levels_template/tig).
Run the tool
A sample pipeline can be found with the following DOI: 10.24433/CO.1187310.v2
Sequence Diagram
poetry run sdc-scissor -c sample_configs/label-tests.yml
The Software Guidebook provides more explanations about the installation and usage of SDC-Scissor.
Demo
Note
The following demo was made for SDC-Scissor v1.0. A demo video for the recent version is coming soon.
Data
In the repository is a directory sample_tests with some simple sample test cases. These tests are mainly used for
development purposes.
The data used for the demo and evaluation of SDC-Scissor v1.0 we made available on Zenodo:
Note
The used simulator was BeamNG.research which is deprecated and not compatible anymore with SDC-Scissor.