Peter Barker
|
11dd83e23a
|
Plane: remove rally argument from Write_Rally - use singleton
|
6 years ago |
Peter Barker
|
68b9e64077
|
Plane: remove old, unfulfilled method declarations
|
6 years ago |
Tom Pittenger
|
05bf329d81
|
Plane: ignore battery failsafe during landing
fixes https://github.com/ArduPilot/ardupilot/issues/10320
|
6 years ago |
Nathan E
|
4d7fc66657
|
Update parameters.cpp per magicrub comments
|
6 years ago |
Nathan E
|
448d19ddbb
|
Update ArduPlane/Parameters.cpp
|
6 years ago |
Mark Whitehorn
|
5c81a78c9c
|
Plane: tailsitter forward transition bugfix
|
6 years ago |
Peter Barker
|
40856fef56
|
Plane: remove vestiges of old PX4_MIXER code
|
6 years ago |
Peter Barker
|
6fc76a32af
|
GLOBAL: use AP::logger() and strip redundant Log_ from methods
|
6 years ago |
Peter Barker
|
b47733142f
|
GLOBAL: rename DataFlash_Class to AP_Logger
|
6 years ago |
Peter Barker
|
99a93112b4
|
Plane: remove PX4-specific code that disables overrides on reboot
|
6 years ago |
Andrew Tridgell
|
bc438676ab
|
Plane: fix tailsitter logged attitude targets
|
6 years ago |
Peter Barker
|
129762d3af
|
Plane: APM_Control uses DataFlash singleton, stop passing it
|
6 years ago |
Francisco Ferreira
|
d0fa931b09
|
Plane: add KDECAN to included libraries
|
6 years ago |
Peter Barker
|
76b31f315a
|
Plane: log_terrain_data no longer takes a DataFlash argument
|
6 years ago |
Peter Barker
|
a35fbb4a11
|
Plane: Log_Write_SIMSTATE no longer takes dataflash pointer
|
6 years ago |
Peter Barker
|
cb92fba701
|
Plane: remove PX4 FWVersion info
|
6 years ago |
Peter Barker
|
b258e89a2d
|
Plane: adjust for Location_Class and Location unification
|
6 years ago |
Peter Barker
|
acafb0f3c1
|
Plane: adjust for location flags being moved out of union
|
6 years ago |
Randy Mackay
|
2650b1fe93
|
Plane: desired-ground-idle replaces spin-when-armed
|
6 years ago |
Michael du Breuil
|
843c92ced5
|
Plane: Remove some redundant code/state resets
|
6 years ago |
IamPete1
|
9c0ac5899f
|
Plane: pass rudder diffential thrust to AP_motors
|
6 years ago |
IamPete1
|
eaed0a2d47
|
Plane: make rudder differnal thrust global
|
6 years ago |
Andrew Tridgell
|
f35cebcca4
|
Plane: fixed EKF yaw reset
we need to do the yaw reset before updating the rest of quadplane, or
it is not effective
thanks to Leonard for noticing the bug!
|
6 years ago |
Andrew Tridgell
|
53a1d98b68
|
Plane: fixed VTOL takeoff to ignore lat/lon in mission
we should always takeoff vertically
|
6 years ago |
Peter Barker
|
5c90a2dab2
|
Plane: Terrain uses rally singleton
|
6 years ago |
Michael du Breuil
|
d6cac4b52a
|
Plane: Add a failure timer for quadplane forward transitions
Falls over to QLAND if we fail to transition
|
6 years ago |
Michael du Breuil
|
64e152fbc0
|
Plane: Remove unneeded GCS rally override
|
6 years ago |
Michael du Breuil
|
ae6dc01cd5
|
Plane: Reset all storage when format version is incorrect
|
6 years ago |
murata
|
02d692f32e
|
Plane: Delete NuttX version processing
|
6 years ago |
Andrew Tridgell
|
97e54f6359
|
Plane: allow mavlink when in sensor error
|
6 years ago |
Michael du Breuil
|
09f6ec8a00
|
Plane: Remove unneeded AP_Buffer include
|
6 years ago |
Michael du Breuil
|
e6bc44f471
|
Plane: Fix cases where quadplane level transition was not applied
|
6 years ago |
Michael du Breuil
|
69c87c6c4a
|
Plane: Disallow arming if quadplane has been requested but isn't available
|
6 years ago |
IamPete1
|
9c2db806f3
|
Plane: add units to Q_VFWD_ALT
|
6 years ago |
Andrew Tridgell
|
7939f3488b
|
Plane: log PIDs during QAUTOTUNE twitch
|
6 years ago |
Andrew Tridgell
|
088442880e
|
build: removed makefile build system
|
6 years ago |
Andrew Tridgell
|
9117dcc54b
|
Plane: don't log QTUN when VTOL not active
|
6 years ago |
Andrew Tridgell
|
d3afc9424a
|
Plane: make QTUN logging match copter logging
|
6 years ago |
Andrew Tridgell
|
1013eddfce
|
Plane: use AHRS_View for RATE logging
|
6 years ago |
IamPete1
|
1a98989ac6
|
Tailsitter: move mixer to AP_motors
|
6 years ago |
Michael du Breuil
|
a78bce32c0
|
Plane: Allow users to force target airspeed in cruise or fbwb
|
6 years ago |
Peter Barker
|
d133f998c5
|
Plane: split SIMSTATE, AHRS2 and AHRS3 onto their own ap_message ids
|
6 years ago |
Peter Barker
|
54022b6b57
|
Plane: split DISTANCE_SENSOR onto its own ap_message id
|
6 years ago |
Randy Mackay
|
a96c1566ec
|
Plane: fix quadplane pos control param docs
|
6 years ago |
Peter Barker
|
17f244ce9f
|
Plane: try_send_message caller checks telemetry_delayed
|
6 years ago |
Peter Barker
|
5137c0ab5f
|
Plane: split SYS_STATUS and POWER_STATUS onto separate ap_messages
|
6 years ago |
Michael du Breuil
|
47dfafd670
|
Plane: Ensure that the plane is an appropriate distance out before starting the approach
|
6 years ago |
Michael du Breuil
|
05484c3987
|
Plane: Support a different landing airspeed for fw quadplane landings
|
6 years ago |
Michael du Breuil
|
1a45755ffd
|
Plane: Support a different landing radius for quadplane fw approach
|
6 years ago |
Michael du Breuil
|
f1154a6e7c
|
Plane: Pass the mission command around rather then fetching it
|
6 years ago |