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 - Sensor Data Analyzer
The algorithms include:
The sensor output as a set of NMEA sentences ist defined in our subproject larus-NMEA-protocol
Add as submodule to repository:
git submodule add git@github.com: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.
The libary works with binary data formats. There is a description here: Data Formats