Planned vehicle path
The driving.Path
object represents a vehicle path composed of
a sequence of path segments. These segments can be either driving.DubinsPathSegment
objects or driving.ReedsSheppPathSegment
objects and are stored in the PathSegments
property of driving.Path
.
To check the validity of the path against a vehicleCostmap
object, use the checkPathValidity
function. To interpolate poses along the length of the
path, use the interpolate
function.
To create a driving.Path
object, use the plan
function, specifying a pathPlannerRRT
object as input.
interpolate | Interpolate poses along planned vehicle path |
plot | Plot planned vehicle path |