Does Matlab have a trajectory generator function for 3D movement?

回答 (1 件)

Walter Roberson
Walter Roberson 2022 年 11 月 9 日

0 投票

Those functions are for 2D work.
As those functions are designed for generating coefficients for a polynomial, they are designed for linear movement, cases where the current position can be computed just knowing the output time, with no X Y interaction terms for example.
If you are designing linear movement in 3D, then you can separate that out into two polynomals, each computed by one call each to those functions.
Those functions are not designed to handle interactions. For example those functions cannot be used to design an elliptical (or circular) trajectory.

2 件のコメント

farzad
farzad 2022 年 11 月 10 日
Is it how in robotics being done? is the trajectroy calculation being called twice?
Walter Roberson
Walter Roberson 2022 年 11 月 10 日
No, robotics calculates completely different ways. See for example https://www.mathworks.com/help/robotics/manipulator-motion-planning.html

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

カテゴリ

ヘルプ センター および File ExchangeRobotics System Toolbox についてさらに検索

製品

リリース

R2022b

質問済み:

2022 年 11 月 9 日

コメント済み:

2022 年 11 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by