Multidimensional path-generator

This script is a general purpose multidimensional path generator algorithm.

您现在正在关注此提交

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://ww2.mathworks.cn/matlabcentral/fileexchange/43165-multidimensional-path-generator), MATLAB Central File Exchange. 检索时间: .

类别

Help CenterMATLAB Answers 中查找有关 ROS Toolbox 的更多信息

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
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