Finding distance travelled by robot using Optical Flow

前端 未结 4 767
臣服心动
臣服心动 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条回答
  •  萌比男神i
    2021-02-11 10:31

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

提交回复
热议问题