uavDubinsConnection
Dubins path connection for UAV
Description
The uavDubinsConnection
object holds information for computing
a uavDubinsPathSegment
path
segment to connect start and goal poses of a UAV.
A UAV Dubins path segment connects two poses as a sequence of motions in the north-east-down coordinate system.
The motion options are:
Straight
Left turn (counterclockwise)
Right turn (clockwise)
Helix left turn (counterclockwise)
Helix right turn (clockwise)
No motion
The turn direction is defined as viewed from the top of the UAV. Helical motions are used to ascend or descend.
Use this connection object to define parameters for a UAV motion model, including the
minimum turning radius and options for path types. To generate a path segment between poses
using this connection type, call the connect
function.
Creation
Properties
Object Functions
connect | Connect poses with UAV Dubins connection path |
Examples
References
[1] Owen, Mark, Randal W. Beard, and Timothy W. McLain. "Implementing Dubins Airplane Paths on Fixed-Wing UAVs." Handbook of Unmanned Aerial Vehicles, 2015, pp. 1677–1701.
Extended Capabilities
Version History
Introduced in R2019b