PX4 Autopilot Software
Go to file
jay 76bf70121c fix code style 2018-01-19 11:53:36 +01:00
EKF EV height reset (#379) 2018-01-15 20:15:56 +11:00
attitude_fw attitude_fw: constrain integrator properly to prevent building it up over the specified maximum 2018-01-13 16:17:01 +01:00
l1 clang-tidy modernize-redundant-void-arg 2017-01-14 16:24:45 -08:00
matlab matlab: update optical flow derivation 2017-11-15 11:16:19 +11:00
matrix@e595ebb9a7 matrix: Use hamiltonian convention for quaternion product 2017-08-31 11:14:01 +02:00
swig Add Python wrapper to ecl and use it to test functionality 2017-08-14 12:02:03 +02:00
tecs Merge pull request #372 from PX4/pr-tecs_init 2017-12-28 09:09:14 +11:00
validation fix code style 2018-01-19 11:53:36 +01:00
.gitignore reenable pytest with px4-dev-ecl 2018-01-05 02:39:02 -05:00
.gitmodules add matrix submodule 2016-02-17 17:38:21 -08:00
CMakeLists.txt Create total energy control system implementation 2017-10-22 20:37:40 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2016-05-19 18:14:33 +10:00
Jenkinsfile EKF pytest temporarily disable 2018-01-05 02:39:02 -05:00
LICENSE Initial commit 2015-10-26 15:41:25 +01:00
README.md update README build badge (travis-ci -> jenkins) 2018-01-05 02:39:02 -05:00
build.sh EKF run pytest quick and plot 2018-01-05 02:39:02 -05:00
ecl.h EKF trivial code style cleanup 2017-08-25 10:09:11 -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