All Projects → aalbaali → cpp_filter

aalbaali / cpp_filter

Licence: MIT license
Kalman filter using C++ and Manif

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to cpp filter

pyUKF
Unscented kalman filter (UKF) library in python that supports multiple measurement updates
Stars: ✭ 52 (+173.68%)
Mutual labels:  state-estimation, kalman-filter
coursera robotics
Contains coursera robotics specialization assignment codes
Stars: ✭ 65 (+242.11%)
Mutual labels:  kalman-filter
gmmloc
Implementation for IROS2020: "GMMLoc: Structure Consistent Visual Localization with Gaussian Mixture Model"
Stars: ✭ 91 (+378.95%)
Mutual labels:  state-estimation
dbot
Depth-Based Bayesian Object Tracking Library
Stars: ✭ 62 (+226.32%)
Mutual labels:  kalman-filter
Vins Mono
A Robust and Versatile Monocular Visual-Inertial State Estimator
Stars: ✭ 3,326 (+17405.26%)
Mutual labels:  state-estimation
sf-pkg
Generic Sensor Fusion Package for ROS
Stars: ✭ 28 (+47.37%)
Mutual labels:  kalman-filter
FactorGraph.jl
The FactorGraph package provides the set of different functions to perform inference over the factor graph with continuous or discrete random variables using the belief propagation algorithm.
Stars: ✭ 17 (-10.53%)
Mutual labels:  state-estimation
TransformUtils.jl
Lie groups and algebra with some quaternions
Stars: ✭ 18 (-5.26%)
Mutual labels:  lie-groups
goflying
Go tools for flying
Stars: ✭ 15 (-21.05%)
Mutual labels:  kalman-filter
lie-group-controllers
Header-only C++ libraries containing controllers designed for Lie Groups.
Stars: ✭ 26 (+36.84%)
Mutual labels:  lie-groups
PySophus
Python bindings for Sophus Lie Algebra C++ Library
Stars: ✭ 52 (+173.68%)
Mutual labels:  lie-groups
Recent slam research
Track Advancement of SLAM 跟踪SLAM前沿动态【2021 version】
Stars: ✭ 2,387 (+12463.16%)
Mutual labels:  state-estimation
Pitch-Tracking
Pitch tracking in real-time with the Kalman filter
Stars: ✭ 78 (+310.53%)
Mutual labels:  kalman-filter
Error-State-Extended-Kalman-Filter
Vehicle State Estimation using Error-State Extended Kalman Filter
Stars: ✭ 100 (+426.32%)
Mutual labels:  state-estimation
adaptive-filters
My collection of implementations of adaptive filters.
Stars: ✭ 32 (+68.42%)
Mutual labels:  kalman-filter
TinyGrapeKit
A bunch of state estimation algorithms
Stars: ✭ 184 (+868.42%)
Mutual labels:  state-estimation
FormTracer
A Mathematica Tracing Package Using FORM
Stars: ✭ 16 (-15.79%)
Mutual labels:  lie-groups
tsa4
R code for Time Series Analysis and Its Applications, Ed 4
Stars: ✭ 108 (+468.42%)
Mutual labels:  kalman-filter
ESP32 IMU BARO GPS VARIO
GPS altimeter/variometer with LCD display, routes with waypoints, data/gps track logging, bluetooth NMEA sentence transmission, wifi AP + webpage configuration
Stars: ✭ 72 (+278.95%)
Mutual labels:  kalman-filter
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+557.89%)
Mutual labels:  kalman-filter

License: MIT

Dependencies

  • Eigen3.
  • Manif (required for the filters operating on Lie groups).
  • Custom RandomVariable header-only library (this is included in the extern directory).

In this repo

  • Implementation of a standard Kalman filter.
  • Implementation of a left-invariant extended Kalman filter (L-InEKF) on SE(2).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].