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 9eb860fabd travis-ci fix gcc and clang compilation jobs (#344) 7 years ago
EKF EKF: If aligning yaw for fw with low GPS velocity, use mag 7 years ago
attitude_fw Revert "attitude_fw delete unused and cleanup" 8 years ago
l1 clang-tidy modernize-redundant-void-arg 8 years ago
matlab matlab: add derivation for air data error equations 8 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
validation c++11 initialization cleanup (#237) 8 years ago
.gitignore ignore build directory 9 years ago
.gitmodules add matrix submodule 9 years ago
.travis.yml travis-ci fix gcc and clang compilation jobs (#344) 7 years ago
CMakeLists.txt Revert "attitude_fw delete unused and cleanup" 8 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 9 years ago
LICENSE Initial commit 9 years ago
README.md Update README.md 8 years ago
build.sh Integrate Python-based tests and benchmark into Travis 8 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.

Building EKF Library

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