Finding distance travelled by robot using Optical Flow

前端 未结 4 664
既然无缘
既然无缘 2021-02-11 10:28

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\'

4条回答
  •  一个人的身影
    2021-02-11 10:57

    What about finding distance with help of no of rotation a wheel rotated in particular distance.

    Distance=no of rotation* circumference of wheel
    

提交回复
热议问题