GPS-Denied Dead-Reckoning Drift Estimator
Estimate how far position error grows during a GPS outage, based on IMU grade and speed — and how long you can navigate before drift exceeds GPS-level accuracy.
GPS-denied dead-reckoning drift estimator
Estimate how far position error grows during a GPS outage, based on your IMU grade and vehicle speed — and how long you can navigate before drift exceeds typical GPS accuracy.
IMU configuration
Scenario
Simplified model using dominant error terms only: heading-drift-induced cross-track error (velocity × gyro bias × t²/2) combined via root-sum-square with accelerometer-bias-induced error (bias × t²/2). Ignores scale factor errors, misalignment, and noise. For planning and sensor comparison only — not a certified navigation error budget.
Why this matters
GPS-denied navigation — tunnels, urban canyons, indoor spaces, underwater — forces a robot or vehicle to rely on its IMU alone to estimate position. Unlike GPS, inertial dead reckoning has no external correction, so small sensor biases compound over time into position error that grows roughly with the square of the elapsed time. Knowing how long your specific IMU grade can “coast” before drift exceeds a usable threshold is a core input into localization architecture — it determines how aggressively you need loop closure, wheel odometry fusion, or visual-inertial correction.
