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

2 次查看(过去 30 天)
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