ardupilot/libraries/AR_WPNav
Peter Barker 517e42c678 AR_WPNav: 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
..
AR_PivotTurn.cpp AR_WPNav: stop libraries including AP_Logger.h in .h files 2022-04-08 19:18:38 +10:00
AR_PivotTurn.h AR_PivotTurn: pivot turn controller 2022-03-30 15:34:14 +09:00
AR_WPNav.cpp AR_WPNav: avoid using struct Location 2023-02-04 22:51:54 +11:00
AR_WPNav.h AR_WPNav: add accessors for accel and jerk limits 2022-09-06 11:23:51 +09:00
AR_WPNav_OA.cpp AR_WPNav: avoid using struct Location 2023-02-04 22:51:54 +11:00
AR_WPNav_OA.h AR_WPNav: move OA path planning handling into a separate class 2022-03-30 15:34:14 +09:00