필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
Chen Sheng
Chen Sheng 2021년 7월 30일
편집: Chen Sheng 2021년 8월 5일
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?

답변 (1개)

Yiping Liu
Yiping Liu 2021년 8월 2일
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
Chen Sheng
Chen Sheng 2021년 8월 5일
Thank you for your reply. I look forward to MATLAB updates in the future.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Motion Planning에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by