59 Commits (b4b33db79bfe813cd975ca49c0303f8f89fa3ef1)

Author SHA1 Message Date
Lucas De Marchi f258b66627 ArduPlane: Update path locations for parameters 9 years ago
Andrew Tridgell 30ca9fbb01 Plane: cope with upgrade to shifted indexes for quadplane 9 years ago
Don Gagne cae7ea0d13 Add @Volatile, @ReadOnly support 9 years ago
Tom Pittenger 75be40ea59 Plane: add LAND_THR_SLEW 9 years ago
Tom Pittenger 993e5b438c Plane: add to LAND_NEUTRL behavior 9 years ago
Tom Pittenger 0b26a34f22 Plane: new param LAND_THEN_NEUTRL 9 years ago
Tom Pittenger ebec68c55b Plane: param desc to increase THR_MIN range to include negative thrust 9 years ago
Tom Pittenger a920b7322d Plane: more desc for param USE_REV_THRUST 9 years ago
Tom Pittenger 2e92089ce6 Plane: Reverse Thrust 9 years ago
Andrew Tridgell 125af1b856 Plane: added OVERRIDE_SAFETY parameter 9 years ago
squilter c7e8a48a55 Plane: deploy parachute as fs action 9 years ago
Andrew Tridgell 23eef91c59 Plane: added parameter RTL_RADIUS 9 years ago
Andrew Tridgell 0d6b353bcb Plane: added quad assistance and auto support for quadplane 9 years ago
Andrew Tridgell 6468fc6d93 Plane: Initial implementation of quadplane 9 years ago
Andrew Tridgell f201552f6d Plane: always call load_all 9 years ago
Andrew Tridgell 7b6d862316 Plane: support up to 14 rc inputs for all boards 9 years ago
Tom Pittenger 7cde90553d Plane: new param CRASH_ACC_THRESH 9 years ago
pepevalbe 9743e32f70 Plane: added group parameter for AP_Notify library 9 years ago
Andrew Tridgell 7a5808276e Plane: fixed two build warnings with clang 9 years ago
Don Gagne eab8a8679d ArduPlane: fix invalid Range meta data 9 years ago
Peter Barker 574f95bd76 Plane: support multiple simultaneous backends 9 years ago
Tom Pittenger eaad72c192 Plane: Add support for handing ADS-B traffic 9 years ago
Andre Kjellstrup db16b94e7f Plane: update RTL altitude param description 9 years ago
Caio Marcelo de Oliveira Filho c8888329e1 Plane: use millis/micros/panic functions 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 a6fd94c6fe ArduPlane: fix wrong printf format for 32 bits 10 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 10 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Andrew Tridgell 5d1d54a8cb Plane: added CHUTE_CHAN parameter for manual release 10 years ago
Andrew Tridgell 9affddcaa3 Plane: initial support for AP_Parachute library 10 years ago
Caio Marcelo de Oliveira Filho 49a42dc985 SITL: use a SITL namespace 10 years ago
Andrew Tridgell 458e967d06 Plane: added RPM logging 10 years ago
Andrew Tridgell 91f990af06 Plane: added EKF2 to parameters as EK2_* 10 years ago
Randy Mackay 6da53ae3b2 Plane: replace SKIP_GYRO_CAL with INS_GYR_CAL 10 years ago
Grant Morphett 9a76f0ecf0 Plane: Fixing FS_SHORT_ACTN parameter doco 10 years ago
Grant Morphett 6b22a59eff Plane: Fixing up the ARMING_ parameters autogen doco 10 years ago
Andrew Tridgell 953efa9b6c Plane: fixed parameter docs for LAND_ABORT_THR 10 years ago
Tom Pittenger 25da4ec0ea Plane: added flight stage FLIGHT_LAND_ABORT and abort mechanism 10 years ago
Grant Morphett e734e9745d Plane: TKOFF_TDRAG_SPD1 is needed if holding nose wheel down. 10 years ago
Grant Morphett 3cb0c1bba8 Plane: Move the plane centric arming code into arming_checks.cpp 10 years ago
Stewart Loving-Gibbard 722dd29370 Plane: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 10 years ago
Randy Mackay e4c62811ea Plane: fix link to BATT parameter descriptions 10 years ago
Tom Pittenger da8f4f9e95 Plane: reworked is_flying 10 years ago
Stewart Loving-Gibbard eb2ca91f1c Plane: Fixing unambiguous spelling errors in Parameters.cpp file. 10 years ago
Andrew Tridgell 6186b7a453 Plane: disable TRIM_RC_AT_START by default 10 years ago
Andrew Tridgell 6c07795b63 Plane: added HIL_SUPPORT define 10 years ago
Lucas De Marchi e97034f8e9 ArduPlane: use ARRAY_SIZE macro 10 years ago