type

states.NoopProcess

class NoopProcess:

:class:`~unitrack.states.Process` that leaves the snapshot unchanged.

Useful for the auxiliary covariance entry of a Kalman state, where the paired mean entry's :class:`KalmanLinear` predict already writes the new covariance — running another predict here would double-step.

Members

method

Source: unitrack/states/identity.py:286