Giter Club home page Giter Club logo

autogyro-control's Introduction

๐Ÿš€ autorotation - Control Systems

Autorotation Task for CanSat Competition. Control Systems Repository. This repository contains the source code and files needed for the CanSat Challenge by the White Noise Team.

Contents

๐Ÿค– Control Systems

The dynamics of the system are modeled as a rigid body falling along the longitudinal axis. The states are the angles made with the x and y axis which can also be measured by the IMU. The inputs to the system are the torques Mx, My along the x and y axes. Near its equilibrium point the system is linearized and linear control methods are applied. In our approach we have used linear quadratic regulation control of the form u[n] = - Kx[n] to send the states to zero.

The control mechanism of the payload are three control fins that are attached to the payload. We have developed a theoretical model for the fins based on aerodynamics, which we used as a simulation black box. We have sampled the resulting moments for various fins configurations in order to invert the function that gives the moments wrt to the fins. Because the data we have gathered were almost impossible to fit to the microcontroller we have used K-Means Clustering in order to compress the points to a very small subset (cluster centers which range from 20 to 50 points) and then fit a hyperplane on the data. The resulting angles are calculated by a simplified linear model developed with Pytorch.

Authors

  • George Rapakoulias
  • Marios Papachristou

autogyro-control's People

Contributors

papachristoumarios avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.