is there any way to use a bmp file with PRM to find path planning route
3 ビュー (過去 30 日間)
古いコメントを表示
Is there a way to input a .bmp file with obstacles defined into the robotics.PRM functions to define path planning ?
I can't seem to create the axis configuration I want and the non-circular obstacles using the the robotics.OccupancyGrid function and have to save a figure as a .bmp file instead. But I can't seem to get anything sensible when I pass it through the PRM path planning function.
0 件のコメント
回答 (2 件)
Ajay Pattassery
2020 年 2 月 10 日
The .bmp file can be first converted into a binaryOccupancyMap. This map can be used as an input to the mobileRobotPRM function for finding all the possible paths.
The mobileRobotPRM function helps in creating the probabilistic roadmap path Planner. Refer here for more details.
7 件のコメント
Fedi Chaarana
2020 年 9 月 13 日
hallo
i would like to ask something similar since you seem to be well informed about this thema
i have a shapefile of a garden that i want to transform into an occupancy grid map
is there any way to do that ?
thanx
参考
カテゴリ
Help Center および File Exchange で Robotics についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!