Coder Social home page Coder Social logo

waiting33118 / drone-cloud-platform3.0 Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 4.0 16.98 MB

Drone Cloud Platfrom is a drone ground control system (GCS) build by Vue.js and it provide user to control there ardupilot-based drone through 4G network.

Home Page: https://aiotlab-drone-cloud.web.app/

JavaScript 21.30% HTML 1.18% Vue 77.52%
drone ground-control-station mapbox-gl-js vue3 vue3-composition-api axios vue socket-io-client vuex 4g-network

drone-cloud-platform3.0's Introduction

Drone Cloud Platform | Drone As A Service | DaaS

Github Action Vue

banner

Drone Cloud Platfrom is a drone ground control system (GCS) build by Vue.js and it provide user to control there ardupilot-based drone through 4G network.

Service Introduction

Concept

We propose an eco-system of the UAV, the system including frontend service, backend API server, multi drone simulation environment, topic-subscribe broker. The pilot commanding the drone by controlling the fronend interface, the command will first forward to the backend by using Websocket, then the AMQP client in the backend server will send the command to the AMQP broker, after recieved the payload, it would follow the routing rules and forward the command to the target drone.

Views/Components Design Component Design

Global State Management (Vuex) Vuex

Experiment Captures

Main control interface Main_Page

Drone that flight by platform service real_world_test

SITL infrastructure to simulate multi-drones sitl

Multi drones observation multi-drone_observation

Drone's orbit history records records

Object detection (Tensorflow.js) object detection

Project Setup

1. Prerequisite

  1. Node.js LTS runtime (Install by NVM or official Website)
  2. Backend API server (Please setup drone-api-server first!!)

2. Install Dependencies

npm install

3. Config Environment Variables

Copy env example file and rename to .env.local

cp .env.local.example .env.local

Fill in credentials

VUE_APP_MAPBOX_TOKEN=your mapbox token
VUE_APP_BACKEND_SERVICE_PROTOCOL=http
VUE_APP_BACKEND_SERVICE_SERVICE_HOST=localhost
VUE_APP_BACKEND_SERVICE_SERVICE_PORT=3030

Generate mapbox token(free, no need credit card) in mapbox offical website

4. Run project (Development mode)

npm run serve

Frontend service will now run on http://localhost:8080

5. Build project (Production mode)

npm run build

6. Deployment

Initial firebase configs

firebase init

Deploy to firebase hosting

firebase deploy --only hosting

How to start to use the drone service?

1. Download the App

Download the latest apk

2. Open the App to get the Drone ID

3. Sign up the service account

sign_up

drone-cloud-platform3.0's People

Contributors

waiting33118 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.