Giter Site home page Giter Site logo

simsys / sw_sensor_algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from larus-breeze/sw_algorithms_lib

0.0 0.0 0.0 350 KB

This module contains the algorithms for the larus soaring flight sensor

License: GNU General Public License v3.0

C++ 84.19% C 6.87% MATLAB 8.12% CMake 0.82%

sw_sensor_algorithms's Introduction

Sensor algorithms

This module contains the algorithms for the Larus soaring flight sensor.

The algorithms are used as submodules for the Larus ARM Cortex M4 data acquisition system and for the LARUS Software-In-The-Loop simulator

The algorithms include:

  • A quaternion-based Attitude and Heading Reference System (AHRS)
  • Real-time wind-measurement with 10Hz sampling-rate
  • A Kalman-filter fusioning altitude, vertical speed and vertical acceleration for an ultra-fast variometer
  • A GNSS / INS-based speed-compensation for the variometer
  • A D-GNSS-based satellite-compass with sub-degree accuracy (optional)
  • A self-calibrating 3d magnetic compass with automatic detection of magnetic inclination and declination.
  • Air-density measurement by observing pressure over GNSS-altitude
  • NMEA-stream output for flight-management systems like XCsoar
  • Output of application-specific data to a CAN-bus to feed cockpit-instruments

The sensor output as a set of NMEA sentences ist defined in our subproject larus-NMEA-protocol

This library is designed to be imported into another project via a .gitmodules file.

Add as submodule to repository:

 git submodule add [email protected]:larus-breeze/sw_sensor_algorithms.git lib

Init and Update submodule

 git submodule init 
 git submodule update

Open submodule folder "lib" and run "git pull" to update the submodule to the latest commit.

Clone repository including the submodules:

  git clone --recursive URL git://github.com/foo/example.git

Update submodule from using repository

Just cd into the submodules folder and use git commit, push etc.

sw_sensor_algorithms's People

Contributors

realtimepeople avatar maxbaex avatar august2111 avatar simsys 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.