I\'m working on a project right now in which we are developing an autonomous robot. I have to basically find out the distance travelled by the robot between any 2 intervals. I\'
have you considered doing odometry? You can use encoders as well as accelerometers to calculate distance. Is way more cheaper.