interpolate
Interpolate states along path from RRT
Description
interpolates states between each adjacent configuration in the path based on the ValidationDistance property of the manipulator rapidly exploring random tree
(RRT) planner interpPath
= interpolate(rrt
,path
)rrt
.
specifies the number of interpolations between adjacent configurations.interpPath
= interpolate(rrt
,path
,numInterp
)