hmakelin / gisnav

Estimates airborne drone global position by matching video to map retrieved from onboard GIS server.
https://hmakelin.github.io/gisnav
MIT License
47 stars 19 forks source link

Use elevation layer for altitude AGL estimate #22

Closed hmakelin closed 1 year ago

hmakelin commented 1 year ago

Adjusts raw altitude estimate so that it outputs relative altitude above elevation layer (DEM) surface if available. Previously this worked only because (1) the KSQL Airport simulation starting altitude is very close to MSL and (2) the area is practically flat with the exception of buildings.

Notes:

Other: