https://github.com/jetsup/track-drone
https://github.com/jetsup/track-drone
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetsup/track-drone
- Owner: jetsup
- Created: 2024-05-04T22:09:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T06:21:12.000Z (8 months ago)
- Last Synced: 2025-01-27T10:44:34.474Z (4 months ago)
- Language: JavaScript
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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)

_Test flight demo :)_