8000 GitHub - choshina/UAV-Testing-Competition: Tool Competion on Testing Unmanned Aerial Vehicles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

choshina/UAV-Testing-Competition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PALM at the ICST 2025 Tool Competition: UAV Testing Track

Overview

This is the implementation of our UAV-Testing-Competition tool called PALM (PAth bLoking Monte carlo tree search). 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.

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

About

Tool Competion on Testing Unmanned Aerial Vehicles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Dockerfile 1.7%
0