shortPath = shorten(rrt,path,numIter)
trims edges to shorten the specified path path by running a randomized
shortening strategy for a specified number of iterations
numIter.
Manipulator RRT planner, specified as a manipulatorRRT object. This planner is for a specific rigid body tree robot
model stored as a rigidBodyTree object.
Planned path in joint space, specified as an
r-by-n matrix of joint configurations, where
r is the number of configurations in the path, and
n is the number of nonfixed joints in the rigidBodyTree robot model.
Data Types: double
Number of iterations to attempt shortening path, specified as a positive
integer.
Planned path in joint space, returned as an
r-by-n matrix of joint configurations, where
r is the number of configurations in the path, and
n is the number of nonfixed joints in the rigidBodyTree robot model.
The object functions of the manipulatorRRT object have improved performance in MATLAB® R2023b interpreted execution compared to R2023a. For example, this code is about 6 times faster than in the previous release: