How to extract obstacles from an occupancy grid map

8 ビュー (過去 30 日間)
Shehabeldin Housein
Shehabeldin Housein 2021 年 6 月 18 日
回答済み: Sulaymon Eshkabilov 2021 年 6 月 18 日
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.

回答 (1 件)

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

カテゴリ

Help Center および File ExchangeMapping についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by