How to get the direction form Hybrid A* path plan.
1 回表示 (過去 30 日間)
古いコメントを表示
In the RRT* algorithms, ti can output a property value called motionDirections: , but in Hybrid A* it don't have:
0 件のコメント
回答 (1 件)
Rajani Mishra
2020 年 7 月 31 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Additional Math and Discrete についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!