ardupilot/libraries/AC_Avoidance
Peter Barker 86d2f07f3d AC_Avoidance: avoid using struct Location
clang reports this could be a problem when compiling under some EABIs.  Remove it from most places as it is just noise, replace with class where we want to avoid including Location.h
2023-02-04 22:51:54 +11:00
..
AC_Avoid.cpp AC_Avoidance: add and use AP_BEACON_ENABLED 2022-11-16 08:16:31 +11:00
AC_Avoid.h all: use CLASS_NO_COPY() macro 2022-10-04 11:23:04 +11:00
AC_Avoidance_Logging.cpp AC_Avoidance: add option to log vis graph 2021-10-20 03:45:40 -04:00
AP_OABendyRuler.cpp AC_Avoidance: include required AP_Vehicle_Type header 2022-11-02 18:35:48 +11:00
AP_OABendyRuler.h AC_Avoidance: tidy includes 2022-05-03 09:14:58 +10:00
AP_OADatabase.cpp AC_Avoidance: check for alloc failure of ObjectBuffer 2023-01-08 15:11:32 +11:00
AP_OADatabase.h AC_Avoidance: enumeration format fixes 2023-01-25 19:50:34 +11:00
AP_OADijkstra.cpp AC_Avoidance: correct compilation for header changes 2022-09-27 09:26:45 +10:00
AP_OADijkstra.h AC_Avoidance: tidy includes 2022-05-03 09:14:58 +10:00
AP_OAPathPlanner.cpp AC_Avoidance: avoid using struct Location 2023-02-04 22:51:54 +11:00
AP_OAPathPlanner.h all: use CLASS_NO_COPY() macro 2022-10-04 11:23:04 +11:00
AP_OAVisGraph.cpp AC_Avoid: add support for complex fence types 2019-09-28 07:58:48 +09:00
AP_OAVisGraph.h AC_Avoidance: tidy includes 2022-05-03 09:14:58 +10:00
LogStructure.h AC_Avoidance: add option to log vis graph 2021-10-20 03:45:40 -04:00