multirotorFlightTrajectory
Description
The multirotorFlightTrajectory
object stores a multirotor UAV trajectory created
by using piecewise 9th degree polynomial to interpolate linear
positions and the cubicpolytraj
function to interpolate yaw angles
between specified waypoints.
Creation
Description
T = multirotorFlightTrajectory(
creates a wpts
,vels
,accs
,jerks
,snaps
,yaws
,toas
)multirotorFlightTrajectory
object, T
using the
specified waypoints wpts
, velocities vels
,
accelerations accs
, jerks jerks
, snaps
snaps
, yaws yaws
, and times of arrival
toas
. The input arguments set the Waypoints
,
Velocities
, Accelerations
,
Jerks
, Snaps
, Yaws
, and
TimeOfArrival
properties, respectively.
Input Arguments
Properties
Object Functions
Examples
Extended Capabilities
Version History
Introduced in R2022b