183 Commits (3e9294a2aeb8b7d2246965678d911b81ed7fffdd)

Author SHA1 Message Date
mirkix d018a32545 Plane: Only init optflow when enabled by parameter 9 years ago
Andrew Tridgell 96d785f1c6 Plane: added auto_navigation_mode flag 9 years ago
Tom Pittenger 0597dbd033 Plane: allow SET_ATTITUDE_TARGET to set rpy and throttle 9 years ago
Tom Pittenger 85afd9e245 Plane: remove guided roll flag, handle it with timer=0 9 years ago
Michael Day 8ac433f991 Plane: Can now command roll from a companion computer. 9 years ago
Andrew Tridgell ec367d4a09 Plane: re-order channel initialisation 9 years ago
Andrew Tridgell bf2e30f858 Plane: removed demo_servos() 9 years ago
Andrew Tridgell d3494d1369 Plane: don't stall EKF during baro cal 9 years ago
Andrew Tridgell 4a7dea0c5b Plane: simplify UART setup 9 years ago
dgrat 48c243bed0 ArduPlane: Do not use is_zero() for non-float types 9 years ago
Andrew Tridgell 12e0012b16 Plane: allow for NAV_LOITER_UNLIM and NAV_LOITER_TIME in quadplane 9 years ago
Andrew Tridgell 3fc43b94f9 Plane: separate out auto and guided VTOL states 9 years ago
skyscraper 7f29903287 ArduPlane: Fix up after refactoring RC_Channel class 9 years ago
Andrew Tridgell dcb24f2bc1 Plane: use DataFlash::log_while_disarmed() 9 years ago
Lucas De Marchi baa287e5e5 ArduPlane: use separate header for version macro 9 years ago
Andrew Tridgell 4666b25258 Plane: initial implementation of QRTL for quadplane RTL 9 years ago
Andrew Tridgell 00c2b4b30f Plane: reload airspeed after VTOL landing 9 years ago
Andrew Tridgell 38a7bfd81f Plane: added Q_ENABLE=2 for starting AUTO in VTOL 9 years ago
Andrew Tridgell cf7b6123a9 Plane: log the number of lost log messages 9 years ago
Andrew Tridgell 8683616d8c Plane: redo scheduler table and improve perf logging 9 years ago
Andrew Tridgell a7006a7784 Plane: refactor perf variables into a structure 9 years ago
Michael du Breuil 78442b7e81 Plane: make the initialization of the gcs instances follow the define 9 years ago
Andrew Tridgell 8b30569ad1 Plane: setup quadplane earlier in startup 9 years ago
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