ardupilot/libraries/AP_Common/tests
Andrew Tridgell 6a3b12956a AP_Common: make longitude_scale() a static
this changes the use of longitude_scale() to use the average latitude
instead of the lattitude at one end of the line when calculating
positions and distances. It means we obey the basic geometry rule
that:

 pos1 + offs = pos2
 pos2 - offs == pos1
2021-07-10 07:20:41 +10:00
..
test_ap_common.cpp AP_Common: add more unit tests 2021-06-18 16:03:51 +10:00
test_bitmask.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_cpp.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_expandingstring_failure.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_expandingstring.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_fwversion.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_location.cpp AP_Common: make longitude_scale() a static 2021-07-10 07:20:41 +10:00
test_nmea_print.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_nmea_vaprint.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
test_tsindex.cpp AP_Common: add more unitttests 2021-06-21 21:16:29 +10:00
wscript AP_Common: added double methods for SITL 2021-07-10 07:20:41 +10:00