generating every possible trajectory in a workspace
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Denizhan AKINCI
am 27 Feb. 2024
Kommentiert: Denizhan AKINCI
am 28 Feb. 2024
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 Kommentare
Akzeptierte Antwort
John D'Errico
am 27 Feb. 2024
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 Kommentare
Sam Chak
am 27 Feb. 2024
Instead of generating all possible trajectories, can you generate the reachable end effector 3D workspace?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1629326/image.png)
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Code Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!