How to get the direction form Hybrid A* path plan.

조회 수: 3 (최근 30일)
Yuxiang Luo
Yuxiang Luo 2020년 6월 28일
답변: Rajani Mishra 2020년 7월 31일
In the RRT* algorithms, ti can output a property value called motionDirections: , but in Hybrid A* it don't have:

답변 (1개)

Rajani Mishra
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.

카테고리

Help CenterFile Exchange에서 Robust Control Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by