Skip to content
forked from PX4/PX4-ECL

Estimation & Control Library for Guidance, Navigation and Control Applications

License

Notifications You must be signed in to change notification settings

bugobliterator/ecl

This branch is 1680 commits behind PX4/PX4-ECL:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e65c348 · Feb 18, 2016
Feb 18, 2016
Dec 19, 2015
Oct 26, 2015
Feb 8, 2016
Feb 18, 2016
Dec 19, 2015
Feb 18, 2016
Feb 18, 2016
Feb 18, 2016
Jan 31, 2016
Oct 26, 2015
Feb 18, 2016
Feb 18, 2016
Oct 26, 2015

Repository files navigation

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

About

Estimation & Control Library for Guidance, Navigation and Control Applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.1%
  • MATLAB 12.9%
  • C 3.9%
  • CMake 2.0%
  • Shell 0.1%