PX4 Autopilot Software
Go to file
Daniel Agar 1fba622a80 travis-ci basic build script 2018-05-05 15:25:54 -04:00
EKF code coverage cmake and Jenkins support 2018-05-04 01:40:23 -04:00
airdata PX4 style fixes (excluding EKF generated code) 2018-05-03 22:25:36 -04:00
attitude_fw PX4 style fixes (excluding EKF generated code) 2018-05-03 22:25:36 -04:00
docs doxygen cmake and Jenkins support 2018-05-04 01:22:10 -04:00
geo geo: zeroing static unnecessary 2018-05-05 15:25:54 -04:00
geo_lookup visual studio build compatibility 2018-05-03 22:25:36 -04:00
l1 cmake standalone build 2018-05-03 22:25:36 -04:00
mathlib visual studio build compatibility 2018-05-03 22:25:36 -04:00
tecs visual studio build compatibility 2018-05-03 22:25:36 -04:00
validation visual studio build compatibility 2018-05-03 22:25:36 -04:00
.gitignore code coverage cmake and Jenkins support 2018-05-04 01:40:23 -04:00
.travis.yml travis-ci basic build script 2018-05-05 15:25:54 -04:00
CMakeLists.txt cmake ignore missing-field-initializers 2018-05-05 15:25:54 -04:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-05-19 18:14:33 +10:00
Jenkinsfile Jenkins upload coverage to codecov.io 2018-05-05 15:13:52 -04:00
LICENSE Initial commit 2015-10-26 15:41:25 +01:00
Makefile code coverage cmake and Jenkins support 2018-05-04 01:40:23 -04:00
README.md update README build badge (travis-ci -> jenkins) 2018-01-05 02:39:02 -05:00
ecl.h cmake standalone build 2018-05-03 22:25:36 -04:00

README.md

ECL

Very lightweight Estimation & Control Library.

DOI Build Status

This library solves the estimation & control problems of a number of robots and drones. It accepts GPS, vision and inertial sensor inputs. It is extremely lightweight and efficient and yet has the rugged field-proven performance.

The library is BSD 3-clause licensed.

EKF Documentation

Building EKF

Prerequisites:

By following the steps mentioned below you can create a shared library which can be included in projects using -l flag of gcc:

mkdir Build/
cd Build/
cmake ../EKF
make

Alternatively, just run:

./build.sh