Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetsup/track-drone
https://github.com/jetsup/track-drone
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsup/track-drone
- Owner: jetsup
- Created: 2024-05-04T22:09:24.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-11T07:24:25.000Z (8 months ago)
- Last Synced: 2024-05-11T08:36:09.738Z (8 months ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tack Drone
A minimalistic visualization dashboard for a drone in flight.
## Setup
Clone [this](https://www.github.com/jetsup/track-drone) repository and install all the dependencies
```bash
git clone https://www.github.com/jetsup/track-drone.git
cd track-drone
cp config.example.js config.js # remember to edit this file accordingly
npm install
``````bash
# For windows users
COPY config.example.js config.js # remember to edit this file accordingly
```Connect the base control module and edit the `config.js` file that will have been created from the [config.example.js](./config.example.js)
![Screenshot of the webview](public/images/demo/demo.png)
_Test flight demo :)_