260 Commits (bf1f27af32ea0af465a05c05994300c7849ea401)

Author SHA1 Message Date
Andrew Tridgell f4ccf94dfc Plane: added QLAND mode 9 years ago
Andrew Tridgell 927efa90f8 Plane: fixed log printing of Q modes 9 years ago
Andrew Tridgell ad78a31255 Plane: move set_dataflash(0 for static logging 9 years ago
Andrew Tridgell 1acf25b6e2 Plane: use set_dataflash() 9 years ago
Tom Pittenger fa53263ca9 Plane: make throttle_percentage() signed 9 years ago
Andrew Tridgell 93185be1ff Plane: reset land_pre_flare on mode change 9 years ago
Tom Pittenger 1cb094f12e Plane: make throttle signed (pos and neg) 9 years ago
Tom Pittenger b8d5369ebd Plane: add flight stage LAND_PREFLARE 9 years ago
Andrew Tridgell d82c8dcd6d ArduPlane: update for changed AP_Camera API 9 years ago
Dario Lindo Andres 9bba55f937 ArduPlane: Added precise camera trigger logging 9 years ago
Jonathan Challinger 9000756c80 Plane: reflect changes to AP_Mount 9 years ago
Andrew Tridgell 0a0e191284 Plane: init rc output after quadplane setup 9 years ago
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