52 Commits (dce2f78d6ff19df43d74e6bd606656f533ec2253)

Author SHA1 Message Date
Samuel Tabor b6f92989a7 AP_Soaring: Only compile if HAL_SOARING_ENABLED. 4 years ago
Samuel Tabor f926dc62ed AP_Soaring: Reduce default value for minimum cruise time. 4 years ago
Samuel Tabor 861b57cb09 AP_Soaring: Add EXIT_COMMANDED status used when pilot changes switch position when thermalling. 4 years ago
Samuel Tabor 18b33a439d AP_Soaring: Allow continued thermalling in manual mode changes RC switch position. 5 years ago
Samuel Tabor 4726e670d5 AP_Soaring: Fix description of SOAR_MAX_DRIFT. 5 years ago
Samuel Tabor 611217f63e AP_Soaring: Use RC aux function rather than read RC directly. 5 years ago
Samuel Tabor b21f9030b7 AP_Soaring: Update parameter ranges. 5 years ago
Peter Barker 69093aa7b1 AP_Soaring: stop taking AHRS as constructor argument 5 years ago
Samuel Tabor 4a39a43c10 AP_Soaring: Add log documentation. 5 years ago
Samuel Tabor b9daae062c AP_Soaring: Use enum class rather than typedef enum for states and hide details of these. 5 years ago
Samuel Tabor 6e75890bd9 AP_Soaring: Add a low pass of target position from EKF before using it. 5 years ago
Samuel Tabor 56649fa8eb AP_Soaring: Fix too-long status message. 5 years ago
Samuel Tabor d54c7f1b7a AP_Soaring: Fix bug when no soaring activation RC channel set. 5 years ago
Samuel Tabor fbd0df81a7 AP_Soaring: Report changes in active status. 5 years ago
Samuel Tabor e1f7122566 AP_Soaring: Improve tracking of enabled/disabled status. 5 years ago
Samuel Tabor 2260fda4ec AP_Soaring: Detect changes in active parameter/switch position. 5 years ago
Samuel Tabor ff1725b549 AP_Soaring: Make enable channel 3 position. PWM above 1400us allows most soaring features, but above 1700us is required before any automatic switch to LOITER mode. 5 years ago
Samuel Tabor 2b40182b34 AP_Soaring: Reduce drift feed-forward by ratio of climb rate to thermal core strength. This is consistent with assumption that each packet of air, rising at core strength, is convected with the ambient wind speed. 5 years ago
Samuel Tabor 8072f6b858 AP_Soaring: Make the trigger VSPEED take account of thermalling sink. 5 years ago
Samuel Tabor 650b464831 AP_Soaring: Move drift check to separate function and check drift with reference to mission segment, allowing drift in right direction. LOITER target, not current position, is now used. 5 years ago
Samuel Tabor fab74f8927 AP_Soaring: Calculate expected thermalling sink live and avoid divide by zero by limiting airspeed to that corresponding to CL max (generously assumed 1.5 for glider). 5 years ago
Samuel Tabor 75f772b269 AP_Soaring: Add SOAR_MAX_RADIUS parameter, that defines when a RTL will be used when exiting LOITER. 5 years ago
Samuel Tabor 684ee11fc3 AP_TECS: Add flags to indicate gliding flight, and use these with AP_Soaring. 5 years ago
Samuel Tabor 013628bd1d Plane: Soaring - better reporting of exit due to drift. 5 years ago
Samuel Tabor e1b2360781 AP_Soaring: Add a maximum allowable drift distance when thermalling. 5 years ago
Samuel Tabor 936d4232c9 AP_Soaring: Add a 60s first order filter on climb rate. If this becomes negative exit thermalling. 5 years ago
Samuel Tabor 30249e8006 AP_Soaring: Add a check of whether altitude has been lost overall when thermalling. 5 years ago
Tom Pittenger f24095e9ed AP_Soaring: inhibit msg spam when lingering in loiter waiting for heading to line up 5 years ago
Samuel Tabor 3211c03f58 AP_Soaring: Remove unused methods, clean up and log position in N/E rather than Lat/Lng. 5 years ago
Samuel Tabor 152c1507e0 AP_Soaring: Make the EKF states the actual NE position of the thermal, rather than the position relative to aircraft. 5 years ago
Samuel Tabor d7abd296ef AP_Soaring: Avoid calculations in lat/lng. 5 years ago
Samuel Tabor 0cccc8dc29 AP_Soaring: Fix issue with loiter radius being saved as zero due to initialisation order. This caused incorrect calculation of thermal climb potential and cases of staying in thermals that should have been abandoned. 5 years ago
Samuel Tabor c135b00b7b AP_Soaring: Remove redundant check for new vario data. 5 years ago
Tom Pittenger 52ae093a97 AP_Soaring: add reason to exit Thermal loiter 5 years ago
Peter Barker e85a4dcd7d AP_Soaring: remove empty Units: parameter doc entries 5 years ago
Peter Barker a5ff46950c AP_Soaring: move include of logger to .cpp file 6 years ago
Pierre Kancir 51437ccc53 AP_Soaring: use get_distance_NE instead of location_diff 6 years ago
Dr.-Ing. Amilcar do Carmo Lucas 31a32c7ea0 AP_Soaring: replace location_offset() and get_distance() function calls with Location object member function calls 6 years ago
Peter Barker 6fc76a32af GLOBAL: use AP::logger() and strip redundant Log_ from methods 6 years ago
Peter Barker b47733142f GLOBAL: rename DataFlash_Class to AP_Logger 6 years ago
Michael du Breuil b757354c88 AP_Soaring: Use RC_Channels instead of hal.rcin 7 years ago
Peter Barker c93aea24c6 AP_Soaring: correct compiler warnings 7 years ago
murata 8070c13963 AP_Soaring: delete \n from the log using gcs().send_text 7 years ago
Peter Barker 196f94aaae AP_Soaring: eliminate GCS_MAVLINK::send_statustext_all 8 years ago
samuelctabor f6b3c00b19 AP_Soaring: Fix initialisers in SoaringController. In-line method to get altitude in Variometer. 8 years ago
samuelctabor 4cbff71689 AP_Soaring: Separate the vario functionality into a seperate class from the soaring/thermalling functionality. 8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas b4244efb87 AP_Soaring: Use SI units conventions in parameter units 8 years ago
Andrey Kolobov 9f2f070439 AP_Soaring: adding const qualifiers to some of soaring controller's methods 8 years ago
Andrew Tridgell 2b2fed735b AP_Soaring: fixed SOAR logging 8 years ago
Andrey Kolobov 42f5b5a232 AP_Soaring: fixes for matrixN changes 8 years ago