65 Commits (45f27ceb9cf7c11635cf8bd7b1a0ec6952da7d11)

Author SHA1 Message Date
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. 8 years ago
Peter Barker 58a03b83ca AP_Terrain: add missing parameter metadata 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 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 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 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 10 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
Andrew Tridgell bb31a45596 AP_Terrain: expand parameter docs 11 years ago
Andrew Tridgell ab9785d3ad AP_Terrain: added current_height to TERRAIN_REPORT 11 years ago
Andrew Tridgell c4047f6f11 AP_Terrain: rename find_grid() to find_grid_cache() 11 years ago
Andrew Tridgell 1fcf35333f AP_Terrain: fixed init order and init more vars 11 years ago
Andrew Tridgell 679b32b76c AP_Terrain: make parameter variables private 11 years ago
Andrew Tridgell 3faafc9644 AP_Terrain: replace HAVE_AP_TERRAIN with AP_TERRAIN_AVAILABLE 11 years ago
Andrew Tridgell ce60bf8d3f AP_Terrain: removed incorrect ASSERT 11 years ago
Andrew Tridgell 7bc6561f2a AP_Terrain: fixed comment on function 11 years ago
Andrew Tridgell c32595e6ed AP_Terrain: added status() interface for reporting 11 years ago
Andrew Tridgell e2e41d5da7 AP_Terrain: added location_to_relative_home() function 11 years ago
Andrew Tridgell 5e2077185b AP_Terrain: fixed cm conversion error 11 years ago
Andrew Tridgell 18974363d5 AP_Terrain: added some helper functions 11 years ago