Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 849 Bytes

File metadata and controls

17 lines (10 loc) · 849 Bytes

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