- The “transformtraj” function in MATLAB mainly focuses on creating a smooth interpolation between the initial and final transformations, which includes both position and orientation changes over time.
- Achieving a "minimum jerk" trajectory involves a specific optimization criterion that minimizes the integral of the square of the jerk over the movement duration.
- If your application requires a strict minimum jerk trajectory, you can use the “minjerkpolytraj” function that generates a minimum jerk polynomial trajectory from given set of input waypoints with their corresponding time points.
- This function returns positions, velocities, accelerations, and jerks at the given number of samples.
I had a question regarding 'transformtraj' function
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi. i have looked into the function after trying to run the example given inside the function's code.
some how, it looks as the minimum jerk trajectory doesn't meets the set time interval.
is it a bug? or dont i understand the function's intention?
댓글 수: 0
답변 (1개)
MULI
2024년 4월 23일
편집: MULI
2024년 4월 23일
Hi Gal,
I understand that when you ran one of the examples in documentation provided for ‘transformtraj’ you could not get minimum trajectory function.
You may refer to this documentation link for more information
Hope this clears your query!
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!