15 lines
1.1 KiB
Markdown
15 lines
1.1 KiB
Markdown
|
# Gait-Tracking-With-x-IMU
|
||
|
|
||
|
> [!WARNING]
|
||
|
> This repository is no longer maintained and has been superseded by [Gait-Tracking](https://github.com/xioTechnologies/Gait-Tracking).
|
||
|
|
||
|
This is the source code for the foot tracking algorithm demonstrated in Seb Madgwick's "[3D Tracking with IMU"](http://www.youtube.com/watch?v=6ijArKE8vKU) video, originally uploaded to YouTube in March 2011. An [x-IMU](http://www.x-io.co.uk/x-imu) attached to a foot is be used to track position through [dead reckoning](http://en.wikipedia.org/wiki/Dead_reckoning) and integral drift corrected for each time the foot hit the ground.
|
||
|
|
||
|
See the [original post](http://www.x-io.co.uk/gait-tracking-with-x-imu/) for more information.
|
||
|
|
||
|
<img src="https://raw.github.com/xioTechnologies/Gait-Tracking-With-x-IMU/master/Screenshot%20-%20x-IMU%20Attached%20To%20Foot.png"/>
|
||
|
|
||
|
<img src="https://raw.github.com/xioTechnologies/Gait-Tracking-With-x-IMU/master/Screenshot%20-%20MATLAB%20Animation%20Close-Up.png"/>
|
||
|
|
||
|
<img src="https://raw.github.com/xioTechnologies/Gait-Tracking-With-x-IMU/master/Screenshot%20-%20MATLAB%20Animation%20Spiral%20Stairs.png"/>
|