MATLAB: How to find a spline through points without exceeding known slope

path planningslopespline

I want to plan a 2D course through discrete points that doesn't turn too abruptly. Currently I plot the points then use spline() to create a smooth path. Is there a way that would give me better control of the max derivative / slope of the outcome?

Best Answer

Yet another FEX tool that allows to control slope, curvature, shape etc, ...
Related Question