77 Commits (5ae3c60e8b2fa19c97a0b18bdd557a31d9a624eb)

Author SHA1 Message Date
Michael du Breuil 4299eb9ba8 AP_Terrain: Reduce memory consumption, simplify enable checking 7 years ago
Tom Pittenger f03c73aeff AP_Terrain: compiler warning printing %u with signed value 7 years ago
Peter Barker adde7bc588 AP_Terrain: fix snprintf buffer length warning 7 years ago
Andrew Tridgell f8542c86b6 AP_Terrain: added support for AP_Terrain for ChibiOS 7 years ago
Peter Barker ca4f25a78e AP_Terrain: use GPS singleton 7 years ago
Andrew Tridgell d175fb2f18 AP_Terrain: removed create() method for objects 7 years ago
Lucas De Marchi 122f3d110b AP_Terrain: add static create method 8 years ago
Peter Barker 698f18566b AP_Terrain: cast to int32_t to avoid warning about signedness 8 years ago
Peter Barker 85756b7226 AP_Terrain: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
Andrew Tridgell c9e140a946 AP_Terrain: removed unused variable 8 years ago
Michael du Breuil 3e2b5269a6 AP_Terrain: fix Coverity issue 91367 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas 26771f5348 AP_Terrain: Use SI units conventions in parameter units 8 years ago
Andrew Tridgell bbccdce229 AP_Terrain: prevent use of invalid Location 8 years ago
Lucas De Marchi 4936fd8623 AP_Terrain: add O_CLOEXEC in places missing it 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 9 years ago
Peter Barker 58a03b83ca AP_Terrain: add missing parameter metadata 9 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 9 years ago
Matthew Brener 06388b0417 Global: Fix typos 9 years ago
Tom Pittenger 28648665b9 AP_Terrain: set param "Enable" to be FLAG_ENABLE 9 years ago
Andrew Tridgell 40d1a23a13 AP_Terrain: use HAVE_PAYLOAD_SPACE() 9 years ago
Randy Mackay 83922f9b65 AP_Terrain: update comments for height_terrain_difference_home 9 years ago
Randy Mackay d84321be2e AP_Terrain: height_amsl can correct for non-zero terrain alt at home position 9 years ago
Randy Mackay 7474e827ce AP_Terrain: get_statistics made public 9 years ago
Lucas De Marchi 8fcf551505 AP_Terrain: replace header guard with pragma once 9 years ago
Luis Vale Gonçalves f02e13b107 AP_Terrain: libraries_Text_revision 9 years ago
Caio Marcelo de Oliveira Filho 0aa520a273 AP_Terrain: use millis/micros/panic functions 9 years ago
Tom Pittenger 73c5234633 AP_Terrain: cache status 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Andrew Tridgell 0d26252bdb AP_Terrain: don't allocate cache array when terrain not enabled 10 years ago
Gustavo Jose de Sousa fcd1d4938a AP_Terrain: standardize inclusion of libaries headers 10 years ago
Randy Mackay 7d2c0079ff Terrain: set HAL capabilities bit 10 years ago
Andrew Tridgell 1296da56bb AP_Terrain: fixed terrain path handling 10 years ago
Víctor Mayoral Vilches f592981a60 TerrainIO: Support custom_terrain_directory 10 years ago
Tim Ryan d7fe6bfe0d Terrain: cast grid_spacing to fix OSX clang error 10 years ago
Peter Barker 9e0b5910e2 AP_Terrain: use 64-bit timestamps for dataflash logs 10 years ago
Andrew Tridgell c7044c4f91 AP_Terrain: make terrain request times per channel 10 years ago
Lucas De Marchi 6ae2591cad AP_Terrain: use functor macros 10 years ago
Andrew Tridgell e6c6fe095f AP_Terrain: fixed a warning 11 years ago
Andrew Tridgell eeb04ba1b8 AP_Terrain: fetch more terrain data around waypoints 11 years ago
Andrew Tridgell af4dee39d8 AP_Terrain: added note on CPU cost of height_amsl() 11 years ago
Andrew Tridgell dc72dfb70a AP_Terrain: added terrain lookahead API 11 years ago
Andrew Tridgell f0f46a77d7 AP_Terrain: don't request data at 0/0 11 years ago
Andrew Tridgell 642a07b6bd AP_Terrain: enable the terrain database by default 11 years ago
Andrew Tridgell efa1d370fa AP_Terrain: added missing TerrainMission.cpp 11 years ago
Andrew Tridgell a701fa2098 AP_Terrain: added automatic rally point checking 11 years ago
Andrew Tridgell 7da939047f AP_Terrain: added automatic waypoint checking 11 years ago
Andrew Tridgell 9ca65602c6 AP_Terrain: added dataflash logging 11 years ago
Andrew Tridgell 147a7b8b69 AP_Terrain: added extrapolation based on last available data 11 years ago
Andrew Tridgell 37b357f282 AP_Terrain: prevent valgrind error when terrain not available 11 years ago