reedsSheppPathSegment
Reeds-Shepp path segment connecting two poses
Description
The reedSheppPathSegment
object holds information for a
Reeds-Shepp path segment to connect between poses. A Reeds-Shepp path segment connects two
poses as a sequence of five motion types. The motion options are:
Straight
Left turn at maximum steer
Right turn at maximum steer
No movement
Creation
To generate a reedSheppPathSegment
object, use the connect
function
with a reedsSheppConnection
object:
reedsPathSegObj = connect(connectionObj,start,goal)
connects the
start and goal poses using the specified connection type object.
To specifically define a path segment:
reedsPathSegObj = reedsSheppPathSegment(connectionObj,start,goal,motionLengths,motionTypes)
specifies the Reeds-Shepp connection type, the start and goal poses, and the corresponding
motion lengths and types. These values are set to the corresponding properties in the
object.
Properties
Object Functions
interpolate | Interpolate poses along path segment |
show | Visualize path segment |
Examples
References
[1] Reeds, J. A., and L. A. Shepp. "Optimal Paths for a Car That Goes Both Forwards and Backwards." Pacific Journal of Mathematics. Vol. 145, Number 2, 1990, pp. 367–393.
Extended Capabilities
Version History
Introduced in R2019b