Multidimensional path-generator

버전 1.2.0.0 (5.05 KB) 작성자: Erwin Torreao Dassen
This script is a general purpose multidimensional path generator algorithm.
다운로드 수: 678
업데이트 2013/11/5

라이선스 보기

This script is a general purpose multidimensional path generator algorithm. Given n-dimensional waypoints described as pairs of positions and velocities, it calculates a path meeting these waypoints and guaranteed to be below maximum thresholds of velocity, acceleration and jurk. Keep in mind that the path created is not necessarily optimal.

인용 양식

Erwin Torreao Dassen (2026). Multidimensional path-generator (https://kr.mathworks.com/matlabcentral/fileexchange/43165-multidimensional-path-generator), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 ROS Toolbox에 대해 자세히 알아보기
버전 게시됨 릴리스 정보
1.2.0.0

Fixed the checks on the parameters to use the structure format.

1.1.0.0

- Formatted the output as timeseries objects.

- All workspace variables have been moved under one struct: pathGen

1.0.0.0