|
|
|
|
|
by kmajid
152 days ago
|
|
We prevent discontinuities by using a Continuous Extended Kalman Filter where the physics model serves as the persistent baseline and telemetry acts only as a corrective update. When the buffer leaks, the system doesn't snap to a new position; instead, it continues propagating the state via physics while the uncertainty covariance grows smoothly. When fresh data eventually arrives, we use the innovation delta to gradually steer the state back to reality, ensuring a seamless transition rather than a coordinate jump. |
|