generating every possible trajectory in a workspace

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).

 採用された回答

John D'Errico
John D'Errico 2024 年 2 月 27 日

0 投票

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 件のコメント

Denizhan AKINCI
Denizhan AKINCI 2024 年 2 月 27 日
Okay, thank you for your answer
John D'Errico
John D'Errico 2024 年 2 月 27 日
Typically, this is why we use optimization tools, to allow us to search through a space that is too complex to generate all possible alternatives.
Sam Chak
Sam Chak 2024 年 2 月 27 日
Instead of generating all possible trajectories, can you generate the reachable end effector 3D workspace?
Denizhan AKINCI
Denizhan AKINCI 2024 年 2 月 28 日
Agreed, it seems like a promising idea. I should also subtract the area where collision objects are located, right? This way, we can effectively observe the reachable workspace with the objects surrounding the robot. I currently don't know how to do it but I am sure I can figure it out !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

製品

リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by