generating every possible trajectory in a workspace
조회 수: 2 (최근 30일)
이전 댓글 표시
Hey everyone, is it possible to generate every possible trajectory in matlab/simulink for a 6 axis robotic arm in a given workspace? If so, how could you please help me ?
I checked the manipulatorStateSpace but didn't seem like what I was looking for (correct me if I was wrong).
댓글 수: 0
채택된 답변
John D'Errico
2024년 2월 27일
Um, no. There are infinitely many possible trajectories, if we consider the variables as continuous. But even if all variables were considered as discrete variables, a 6 dimensional parameter space is a massive thing. So even if you could generate all possible trajectories, you would not want to do so, nor would you have the memory to generate and store them all, or the CPU time to do so.
댓글 수: 4
Sam Chak
2024년 2월 27일
Instead of generating all possible trajectories, can you generate the reachable end effector 3D workspace?
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Code Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!