predictMapToTime
Predict dynamic map to a time stamp
Description
returns the map of the map
= predictMapToTime(tracker
,time
)tracker
predicted to the specified
time
.
Note
This function only outputs the predicted map and does change the results when
calling the step method of the tracker
. Use these three tunable
properties (FreeSpaceDiscountFactor
,
DeathRate
, and ProcessNoise
) of the
tracker
to control how uncertainties impact the prediction of the
map.
___ = predictMapToTime(___,'WithStateAndCovariance',
additionally specifies whether the function predicts the state and state covariance of the
map. If tf
)tf
is specified as false
, only the
evidences and occupancy of the map is predicted. The state, state covariance, and
classification of a cell as static or dynamic are not predicted. Specifying
tf
as false
allows you to predict the occupancy of
the environment faster.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021a