Specify the RRT goalState as a matrix rather than a vector?

1 visualización (últimos 30 días)
Chen Sheng
Chen Sheng el 30 de Jul. de 2021
Editada: Chen Sheng el 5 de Ag. de 2021
Hello, Must the goal state of RRT be a point (vector), not a line (matrix) or a region?
path = plan(planner,startState,goalState);
startState = [1 10 pi/6];
goalState = [10 5 pi/6; 10 6 pi/6; 10 7 pi/6];
I tried the above code, but an error occurred:
"Error using plan
Expected goalstate to be a vector"
Is there a way to define the target state of RRT Algorithm as a line segment rather than just a point?

Respuestas (1)

Yiping Liu
Yiping Liu el 2 de Ag. de 2021
Hi, Chen,
Thank you for your interest in this feature. It looks like that you are looking for the support of goal region in the RRT planner. The goal region is already supported in manipulatorRRT (a decorated RRT planner fully customized for robot manipulators that is shipped in Robotics System Toolbox), but it is not yet supported for the generic plannerRRT or plannerBiRRT. This enhancement is already on our development team's radar. This feedback is useful and we hope to address it soon in an upcoming release. Please check back later.
Thanks,
Yiping
  1 comentario
Chen Sheng
Chen Sheng el 5 de Ag. de 2021
Thank you for your reply. I look forward to MATLAB updates in the future.

Iniciar sesión para comentar.

Categorías

Más información sobre Motion Planning en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by