plot
Plot path planned by RRT* path planner
Description
plot(
plots the path planned by
the input planner
)pathPlannerRRT
object. When specified as an input to the plan
function, this object plans a path using the rapidly exploring random tree (RRT*)
algorithm. If a path has not been planned using plan
, or if
properties of the pathPlannerRRT
planner have changed since using
plan
, then plot
displays only the costmap
of planner
.
plot(
specifies options using one or more name-value pair arguments. For example,
planner
,Name,Value
)plot(planner,'Tree','on')
plots the poses explored by the
RRT* path planner.
Examples
Input Arguments
Version History
Introduced in R2018a