2D motion planner with a minimum safe distance
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Fedi Chaarana
am 15 Okt. 2020
Beantwortet: Cam Salzberger
am 26 Okt. 2020
I am right now writing a code for the movement of a person in a building.
I need to write a route planner from start point to endpoint in an occupancymap( the shapefile of the buildings are already converted into binary occupancymap)
I found on the documentation many codes for the route planning.
In my Case i need to implement one condition: the person needs to be always at least 1.5 m from the buildingswalls and from each obstacle or person that gets on its way.
Does anyone have any Idea how to implement this condition on one of the already available route planner codes?
I am grateful for each hint and help
0 Kommentare
Akzeptierte Antwort
Cam Salzberger
am 26 Okt. 2020
Hello Fedi,
I believe that the usual workflow for this is to simply inflate the occupancyMap by your minimum safe distance (plus the robot radius, if that isn't already included).
-Cam
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Mapping finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!