GithubHelp home page GithubHelp logo

andres-osorio / pathwaypilot-3d Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 6.67 MB

Web app to create and simulate drone flight paths, define camera tasks and persist routes to a real-time database

License: MIT License

JavaScript 2.23% TypeScript 76.00% CSS 1.58% HTML 20.19%
3d maps simulation uav uavsimulation

pathwaypilot-3d's Introduction

Pathway Pilot 3D

Drone route planning and simulation web app

animation

A web app to plan drone routes, create camera tasks associated with waypoints and simulate the expected behavior of the UAV in a 3D web environment. This app is one component of an [architecture]) of 3d space route planning and automatic/supervised execution for DJI drone flight paths.

Foo

This development corresponds to the red square in the following diagram:

architecture diagram

The 3D map environment is supported by the Google Maps Javascript API, the use of custom map styles from the Google Cloud Platform, and the use of dynamic SVG icons.

All the information about routes and their tasks can be stored in a real-time Firebase database. The data scheme of the database should be compatible with your Android app client that connects to the drone.

The UI has components of the Angular Material project

How to run

before compiling make sure you enter your own variables for using the Google Maps API (mandatory), Map style (optional), and Firebase endpoint (optional)

in the index.html file replace {YOUR_GOOGLE_API_KEY} with your own API KEY. to get one follow these esteps. Is very important that you keep the label "&v=beta" otherwise 3D building and tilt options won't be available

<script src="https://maps.googleapis.com/maps/api/js?key={YOUR_GOOGLE_API_KEY}&v=beta"></script>

int the file path.component.ts replace {YOUR_MAP_ID} with your own MAP id that you can get by following this guide

options: google.maps.MapOptions = {mapId: '{YOUR_MAP_ID}'} as google.maps.MapOptions;

in the file data.service.ts replace the URL with your firebase real-time endpoint

private url = '{hhtps://your_firebase database endpoint.net}}';

in a terminal navigate to the the folder "app-rutas-web", Inside that folder execute the command

npm install --legacy-peer-deps

Once all the dependencies are installed you can deploy and open the app by using the command:

ng serve -o

Contribute:

Contributions are welcomed to make this a visible open-source project and improve its capabilities and integrations.

References:

pathwaypilot-3d's People

Contributors

andres-osorio avatar deepsource-autofix[bot] avatar deepsource-io[bot] avatar

Watchers

 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.