How to get the direction form Hybrid A* path plan.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
In the RRT* algorithms, ti can output a property value called motionDirections:
, but in Hybrid A* it don't have:![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/323128/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/323125/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/323128/image.png)
0 Kommentare
Antworten (1)
Rajani Mishra
am 31 Jul. 2020
driving.ReedsSheppPathSegment object is reponsible for "MotionDirections" property. These objects are stored in driving.Path object which is basically based on RRT* algorithm. For RRT* algorithm the plan function is : https://in.mathworks.com/help/driving/ref/pathplannerrrt.plan.html which has "MotionDirections" property inside its output driving.Path object but for Hybrid* plan function is https://in.mathworks.com/help/nav/ref/plannerhybridastar.plan.html which doesn't contain such property.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Additional Math and Discrete finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!