Skip to content

Commit

Permalink
Add code
Browse files Browse the repository at this point in the history
  • Loading branch information
CathIAS authored Jul 10, 2020
1 parent 0722036 commit 80dfb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TLIO is an IMU-only pedestrian navigation approach combining deep learning and B
**Abstract**: In this work we propose a tightly-coupled Extended Kalman Filter framework for IMU-only state estimation. Strap-down IMU measurements provide relative state estimates based on IMU kinematic motion model. However the integration of measurements is sensitive to sensor bias and noise, causing significant drift within seconds. Recent research by Yan et al. (RoNIN) and Chen et al. (IONet) showed the capability of using trained neural networks to obtain accurate 2D displacement estimates from segments of IMU data and obtained good position estimates from concatenating them. This paper demonstrates a network that regresses 3D displacement estimates and its uncertainty, giving us the ability to tightly fuse the relative state measurement into a stochastic cloning EKF to solve for pose, velocity and sensor biases. We show that our network, trained with pedestrian data from a headset, can produce statistically consistent measurement and uncertainty to be used as update step in the filter, and the tightly-coupled system outperforms velocity integration approaches in position estimates, and AHRS attitude filter in orientation estimates.

- [Paper](http://arxiv.org/abs/2007.01867)
- [Code (Soon)]
- [Code](https://github.com/CathIAS/TLIO)
- [Supplementary Video - Staircase](https://youtu.be/Mw1UgA-bNW8)
- [Supplementary Video - Symposium](https://youtu.be/L9A1kE42apo)
- [Supplementary Video - Pool](https://youtu.be/WvTW9jQzP5o)
Expand Down

0 comments on commit 80dfb8a

Please sign in to comment.