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!