Robot exploration algorithm

后端 未结 8 1778
情书的邮戳
情书的邮戳 2021-02-01 05:48

I\'m trying to devise an algorithm for a robot trying to find the flag(positioned at unknown location), which is located in a world containing obstacles. Robot\'s mission is to

8条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-01 06:14

    If you met an obstacle, you can go around to determine its precise dimensions, and after measuring it return to the previous course. With no obstacles in the range of sight you can try to just head in the direction of the nearest unchecked area.

    It maybe doesn't seem the fastest way but, I think, it is the good point to start.

提交回复
热议问题