필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
farzad
farzad 2022년 11월 9일
댓글: Walter Roberson 2022년 11월 10일
Hi All
I came up with this function
but it is not mentioned if it is a function for a 2D planar movement ora 3D movement

답변 (1개)

Walter Roberson
Walter Roberson 2022년 11월 9일
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?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Multibody Modeling에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by