Main Content
predict
Description
predict(
predicts the state and state error covariance. slamObj
,controlInput
)predict
uses the
StateTransitionFcn
property of the ekfSLAM
object,
slamObj
, and the controller input controlInput
to predict the state.
predict(
passes all additional arguments specified in slamObj
,controlInput
,varargin
)varargin
to the underlying
StateTransitionFcn
property of slamObj
.
The first input to StateTransitionFcn
is the pose from the previous
time step, followed by all user-defined arguments in varargin
.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2021b