Code Monkey home page Code Monkey logo

autonomous_aerial_vehicle's Introduction

Autonomous aerial vehicle nanodegree (Udacity)

This is a master repository, contains all the projects as submodules which I have completed in Autonomous flight Engineer nanodegree program.

Note: If you needed to check all the projects together then only clone the master repository else you can just visit the individual submodules and clone that repository for better use.

Setup for master repository and submodules

  1. As always, first step is cloning the master repository. But this repository consist of submodules which are actually different repositories so to fetch all of them together you need to use little bit different command than usual, which will be:

    git clone --recurse-submodules https://github.com/Ashutosh-Badave/Autonomous_aerial_vehicle.git

  2. If you have directly cloned this without submodule recursion then repository will be cloned with submodule folders in it but the submodule folders will be empty.Don't worry now you need to do two more commands to fetch the submodules:

    git submodule init which will initialize your local configuration file

    git submodule update to fetch all the data from that project.

  3. Now you will be having all the repositories cloned properly. I have added project specific README for every repository, in which I have provided detailed instructions for easy to setup, test and code structure.

  4. Backyard_flyer and motion_planning projects are developed in python environment; controller and estimator projects are designed in C++ which are easy to built using CMake.

autonomous_aerial_vehicle's People

Contributors

ashutosh-badave avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

tubbz-alt

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.