Understand AUV drift before the mission starts
An AUV drift estimate is most helpful before the vehicle ever leaves the deck, because it turns current, speed, duration, and correction cadence into one planning number. Submerged vehicles cannot depend on GPS, so even a well-tuned navigation stack will drift as the mission runs. This calculator gives you a fast way to compare mission ideas and spot the assumptions that deserve a second look before launch.
The result is best read as a planning estimate, not as a promise about where the vehicle will actually finish. Use it to ask practical questions such as: How far could the AUV move off the intended line on this leg? Is the correction interval long enough for the current forecast? Would trimming the duration or changing the route produce a meaningful improvement? If the mission depends on staying inside a search box, revisiting a target, or preserving overlap on a mapping line, a rough drift estimate is a useful first filter.
What the AUV drift calculator is estimating
The AUV drift calculator separates the mission into two different error sources. One is current-driven offset, which grows when moving water pushes the vehicle away from the planned track. The other is navigation error, which grows as dead reckoning stretches farther between external fixes. The page combines those two pieces into a single drift estimate in kilometers so you can compare underwater mission options on the same scale.
That separation matters because the biggest problem is not always the same one. A long mission in gentle current can still be limited by sensor drift, while a short mission in a strong cross-current can be dominated by the water itself. If you are testing scenarios, change one assumption at a time so you can see whether current, vehicle speed, or the correction interval is what moves the answer most.
How to choose AUV drift inputs without fooling yourself
Choosing inputs for an AUV drift estimate is mostly about picking representative conditions rather than optimistic averages. A calm stretch, a rough patch, and a recovery segment can behave very differently, so it is usually smarter to model the part of the mission that creates the most uncertainty.
- Mission Duration (hours) is the submerged time for the scenario you want to evaluate. Longer time increases both current exposure and error accumulation.
- AUV Speed (m/s) is the vehicle speed through the water used to estimate path length. Because the script converts meters per second and hours into kilometers, even a small speed change can materially alter traveled distance.
- Average Current Speed (m/s) is the representative current pushing the vehicle off track. For a conservative run, use the cross-current you expect on the difficult part of the route rather than a calm-mission average.
- Navigation Error per km (%) is a compact way to express how the dead-reckoned solution degrades with distance traveled. Use a value consistent with your navigation stack, aiding availability, and operating depth.
- Correction Interval (hours) is the average time between reliable external corrections. Examples include acoustic fixes, surfacing events, or another aiding source that meaningfully resets the navigation estimate.
Be especially careful with units in AUV drift planning. The speeds are entered in meters per second, the duration and correction interval are entered in hours, and the final drift is reported in kilometers. That mix is common in marine work, but it is also where avoidable mistakes happen. If the current forecast is in knots or centimeters per second, convert it before typing. If acoustic fixes are planned every 30 minutes, enter 0.5 hours rather than 30.
How the AUV drift formula works
The AUV drift formula first converts vehicle speed and duration into path length, then uses that path length, the average current, the navigation error rate, and the correction interval to estimate how far the vehicle can wander from its plan.
In plain language, the current term grows whenever the vehicle spends more time in moving water, while the navigation term grows whenever the vehicle travels farther between fixes. The correction interval matters because every extra hour between updates gives dead reckoning more time to wander. After that, the calculator combines the current and sensor terms with root-sum-square so one large source of drift does not get buried inside a straight addition.
This is intentionally not a generic weighted-sum model. AUV drift depends on where the vehicle spends time, how fast it travels, and how often the navigation estimate gets reset, so the calculator keeps those effects separate until the final step. That makes the output easier to diagnose: if current dominates, the best response is often route or timing changes; if sensor drift dominates, the best response is often shorter dead reckoning or more frequent aiding.
Worked example: default AUV drift scenario
With the default AUV drift inputs, the calculator shows how a moderate current can dominate the final offset even when navigation error stays comparatively small.
Suppose you keep the default form values: an eight-hour mission, an AUV speed of 1.5 m/s, an average current of 0.3 m/s, a navigation error rate of 1% per kilometer, and a correction interval of two hours. The script first computes path length:
Path length: 1.5 × 8 × 3.6 = 43.2 km.
Next it computes the current-driven offset:
Current drift: 0.3 × 8 × 3.6 = 8.64 km.
Then it computes the navigation-error term. One percent of 43.2 km is 0.432 km. Because the mission duration is four correction intervals of two hours each, the script multiplies by the square root of 8 ÷ 2, which is 2:
Navigation error drift: 0.432 × 2 = 0.864 km.
Finally, it combines the two drift components:
Total drift: √(8.64² + 0.864²) ≈ 8.68 km.
When you press Compute Drift with those defaults, that is why the result is roughly 8.68 km. The risk percentage displayed beside it is a simple planning indicator derived from that drift output. It is helpful for ranking scenarios against one another, but it is not a literal probability that the mission will fail. In fact, once drift grows well beyond 1 km, the indicator quickly saturates toward 100%, so the absolute drift distance is usually the more informative number.
How to interpret the AUV drift result panel
The AUV drift result panel is best treated as a mission-planning checkpoint rather than a final verdict. A total drift of 0.4 km means something very different on a tight pipeline inspection than it does on a broad environmental survey with generous overlap and frequent acoustic updates. After calculating, ask three questions. First, is the unit appropriate for the decision you are making? Second, is the magnitude plausible given your mental model of the current and the length of the leg? Third, if you change one variable such as current or correction interval, does the result move the way you expect? If all three checks pass, the estimate is doing its job.
The companion detail text below the result breaks the output into path length, current contribution, and sensor contribution so you can see which part dominates. That is especially useful when the mission team is deciding where to spend effort. If the current term overwhelms everything else, improving the inertial solution may not buy much on that leg. If the sensor term is large relative to the current term, more frequent fixes or a shorter dead-reckoned segment might be the better intervention.
Quick comparison of AUV drift under different current speeds
For AUV drift planning, changing current speed is the fastest way to see which scenarios deserve a closer look. Using the same default mission, speed, error rate, and correction interval, the table below shows how strongly the result responds to current speed alone.
| Average current |
Current drift term |
Total drift estimate |
Planning read |
| 0.1 m/s |
2.88 km |
3.01 km |
Manageable only if the search box, track spacing, and recovery plan have comfortable margin. |
| 0.3 m/s |
8.64 km |
8.68 km |
Current dominates the result, so heading strategy and external fixes become critical. |
| 0.5 m/s |
14.40 km |
14.43 km |
A strong warning sign that the leg may need redesign, shorter duration, or more frequent corrections. |
Notice how little the sensor term changes across that table because only the current value changed. That is exactly why scenario testing is valuable in AUV drift planning: it separates what the environment is doing from what the navigation system is doing.
AUV drift assumptions and limitations
This AUV drift calculator deliberately simplifies the ocean so you can compare mission options quickly. It does not try to model every current shear, heading correction, bottom-lock loss, terrain constraint, or acoustic geometry issue that can appear during a real dive. Instead, it keeps the math compact enough for fast planning, which makes it a front-end screening tool rather than a full simulation.
There are a few practical assumptions worth remembering. The current is treated as a representative average rather than a rapidly changing vector field. The navigation error rate is treated as a stable percentage per kilometer even though real error growth can depend on vehicle dynamics, aiding quality, and depth. The correction interval is assumed to be reasonably regular rather than clustered or highly uncertain. Finally, the risk percentage is a scaled indicator, not a certified risk model. If the mission has strict safety, regulatory, or commercial consequences, use this estimate as a screening tool and then validate the plan with mission-specific engineering review.
Mission-planning tips for AUV drift estimates
AUV drift estimates are most useful while the mission is still adjustable. During concept development, run a baseline case using expected conditions, then a conservative case using a stronger current and longer correction interval. If the conservative run already exceeds your track-spacing margin, it is usually better to redesign the mission at the desk than to discover the problem after launch. You can also use the page to test the value of operational changes. Reducing mission duration might help less than expected if the current is the main driver. Increasing correction frequency might help more than expected when dead reckoning dominates. Slowing the vehicle can reduce path length but may also lengthen time in current, so it is worth checking rather than assuming.
Another strong habit is documenting the assumptions alongside the number. The copy button is useful for saving the short result summary, but teams should also record why they chose each input. Was the current value taken from a model, a previous dive, or a conservative planning margin? Is the navigation error rate from vendor literature, field data, or an internal rule of thumb? Assumptions are what make a drift estimate reproducible. When the next mission starts in a different season or depth band, those notes are often more valuable than the original output itself.
If you want a simple decision rule, compare total drift with the width of the area in which the vehicle can still accomplish its task. For broad surveys, that may be track overlap or search-box margin. For inspections, it may be the distance beyond which reacquisition becomes expensive. For homing or recovery, it may be the tolerance around the rendezvous point. The calculator does not know that operational threshold, but once you do, the output becomes far easier to interpret.