ardupilot/libraries/AP_Terrain
Andrew Tridgell 147a7b8b69 AP_Terrain: added extrapolation based on last available data
if we run out of terrain data then extrapolate using the last
available terrain height at the AHRS position. This can be used to
cope with GCS outages over long distances where the terrain data isn't
preloaded
2014-08-06 17:59:18 +10:00
..
AP_Terrain.cpp AP_Terrain: added extrapolation based on last available data 2014-08-06 17:59:18 +10:00
AP_Terrain.h AP_Terrain: added extrapolation based on last available data 2014-08-06 17:59:18 +10:00
TerrainGCS.cpp AP_Terrain: added extrapolation based on last available data 2014-08-06 17:59:18 +10:00
TerrainIO.cpp AP_Terrain: replace HAVE_AP_TERRAIN with AP_TERRAIN_AVAILABLE 2014-07-25 07:59:48 +10:00
TerrainUtil.cpp AP_Terrain: rename find_grid() to find_grid_cache() 2014-07-25 09:52:20 +10:00