I need to split the map on stage into cells.

asked 2021-11-16 17:42:17 -0500

I need to split the map on stage into cells. Each cell will be assigned a number that will indicate whether or not there is an obstacle. Can anyone give me a tip on how to do this?

I need to implement the wavefront algorithm

edit retag flag offensive close merge delete

Comments

1

Take a look at an example with Python Robotics it will give you the basics: https://github.com/AtsushiSakai/Pytho...

What you are describing is basically a costmap. Hope this gets you started

osilva gravatar image osilva  ( 2021-11-16 20:04:26 -0500 )edit

Highly recommend you read the paper:

paper: Planning paths of complete coverage of an unstructured environment
         by a mobile robot - Zelinsky et.al.
link: http://pinkwink.kr/attachment/cfile3.uf@1354654A4E8945BD13FE77.pdf
osilva gravatar image osilva  ( 2021-11-16 20:08:47 -0500 )edit