How to extract obstacles from an occupancy grid map

12 visualizaciones (últimos 30 días)
Shehabeldin Housein
Shehabeldin Housein el 18 de Jun. de 2021
Respondida: Sulaymon Eshkabilov el 18 de Jun. de 2021
Hello,
So I have an occupancy grid map similar to the one in the below picture. I want to know how to extract the obstacles positions in meters?
Couldn't find a usful method in binaryOccupancyMap or occupancyMap. Any guidance or suggested approach would be really helpful.
Thank you.

Respuestas (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov el 18 de Jun. de 2021
Apply imdilate() fcn to your image map:
Distance calcs:
https://www.mathworks.com/help/robotics/ug/path-planning-in-environments-of-difference-complexity.html

Categorías

Más información sobre Mapping en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by