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

2 visualizaciones (últimos 30 días)
Yuxiang Luo
Yuxiang Luo el 28 de Jun. de 2020
Respondida: Rajani Mishra el 31 de Jul. de 2020
In the RRT* algorithms, ti can output a property value called motionDirections: , but in Hybrid A* it don't have:

Respuestas (1)

Rajani Mishra
Rajani Mishra el 31 de Jul. de 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.

Categorías

Más información sobre Robust Control Toolbox en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by