optimizePath
Syntax
Description
optimizes the optPath = optimizePath(path,options)path in an empty map by parameters specified in
options. Parameters related to trajectory, obstacle, and solver,
along with the weights of those parameters can be specified in options
as an optimizePathOptions
object.
[
also returns optPath,kineticInfo] = optimizePath(___)kineticInfo as a structure that contains the kinetic
information of the optimized path.
[
also returns optPath,kineticInfo,solutionInfo] = optimizePath(___)solutionInfo as a structure that contains the solution
information of the optimized path.
Examples
Input Arguments
Output Arguments
More About
References
[1] Rosmann, Christoph, Frank Hoffmann, and Torsten Bertram. “Kinodynamic Trajectory Optimization and Control for Car-like Robots.” In 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), 5681–86. Vancouver, BC: IEEE, 2017. https://doi.org/10.1109/IROS.2017.8206458.
Extended Capabilities
Version History
Introduced in R2022a
![Figure contains an axes object. The axes object with title Binary Occupancy Grid, xlabel X [meters], ylabel Y [meters] contains 3 objects of type image, quiver. These objects represent Input Path, Optimized Path.](../../examples/nav/win64/OptimizePlannedPathExample_01.png)

