Need help regarding Obstacle Detection while Path Planning.

asked 2021-06-21 21:55:43 -0500

argahsuknesib gravatar image

Hello,

I am making a simulation (done now) with One Robot which is supposed to go LEFT RIGHT STRAIGHT and BACK, and I did it with costmap array and SLAM with the algorithms being A* and GBFS. I wish to know, how can I get information of the nearby obstacles, (let's say in a 3*3 grid) around the robot? Is there any existing project you might have seen?

edit retag flag offensive close merge delete