plan
Syntax
Description
returns an obstacle-free path as a path
= plan(planner
,startState
,goalState
)navPath
object
between the start state and the goal state within a roadmap that contains a network graph of
connected nodes.
[
also returns path
,solutionInfo
] = plan(planner
,startState
,goalState
)solutionInfo
as a structure that contains the solution
information of the path planning.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022a