extended-kalman-filters topic

List extended-kalman-filters repositories

CarND-Extended-Kalman-Filter-P1

23
Stars
26
Forks
Watchers

Udacity Self-Driving Car Nanodegree - Extended Kalman Filter implementation

extended_kalman_filter_cpp

18
Stars
2
Forks
Watchers

An Extended Kalman Filter (that uses a constant velocity model) in C++. This EKF fuses LIDAR and RADAR sensor readings to estimate location (x,y) and velocity (vx, vy).

extended_kalman_filter_python

31
Stars
7
Forks
Watchers

Python implementation of an Extended Kalman Filter.

SASensorFusionLocalization

45
Stars
18
Forks
Watchers

Sensor Fusion and Localization related projects of Udacity's Self-driving Car Nanodegree Program:

Companion code in JAX for the paper Parallel Iterated Extended and Sigma-Point Kalman Smoothers.

VINS

24
Stars
5
Forks
Watchers

Sensor Fusion using Extended Kalman Filter

Implementation of an EKF to predict states of a 6 DOF drone using GPS-INS fusion. Also ass3_q2 and ass_q3_kf show the difference between state estimation without KF and with KF

CarND-Extended-Kalman-Filter-P6

26
Stars
8
Forks
Watchers

Self Driving Car Project 6 - Sensor Fusion(Extended Kalman Filter)

Extended-Kalman-Filter

18
Stars
2
Forks
Watchers

Utilized an Extended Kalman Filter and Sensor Fusion to estimate the state of a moving object of interest with noisy lidar and radar measurements. The project involved utilzing lidar data (Point Cloud...