Skip to content

SBFT Tool Competion on Testing Unmanned Aerial Vehicles

License

Notifications You must be signed in to change notification settings

MayDGT/UAV-Testing-Competition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUMB at the SBFT 2024 Tool Competition - CPS-UAV Test Case Generation Track

Overview

This is the implementation of our UAV-Testing-Competition tool called TUMB (Testing of UAVs by MCTS and Path Blocking). Generally, it adopts the Monte Carlo Tree Search (MCTS) algorithm to place obstacles on the trajectories of Unmanned Aerial Vehicles (UAVs) to challenge its flight. A detailed description of the algorithm can be found here.

Getting Started

  • Following this guide to install Aerialist project

  • Install Aerialist's python package:

    • pip3 install git+https://github.com/skhatiri/Aerialist.git
  • cd Aerialist/samples and clone this project

  • Create some necessary directories:

    • cd UAV-Testing-Competition/snippets
    • sudo mkdir -p logs generated_tests results/logs
  • Run the experiment:

    • python3 cli.py generate case_studies/mission1.yaml 100

Authors

  • Shuncheng Tang

    • Email: [email protected]
    • Affiliation: University of Science and Technology of China, China
  • Zhenya Zhang

  • Ahmet Cetinkaya

  • Paolo Arcaini

About

SBFT Tool Competion on Testing Unmanned Aerial Vehicles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Dockerfile 2.3%