Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Chen Sheng
Chen Sheng le 30 Juil 2021
Modifié(e) : Chen Sheng le 5 Août 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?

Réponses (1)

Yiping Liu
Yiping Liu le 2 Août 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 commentaire
Chen Sheng
Chen Sheng le 5 Août 2021
Thank you for your reply. I look forward to MATLAB updates in the future.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Motion Planning dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by