All Projects → yrlu → orientation_tracking-unscented_kalman_filter

yrlu / orientation_tracking-unscented_kalman_filter

Licence: other
Implemented Unscented Kalman Filter (UKF) for orientation tracking. Sensors fusion of accelerometer, and gyroscope

Programming Languages

matlab
3953 projects
TeX
3793 projects

Projects that are alternatives of or similar to orientation tracking-unscented kalman filter

sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+146.15%)
Mutual labels:  unscented-kalman-filter, ukf, sensor-fusion
pyUKF
Unscented kalman filter (UKF) library in python that supports multiple measurement updates
Stars: ✭ 52 (+33.33%)
Mutual labels:  unscented-kalman-filter, ukf, sensor-fusion
go-estimate
State estimation and filtering algorithms in Go
Stars: ✭ 98 (+151.28%)
Mutual labels:  unscented-kalman-filter, sensor-fusion
Embedded UKF Library
A compact Unscented Kalman Filter (UKF) library for Teensy4/Arduino system (or any real time embedded system in general)
Stars: ✭ 31 (-20.51%)
Mutual labels:  unscented-kalman-filter, ukf
Self-Driving-Car-NanoDegree-Udacity
This repository contains code and writeups for projects and labs completed as a part of UDACITY's first of it's kind self driving car nanodegree program.
Stars: ✭ 29 (-25.64%)
Mutual labels:  unscented-kalman-filter, sensor-fusion
self-driving-car-nd
Udacity's Self-Driving Car Nanodegree project files and notes.
Stars: ✭ 50 (+28.21%)
Mutual labels:  sensor-fusion
SensorFusion
A simple implementation of some complex Sensor Fusion algorithms
Stars: ✭ 101 (+158.97%)
Mutual labels:  sensor-fusion
Robust-Deep-Learning-Pipeline
Deep Convolutional Bidirectional LSTM for Complex Activity Recognition with Missing Data. Human Activity Recognition Challenge. Springer SIST (2020)
Stars: ✭ 20 (-48.72%)
Mutual labels:  sensor-fusion
parallel-non-linear-gaussian-smoothers
Companion code in JAX for the paper Parallel Iterated Extended and Sigma-Point Kalman Smoothers.
Stars: ✭ 17 (-56.41%)
Mutual labels:  unscented-kalman-filter
GeoSup
Code for Geo-Supervised Visual Depth Prediction
Stars: ✭ 27 (-30.77%)
Mutual labels:  sensor-fusion
CMRNet
Code for "CMRNet: Camera to LiDAR-Map Registration" (ITSC 2019) - WIP
Stars: ✭ 70 (+79.49%)
Mutual labels:  sensor-fusion
Kalmanfilter altimeter vario
Kalman filter to estimate altitude and climbrate(sinkrate) by fusing altitude and acceleration sensor data
Stars: ✭ 31 (-20.51%)
Mutual labels:  sensor-fusion
vision-based estimations
Vision-based Robot 3D Pose and Velocities Estimations
Stars: ✭ 32 (-17.95%)
Mutual labels:  ukf
hoverboard-sideboard-hack-GD
Hoverboard sideboard hack for GD32 boards
Stars: ✭ 68 (+74.36%)
Mutual labels:  sensor-fusion
r3live
A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package
Stars: ✭ 1,355 (+3374.36%)
Mutual labels:  sensor-fusion
learning-topology-synthetic-data
Tensorflow implementation of Learning Topology from Synthetic Data for Unsupervised Depth Completion (RAL 2021 & ICRA 2021)
Stars: ✭ 22 (-43.59%)
Mutual labels:  sensor-fusion
COVID-away
Repo of paper title 'Avoid touching your face: A hand-to-face 3d motion dataset (covid-away) and trained models for smartwatches'
Stars: ✭ 18 (-53.85%)
Mutual labels:  sensor-fusion
ukfmanifold
UKF over generalized manifold in Matlab
Stars: ✭ 23 (-41.03%)
Mutual labels:  ukf
EM7180 SENtral Calibration
Get the best AHRS accuracy out of the Tlera USFS with good sensor calibration
Stars: ✭ 22 (-43.59%)
Mutual labels:  sensor-fusion
On-device-activity-recognition
Personalized machine learning on the smartphone
Stars: ✭ 46 (+17.95%)
Mutual labels:  sensor-fusion

Unscented Kalman Filter for Orientation Tracking

UPenn ESE 650 Learning in Robotics, Project 2: Unscented Kalman Filter for Orientation Tracking and Image Panoramic Stitching

Implemeted Unscented Kalman Filter (UKF) following paper:

  • Edgar Kraft, A quaternion-based unscented kalman filter for orientation tracking. Information Fusion, 2003. Proceedings of the Sixth International Conference on Information Fusion, Vol. 1 (2003), pp. 47-54.

img_stitching

  • Another ukf implementation can be found here
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].