Skip to content

Extended Kalman Filter implementation for the position filtering of objects as seen from a mobile robot camera

Notifications You must be signed in to change notification settings

FilippoGuarda/EKF_registration

Repository files navigation

Extended Kalman Filter for object positioning

This is a toy algorithm for performing Kalman filtering on the registration of an object observed from an Autonomous Mobile Robot camera.

example use case

Results:

To test the python code, open the python directory $ cd python and then run the example code $ python3 main.py. This package only depends on two libraries: numpy and pyplot, make sure they are both installed by using pip3 install numpy pyplot parametrized

Result of of the EKF

Result of of the EKF

About

Extended Kalman Filter implementation for the position filtering of objects as seen from a mobile robot camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published