trajectory_blend_qu​intic

Quintic trajectory generator given path's via points
92 descargas
Actualizado 8 dic 2018

Ver licencia

This function blends quintic continuous polynomial between given path's via points. The inputs are via points row vector, blend velocities row vector, blend accelerations row vector, time span, and logical operator to plot or not (afigure=1 to plot). It returns a matrix that includes the coefficients of each segment polynomial in a row order. This code is made by Mostafa Atalla- Worcester Polytechnic Institute

Citar como

Mostafa Atalla (2024). trajectory_blend_quintic (https://www.mathworks.com/matlabcentral/fileexchange/69531-trajectory_blend_quintic), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Triangulation Representation en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.3

Adjusted to be row vectors input

1.0.2

Updating some terms to be more efficient

1.0.1

update the t interval size

1.0.0