Main Content
predict
Predict state of robot in next time step
Description
[
calculates the predicted system state and its associated uncertainty
covariance. statePred
,stateCov
]
= predict(pf
)predict
uses the
StateTransitionFcn
property of stateEstimatorPF
object, pf
,
to evolve the state of all particles. It then extracts the best
state estimate and covariance based on the setting in the
StateEstimationMethod
property.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2016a
See Also
stateEstimatorPF
| resamplingPolicyPF
| initialize
| getStateEstimate
| correct
Topics
- Track a Car-Like Robot Using Particle Filter (Robotics System Toolbox)
- Particle Filter Parameters
- Particle Filter Workflow