orientation_tracking-unscented_kalman_filter
Orientation tracker
An implementation of an Unscented Kalman Filter algorithm for tracking orientation using sensor data from accelerometers and gyroscopes.
Implemented Unscented Kalman Filter (UKF) for orientation tracking. Sensors fusion of accelerometer, and gyroscope
61 stars
4 watching
18 forks
Language: Matlab
last commit: over 6 years ago
Linked from 1 awesome list
matlaborientation-trackingsensor-fusionukfunscented-kalman-filter
Related projects:
Repository | Description | Stars |
---|---|---|
xu-tianyang/ladcf | An open-source implementation of a visual object tracking algorithm using adaptive correlation filters and spatial feature selection | 92 |
awerries/kalman-localization | A MATLAB implementation of a Kalman filter-based localization system for sensor fusion of GPS/INS/compass data | 91 |
xu-tianyang/gfs-dcf | Software implementation of visual object tracking technique with feature selection and filter learning components. | 58 |
jeljaik/extended-kalman-filter | An implementation of an extended Kalman filter for estimating dynamic quantities in a single rigid body from distributed measurements. | 38 |
amoudgl/mosse-tracker | An implementation of MOSSE tracking algorithm in MATLAB for visual object tracking using adaptive correlation filters. | 82 |
karlpauwels/simtrack | A framework for detecting and tracking the pose of multiple rigid objects in real-time using computer vision | 103 |
sglvladi/trackingx | A MATLAB toolkit for multi-target tracking algorithms providing a common framework for prototyping and evaluation. | 95 |
vision4robotics/arcf-tracker | An open-source implementation of a real-time object tracking algorithm for drones. | 54 |
simondlevy/sensorfusion | An implementation of sensor fusion using Kalman filter in MATLAB | 156 |
cliansang/positioning-algorithms-for-uwb-matlab | Matlab implementation of various positioning algorithms for UWB localization systems | 86 |
mayankm96/stereo-odometry-soft | A MATLAB implementation of visual odometry using Stereo Odometry based on careful feature selection and tracking. | 201 |
usnavalresearchlaboratory/trackercomponentlibrary | A collection of Matlab functions for simulating and tracking targets in various scenarios. | 375 |
eea-sensors/ekfukf | A toolbox for building state estimation algorithms using Kalman filters and smoothers. | 100 |
rosshartley/invariant-ekf | A C++ library for estimating a robot's 3D pose and velocity using a filter that incorporates various sensor data. | 462 |
gerhardr/kfusion | An implementation of a real-time 3D surface reconstruction and tracking system using a single camera sensor. | 194 |