152 Commits (57bbb2e1d9c3ad68d907bf9f63d7746d203120c6)

Author SHA1 Message Date
Lucas De Marchi f5c2ffffb9 global: remove DataFlash from AP_Mount::init() 7 years ago
Lucas De Marchi 36c80daa86 ArduPlane: do not include version.h/ap_version.h 7 years ago
Peter Barker c15c1b84a4 Plane: add constant structure holding firmware version 8 years ago
Andrew Tridgell d541ac509f Plane: removed TRIM_RC_AT_START parameter 8 years ago
Peter Barker 8eeae45300 Plane: use GCS_MAVLINK subclasses to handle set_mode 8 years ago
Peter Barker 1a665280e9 Plane: remove CLI 8 years ago
Peter Barker fa39f315c6 Plane: move starting of new logs into DataFlash 8 years ago
Peter Barker 5a8f01c19c Plane: use send_text method on the GCS singleton 8 years ago
Eugene Shamaev b95ebadf8b ArduPlane: move of CAN parameters into separate group 8 years ago
Peter Barker 1ca5f243a5 Plane: check dataflash to see if we should log backend gps messages 8 years ago
Peter Barker 949e07c7e3 Plane: use DataFlash should_log to determine raw IMU logging 8 years ago
Peter Barker 88a7167cb9 Plane: move should_log check of log bitmask into DataFlash 8 years ago
Peter Barker 5b70b688cb Plane: handle knowledge of in_log_download in DataFlash 8 years ago
Peter Barker 30dfd32b87 Plane: stop using in_mavlink_delay as a proxy for disabling logging 8 years ago
Peter Barker b57a4e9685 Plane: call dataflash should_log method 8 years ago
Peter Barker 4dc241fd22 Plane: StartUnstartedLogging replaces logging_started/start_logging 8 years ago
Peter Barker 927cc75843 Plane: simplify should_log (NFC) 8 years ago
Peter Barker 084242cf03 Plane: move init of DataFlash references into vehicle init 8 years ago
Andrew Tridgell 3eeff938b0 Plane: call BoardConfig.init_safety() at end of startup 8 years ago
Andrew Tridgell 954905e0eb Plane: allow battery failsafe with usb connected 8 years ago
Andrew Tridgell 516bf26719 Plane: fixed QRTL change when coming from loiter 8 years ago
Andrey Kolobov 35d406aeab Plane: added a soaring controller to Arduplane 8 years ago
Michael du Breuil 9e893eacd1 Plane: Change some user facing statustexts 8 years ago
Andrew Tridgell abcc75009d Plane: move relay init earlier 8 years ago
Peter Barker 97145f20fc Plane: fix startup of CLI menu system 8 years ago
Peter Barker 1d7994e9ba Plane: create GCS_Plane subclass 8 years ago
Peter Barker 49bf336539 Plane: Support for a GCS singleton 8 years ago
Peter Barker d060670ba3 Plane: rename gcs[] to gcs_chan[] 8 years ago
murata 2492b9db7e Plane: Unify from print or println to printf. 8 years ago
Tom Pittenger 650e694eb1 Plane: move landing.reset to landing.do_land() 8 years ago
Tom Pittenger 61bc0a6206 Plane: check stage==LAND instead of landing.in_progress 8 years ago
Randy Mackay fc4741395d Plane: notify initialised after parameters loaded 8 years ago
Randy Mackay fad2ba608f Plane: send flight mode string to Notify 8 years ago
Randy Mackay af514eb101 Copter: remove some comments 8 years ago
Dmitry Prokhorov 497a4bd4a5 ArduPlane: Support for OLED display by Alexey Kozin 8 years ago
Andrew Tridgell 3338b4295e Plane: use reload_defaults_file() 8 years ago
Andrew Tridgell cb4ebdd7b4 Plane: fixed throttle_percentage() 8 years ago
Andrew Tridgell b83f50be0f Plane: use new SRV_Channels API 8 years ago
Tom Pittenger 04f32b6ec6 Plane: simplify flight stage landing check to use landing.in_progress 8 years ago
Tom Pittenger c286ceba43 Plane: move enum FlightStages to AP_Vehicle::FixedWing 8 years ago
Tom Pittenger 83f0a8114b Plane: use a common reset for uniform landing wipe 8 years ago
Andrew Tridgell 3dcf4cfb55 Plane: removed resetting integrators on mode change 8 years ago
Peter Barker 98b5ab4656 Plane: remove incorrect comment about logging/in_mavlink-delay 8 years ago
Peter Barker 17f5ef4610 Plane: inform dataflash of vehicle arm state 8 years ago
Tom Pittenger e919afad1e Plane: update comment and remove redundant work 8 years ago
Tom Pittenger fc2f518f31 Plane: revert auto_state.checked_for_autoland back to Plane 8 years ago
Tom Pittenger 9a79b79f1e AP_Landing: port more from plane 8 years ago
Tom Pittenger f556f705e6 Plane: move various g params to aparms 8 years ago
Tom Pittenger d2376b7c8b Plane: migrate two helper functions to AP_Landing 8 years ago
Tom Pittenger 896b931a7c Plane: Move auto_state variables to AP_landing members 8 years ago