ConstantTurnRateModel
Description
A ConstantTurnRateModel
object defines the constant turn-rate state
transition model. You can use this model to define the state transition model for a CustomTarget
. The
state transition model of the CustomTarget
specification defines the state
convention for trackers initialized with it. For a ConstantTurnRateModel
, the
associated state conventions follow.
Motion Dimension | State Convention |
---|---|
2 | [x;vx;y;vy;omega] |
3 | [x;vx;y;vy;omega;z;vz] |
x
,y
, andz
represent the x-, y-, and z-coordinates in meters.vx
,vy
, andvz
represent the velocity components in different directions in meters per second.omega
represents the turn-rate in degrees per second.
Creation
To create a ConstantTurnRateModel
object, use the targetStateTransitionModel
function with the
"constant-turn-rate"
input argument. For example:
stateTransModel = targetStateTransitionModel("constant-turn-rate")
Properties
Version History
Introduced in R2025a