dubinsPathSegment
Dubins path segment connecting two poses
Description
The dubinsPathSegment
object holds information for a Dubins path
segment that connects two poses as a sequence of three motions. The motion options
are:
Straight
Left turn at maximum steer
Right turn at maximum steer
Creation
To generate a dubinsPathSegment
object, use the connect
function
with a dubinsConnection
object:
connects the start and goal pose using the specified connection type object.dubPathSeg
= connect(connectionObj
,start
,goal
)
To specifically define a path segment:
specifies the Dubins 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.dubPathSeg
= dubinsPathSegment(connectionObj
,start
,goal
,motionLengths
,motionTypes
)
Properties
Object Functions
interpolate | Interpolate poses along path segment |
show | Visualize path segment |
Examples
Extended Capabilities
Version History
Introduced in R2019b