Finding distance travelled by robot using Optical Flow

前端 未结 4 657
既然无缘
既然无缘 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:46

    have you considered doing odometry? You can use encoders as well as accelerometers to calculate distance. Is way more cheaper.

提交回复
热议问题