Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabulani/1d_kalman_filter

1D Kalman Filter for elevator position estimation. Developed for Robotic Perception class at Toyohashi University of Tecnology.
https://github.com/fabulani/1d_kalman_filter

Last synced: 8 days ago
JSON representation

1D Kalman Filter for elevator position estimation. Developed for Robotic Perception class at Toyohashi University of Tecnology.

Awesome Lists containing this project

README

        

# Elevator Position Estimation Using 1D Kalman Filter

1D Kalman Filter for elevator position estimation. Includes data generation, kalman filter implementation using `filterpy` and my own, plus an animation with `matplotlib`. Everything is inside `main.ipynb`.

![Elevator animation](./elevator.gif)

__Overview Video__

[![Elevator Position Estimation using 1D Kalman Filter](http://markdown-videos-api.jorgenkh.no/youtube/9G9vPwj8ZZw?width=720&height=480)](https://youtu.be/9G9vPwj8ZZw)

> *Developed for the Robotic Perception and Human-Robot Interaction 1 class at Toyohashi University of Tecnology, taught by Jun Miura sensei.*