198 Commits (57eae253a5df80e57b1c99a2550c7e766d8f5a7f)

Author SHA1 Message Date
Andrew Tridgell b1177521ef Plane: show throttle level in vtol modes 9 years ago
Andrew Tridgell 0d6b353bcb Plane: added quad assistance and auto support for quadplane 9 years ago
Andrew Tridgell 2983576067 Plane: added QLOITER mode 9 years ago
Andrew Tridgell ca85c332d6 Plane: separate QSTABILIZE and QHOVER modes 9 years ago
Andrew Tridgell 6468fc6d93 Plane: Initial implementation of quadplane 9 years ago
Tom Pittenger 21205f8b41 Plane: improved crash detection logic and agility 9 years ago
Tom Pittenger 3b06260358 Plane: refactored interface 9 years ago
Andrew Tridgell 7a5808276e Plane: fixed two build warnings with clang 9 years ago
Andrew Tridgell 513d5c17b9 Plane: allow for settable main loop rate 9 years ago
Michael du Breuil 4b40a884e9 Plane: Don't disable compass checks for HIL mode unless actually in hil mode 9 years ago
Luis Vale Gonçalves b7f3782e4e Plane: Text revisions 9 years ago
Caio Marcelo de Oliveira Filho c8888329e1 Plane: use millis/micros/panic functions 9 years ago
lvale e18181e5c2 Plane: Uniformization of severities 9 years ago
Tom Pittenger 178bbb080b Plane: improve crosstrack error while navigating to loiter point 9 years ago
Lucas De Marchi 0151853c21 ArduPlane: remove check for MAVLINK_COMM_NUM_BUFFERS 9 years ago
Lucas De Marchi d1be74c87e ArduPlane: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi a964ac38ec Replace use of print_P() with print() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Andrew Tridgell 458e967d06 Plane: added RPM logging 10 years ago
Randy Mackay 6da53ae3b2 Plane: replace SKIP_GYRO_CAL with INS_GYR_CAL 10 years ago
Andrew Tridgell 9e7c38b933 Plane: moved logging of mode to Log_Write_Vehicle_Startup_Messages 10 years ago
Peter Barker c2d61391ef Plane: DFMessageWriter; ability to trickle messages out to DF 10 years ago
Tom Pittenger 81f8358705 Plane: restart landing by jumping to DO_LAND_START or decrement mission 10 years ago
squilter 583c087eca Plane: update severities 10 years ago
Andrew Tridgell 019f2af930 Plane: fixed build with HIL disabled 10 years ago
ziltoid2 b9dd6b7aac Plane: prevent delayed compass HIL data from disabling compass at system startup only 10 years ago
Tom Pittenger 204ff7b158 Plane: move statics into new struct 10 years ago
Tom Pittenger da8f4f9e95 Plane: reworked is_flying 10 years ago
Andrew Tridgell f2c1010501 Plane: prevent mode switch changes changing WP tracking 10 years ago
squilter c24ba83fb1 Plane: init vehicle capabilities 10 years ago
Andrew Tridgell 6c07795b63 Plane: added HIL_SUPPORT define 10 years ago
Andrew Tridgell 266857c595 Plane: avoid linking optflow on APM2 10 years ago
Andre Kjellstrup edc32092ce Plane: Do not run long_failsafe during final or landing. 10 years ago
Andre Kjellstrup 9d525d4382 Plane: Do not run FailSafe if on final approach or landing. 10 years ago
Andrew Tridgell 4aac2c5c96 Plane: trigger OVERRIDE_CHAN in px4io 10 years ago
Andre Kjellstrup 19aa7caad0 GCS_Failsafe: option to trigger only in AUTO mode. 10 years ago
Andrew Tridgell bc6a52f8db Plane: fixed handling of OVERRIDE_CHAN on arming 10 years ago
Andrew Tridgell 47f4a5db10 Plane: try to load px4 mixer 10 times on boot 10 years ago
Randy Mackay 9ece826c28 Plane: Log_Write_Startup writes parameters 10 years ago
Grant Morphett 2c3cff7f84 Plane: Moving parameter logging to be after all systems have started 10 years ago
Andrew Tridgell 441d96c946 Plane: fixed APM1 build 10 years ago
Andrew Tridgell b92c2409e4 Plane: added local millis() and micros() to reduce code size a bit 10 years ago
Andrew Tridgell 18c37935c9 Plane: convert from .pde to .cpp files 10 years ago
Randy Mackay 174c55b0af Plane: add support for 4th mavlink channel 10 years ago
Andrew Tridgell ff126db1d3 Plane: make GUIDED behaviour match copter 10 years ago