Giter VIP home page Giter VIP logo

ugglan's Introduction

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.

ugglan's People

Contributors

dependabot[bot] avatar real-tintin avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

frchalaoux

ugglan's Issues

Improve handling of env variables

E.g., create a class that collects all env variables and provides methods such as printing. A lot of double code now e.g., see print_env_vars in main.cpp.

Low-pass filter acceleration & update Kalman noise covariance matrix

Due to vibration's the IMU acceleration needs to be low-pass filtered before entering the Kalman sensor fusion in the attitude estimation. Also, the R matrix should be computed such that the estimation can cope with linear acceleration e.g., dynamic R which favors the gyro more during acceleration (the acceleration should be used for long-term estimation due to bias in gyro).

Non-linear 6dof simulation

Implement the full (6dof) non-linear model to enable for more complex offline simulation. Some stuff which needs to be done:

  • Refactor the attitude estimation, make clear interfaces s.t the estimators can easily be re-used.
  • Implement the non-linear model. Should this be a class e.g., NonLinearModel(Estimator, CONSTANTS, ...)?
  • Create a GUI to execute and analyze the simulation in e.g., Tkinter.
  • Determine values of the non-linear model i.e., drag coefficient.
  • Need to be able to add noise e.g., sine or gaussian to estimator input.

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.