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.
 
 
 
 
 
 
Paul Riseborough 8a713398cb EKF: Improve ground effect compensation 7 years ago
EKF EKF: Improve ground effect compensation 7 years ago
airdata set MODULE define for each library 7 years ago
attitude_fw set MODULE define for each library 7 years ago
docs doxygen cmake and Jenkins support 7 years ago
geo set MODULE define for each library 7 years ago
geo_lookup set MODULE define for each library 7 years ago
l1 set MODULE define for each library 7 years ago
mathlib visual studio build compatibility 7 years ago
tecs set MODULE define for each library 7 years ago
validation set MODULE define for each library 7 years ago
.gitignore code coverage cmake and Jenkins support 7 years ago
.travis.yml travis-ci basic build script 7 years ago
CMakeLists.txt cmake cache ECL source directory path to work with catkin (#447) 7 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 9 years ago
Jenkinsfile Jenkins set git username and email with environment variables 7 years ago
LICENSE Initial commit 9 years ago
Makefile cmake and Jenkins add basic address santiizer test buld 7 years ago
README.md update README build badge (travis-ci -> jenkins) 7 years ago
ecl.h cmake standalone build 7 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