omarkhaled03 / UAV_SIM_-

EC EN 674 Flight Dynamics & Control Design Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EC EN 674 Flight Dynamics Controls

Code based on Small Unmanned Aircraft: Theory and Practice by Randal Beard and Tim McLain
Reference: uavbook.byu.edu

Youtube videos demonstrating each chapter implementation can be found here.

Installation

This project is compatible with Python 3.6.8. It is NOT compatible with Python 2 as there are dependent packages which are not Python 2 compatible.

Install needed dependencies:
pip3 install numpy scipy matplotlib pyqtgraph PyOpenGL stl

Run

cd into the chapter or project directory and run:
python3 mavsim_*.py

rrt example

About

EC EN 674 Flight Dynamics & Control Design Project


Languages

Language:Python 100.0%