ashwaniarya / drone-simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Drone Simulator

Installation

clone the repo first using either http or ssh

After cloning is done it will create a direcotry drone-simulator

cd drone-simulator

Install dependencies. Make sure you have node and npm installed.

npm i

Run the project

npm run dev

The app will be accessible at

http:/localhost:5173/

Usage

Add Drones

add_drons

Add Path

add_path

Upload CSV or Use form to add new paths

Two sample drone time series data is give in the repo it self

  • dron-path-police.csv
  • dron-path.csv

path_upload

Simulation

simulate

Change seek bar position to start simulation from different timestamp. running_simulation

About


Languages

Language:TypeScript 90.1%Language:JavaScript 5.8%Language:CSS 2.1%Language:HTML 2.0%