YixingLuo / tool-competition-av

Repository hosting the code for the SBST tool competition for testing autonomous cars

Home Page:https://sbst21.github.io/tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyber-Physical Systems Testing Competition

Starting this year, the SBST Workshop offers a challenge for software testers who want to work with self-driving cars in the context of the usual tool competition.

Important Dates

The deadline to submit your tool is: February 12th 2021

The results of the evaluation will be communicated to participants on: March 2nd 2021

Goal

The competitors should generate virtual roads to test a lane keeping assist system.

The generated roads are evaluated in a driving simulator. We partnered with BeamNG GmbH which offers a version of their simulators for researchers, named BeamNG.research. This simulator is ideal for researchers due to its state-of-the-art soft-body physics simulation, ease of access to sensory data, and a Python API to control the simulation.

Video by BeamNg GmbH

Implement Your Test Generator

We make available a code pipeline that will integrate your test generator with the simulator by validating, executing and evaluating your test cases. Moreover, we offer some sample test generators to show how to use our code pipeline.

Information About the Competition

More information can be found on the SBST tool competition website: https://sbst21.github.io/tools/

Repository Structure

Code pipeline: code that integrates your test generator with the simulator

Self driving car testing library: library that helps the integration of the test input generators, our code pipeline, and the BeamNG simulator

Scenario template: basic scenario used in this competition

Documentation: contains the installation guide, detailed rules of the competition, and the frequently asked questions

Sample test generators: sample test generators already integrated with the code pipeline for illustrative purposes

Requirements: contains the list of the required packages.

License

The software we developed is distributed under GNU GPL license. See the LICENSE.md file.

Contacts

Dr. Alessio Gambi - Passau University, Germany - alessio.gambi@uni-passau.de

Dr. Vincenzo Riccio - UniversitĂ  della Svizzera Italiana, Lugano, Switzerland - vincenzo.riccio@usi.ch

Dr. Fiorella Zampetti - University of Sannio, Italy - fiorella.zampetti@unisannio.it

Dr. Sebastiano Panichella - Zurich University of Applied Science (ZHAW), Switzerland - panc@zhaw.ch

About

Repository hosting the code for the SBST tool competition for testing autonomous cars

https://sbst21.github.io/tools/

License:MIT License


Languages

Language:Python 98.4%Language:C# 1.6%