OL · FIELD NOTENavigation · GPS-denied flight

Positioning without GPS.

In contested airspace, GNSS is the first thing to go. OtoNav lets a small drone hold its position by looking at the ground — no satellites, no beacons, no drift.

Akash Chandran · Otonomy Labs · August 2026

FIG. 01OtoNav holding position with GPS disabled. Left, the aircraft’s downward camera; right, the reference map, turning to keep the aircraft’s heading up. The lines are the features the two views share — the position fix updates every frame.
01

The failure mode

Every autonomous aircraft assumes it knows where it is. Strip away GPS — through jamming, spoofing, or terrain — and most are lost inside a minute. Inertial navigation buys time, but it drifts: the error grows without bound until something corrects it. In a contested environment, nothing does.

02

Look down, and you already know

The ground is a map the aircraft can read. A downward camera sees the same terrain a satellite saw before the mission. OtoNav matches the two, frame by frame, and reads its position off the reference — the way a pilot fixes on a river bend or a road junction, but continuously, in software.

Nothing is transmitted. The aircraft is a receiver of its own camera, not an emitter. There is no signal to jam and no beacon to spoof.

03

The hard part is matching

Matching a live camera frame to old satellite imagery is where classical computer vision falls over. Seasons change, sensors differ, the map is years out of date — and off-the-shelf feature matchers return nothing.

OtoNav’s matcher is trained for exactly this gap. It finds the fix where the standard methods find zero, in a model small enough to run on the aircraft itself.

04

Knowing when it doesn’t know

A navigation system that reports a confident wrong answer is more dangerous than one that admits uncertainty. OtoNav’s confidence tracks its accuracy closely, so the autopilot can lean on a good fix and coast on inertial through a weak stretch — the same discipline a human navigator uses. It never fakes a lock.

Fix errorTens of metres — against kilometres of unaided drift
AltitudeLow-level up to 2.5 km, over urban, rural and mountainous terrain
IntegrityEvery fix carries a confidence the autopilot can trust — weak fixes are flagged, not faked
The stack

OtoNav is one layer of the autonomy that flies our aircraft. It shares a stack with Cortex — one operator, a whole fleet, and a deterministic guardian that keeps the mission safe when the link, or the satellites, drop out.

Request the brief