Finding distance travelled by robot using Optical Flow

前端 未结 4 710
臣服心动
臣服心动 2021-02-11 09:50

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:56

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

    Distance=no of rotation* circumference of wheel
    

提交回复
热议问题