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!