PX4 Autopilot Software
Go to file
bugobliterator e65c348905 EKF: add travis build 2016-02-17 18:51:40 -08:00
EKF EKF: add check for existence of matrix submodule 2016-02-17 17:51:09 -08:00
attitude_fw checked out attitude fw folder from master 2015-12-19 09:37:40 +01:00
l1 Initial import 2015-10-26 16:06:30 +01:00
matlab EKF: Add missing Kalman gain to Declination fusion autocode 2016-02-08 14:02:08 +11:00
matrix@95e3d7d6ce add matrix submodule 2016-02-17 17:38:21 -08:00
validation checked out validation code from master 2015-12-19 08:53:08 +01:00
.gitignore ignore build directory 2016-02-17 17:34:28 -08:00
.gitmodules add matrix submodule 2016-02-17 17:38:21 -08:00
.travis.yml EKF: add travis build 2016-02-17 18:51:40 -08:00
CMakeLists.txt EKF: change estimator base class name to estimation interface 2016-01-31 00:12:07 -08:00
LICENSE Initial commit 2015-10-26 15:41:25 +01:00
README.md update readme to include steps to build EKF shared object 2016-02-17 17:46:48 -08:00
build.sh EKF: add travis build 2016-02-17 18:51:40 -08:00
ecl.h Initial import 2015-10-26 16:06:30 +01:00

README.md

ECL

Very lightweight Estimation & Control Library.

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 currently BSD licensed, but might move to Apache 2.0.

Building EKF Library

Prerequisite:

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