Tracks position of a vehicle by fusing data obtained from an MPU9250 and an optical displacement sensor using Kalman Filter.
This project was done to help positioning the trotbot - an autonomous delivery bot to be used indoors; developed by the Robotics club, BITS Goa. Since GPS does not work indoors and gives accuracy of >= 5m, this created the need of a positioning system which relied on data from sensors mounted on the bot.
This position tracker takes data from an optical displacement sensor and an IMU(Inertial Measurement Unit) and fuses them together using a Kalman Filter.