You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Agar ae641020dd EKF run pytest quick and plot 7 years ago
EKF reenable pytest with px4-dev-ecl 7 years ago
attitude_fw Provide access to FW integrators 7 years ago
l1 clang-tidy modernize-redundant-void-arg 8 years ago
matlab matlab: update optical flow derivation 7 years ago
matrix@e595ebb9a7 matrix: Use hamiltonian convention for quaternion product 8 years ago
swig Add Python wrapper to ecl and use it to test functionality 8 years ago
tecs Merge pull request #372 from PX4/pr-tecs_init 7 years ago
validation c++11 initialization cleanup (#237) 8 years ago
.gitignore reenable pytest with px4-dev-ecl 7 years ago
.gitmodules add matrix submodule 9 years ago
CMakeLists.txt Create total energy control system implementation 7 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 9 years ago
Jenkinsfile reenable pytest with px4-dev-ecl 7 years ago
LICENSE Initial commit 9 years ago
README.md update README build badge (travis-ci -> jenkins) 7 years ago
build.sh EKF run pytest quick and plot 7 years ago
ecl.h EKF trivial code style cleanup 8 years ago

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