real-tintin / ugglan

Ugglan is a drone project using a Raspberry Pi Zero 2 W.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ugglan

Ugglan (owl in Swedish) is a hobby drone project. Making use of the Raspberry Pi Zero 2 W (amongst other things).

The project serves as a learning platform for the author himself and is quite broad, containing everything from assembler to docker. It also contains some multi body modelling and simulation as well as state space estimation and control.

Setup

Prerequisites

  • python >=3.9
  • docker
  • make

Run the setup script in the root.

source ./setup.sh

Documentation

Sphinx is used for the generation of the documentation.

Build

The documentation is build using make.

make -C ./doc

The generated html documentation is found under ./doc/build.

About

Ugglan is a drone project using a Raspberry Pi Zero 2 W.


Languages

Language:C++ 96.7%Language:Python 2.6%Language:C 0.6%Language:Shell 0.0%Language:Makefile 0.0%Language:Dockerfile 0.0%