Giter Club home page Giter Club logo

autonomous-ai-drone-scripts's Introduction

Fully autonomous Ai powered drone's!

This repo contains ready to use and extensively real life tested code for flying advanced quad copters autonomosly.

Alt Text

Our quad copter is fitted with a Jetson Nano running advanced Ai models and algorithms real time on the edge on the quad copter itself. This makes our quad copter able to work fully autonomsly without the need of a data connection to offload heavy workloads. Because of optimizations our algorithms can work in the compuational limited envoirement of the Jetson Nano!

status

Work is still being done and more will come! All code is experimental soo please use any code with caution!

scripts

We have a person follow script which can autonomsly follow a person using a live RGB camera feed and a mobilenet Ai model. This model can detect a person and use the centerpoint to calculate the YAW commands for the drone. ROLL commands are calculated by using a tf-luna solid state lidar. This lidar can measure the distance between the person and the drone. Both axis commands are generated using PID controllers

  • Run "sudo python3 follow_person_main.py --mode=flight --debug_path=debug/flight1". Make sure ArduCopter is in guided mode!
  • For ardupilot SITL simulator testing use "sudo python3 follow_person_main.py --mode=test --debug_path=debug/flight1".

Press Q to quit the person follower. The drone will automaticly land. Currently not working in real flight! Switch ardupilot to loiter mode and then manually land the drone.

We also have a data_plotter to plot debug data from the PID controllers.

  • Run "python3 data_plotter.py". Make sure to change the file name in the script to the correct debug file.

packages

The following software packages are needed

Hardware

Alt Text

Alt Text

autonomous-ai-drone-scripts's People

Contributors

sieuwe1 avatar niekvandam avatar doombanner 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.