- 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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
MULI
el 23 de Abr. de 2024
Editada: MULI
el 23 de Abr. de 2024
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!
Ver también
Categorías
Más información sobre Surface and Mesh Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!