Main Content
runPlanner
Description
runPlanner(
runs all the path
planners once.plannerBM
)
runPlanner(
specifies the number of times to run all the path planners. The function collects outputs of
initialization function and plan function. The function also calculates the metric,
plannerBM
,runCount
)executionTime
for the plan function and the metric,
initializationTime
for the initialization function.
runPlanner(___,Verbose=Value)
specifies verbose which
display function progress. Value of verbose is specified as "on"
or
"off"
. The default value of verbose is "on"
.
Examples
Input Arguments
Version History
Introduced in R2022a