Buzz
|
0f5177b291
|
Plane: Support a set of offboard MAVLink guided controls with rates
+ 3 rounds of fixes
|
2020-05-20 15:03:21 +10:00 |
Iampete1
|
f9ff8e5f11
|
Plane: align GCS PID with logged
|
2020-05-19 09:04:16 +10:00 |
Tom Pittenger
|
87c75332e7
|
Plane: ignore guided cmds from mavlink if we're in avoidADSB.
This change makes it behave like MAVLINK_MSG_ID_SET_POSITION_TARGET_LOCAL_NED
|
2020-05-05 10:51:16 +10:00 |
Peter Barker
|
f17ea78a6c
|
Plane: move sending of WIND message to GCS namespace
|
2020-05-05 10:29:13 +10:00 |
Peter Barker
|
e75fa6fb15
|
Plane: move sending of AOA_SSA message to GCS namespace
|
2020-05-05 10:29:13 +10:00 |
Randy Mackay
|
9a43a31f24
|
Plane: do not send ahrs3 mavlink message
|
2020-04-22 14:11:17 +09:00 |
Peter Barker
|
f5f4576835
|
ArduPlane: remove comment for already-removed in-delay-callback function
These are now attached to completely unrelated functions, which is
pretty bad.
|
2020-04-16 15:11:35 +09:00 |
Samuel Tabor
|
b9daae062c
|
AP_Soaring: Use enum class rather than typedef enum for states and hide details of these.
|
2020-04-08 09:11:54 +10:00 |
Samuel Tabor
|
2260fda4ec
|
AP_Soaring: Detect changes in active parameter/switch position.
|
2020-04-08 09:11:54 +10:00 |
Michael du Breuil
|
37be15b3cd
|
Plane: When stick mixing is disabled do not apply stick mixing to quadplane modes
|
2020-04-04 10:12:22 +11:00 |
Peter Barker
|
024c86bdab
|
Plane: let AP_Vehicle base class worry about scheduler delay callback
|
2020-01-21 11:37:28 +11:00 |
Peter Hall
|
a2e72de5ae
|
Plane: move to airspeed_estimate with pointer
|
2020-01-14 22:34:37 -07:00 |
Andrew Tridgell
|
6d4f4d7a3b
|
Plane: allow negative VFR_HUD throttle
|
2019-12-24 15:14:03 +11:00 |
Peter Barker
|
1db9201a90
|
Plane: let GCS base class handle proximity and rangefinder messages
|
2019-12-24 12:08:54 +11:00 |
Peter Barker
|
5447992558
|
Plane: rename system_status as it won't be called from base class
|
2019-11-27 14:27:53 +11:00 |
Andrew Tridgell
|
2b27cd2ce9
|
Plane: Add EFI Support
|
2019-11-17 20:10:54 +11:00 |
Peter Barker
|
87058ef141
|
Plane: rename parameter to avoid name conflict with lock
|
2019-11-12 16:33:12 +11:00 |
Peter Barker
|
ba90a1a5df
|
Plane: let GCS superclass specify compass and param float capabilitiy
|
2019-11-05 11:26:23 +11:00 |
Michael du Breuil
|
ee96ec7f0d
|
Plane: Support new AP_Vehicle::set_mode
|
2019-10-25 08:48:22 +08:00 |
Andrew Tridgell
|
ff400243e0
|
Plane: added a new TAKEOFF flight mode
takeoff then circle in direction of takeoff
|
2019-10-17 12:19:43 +11:00 |
Michael du Breuil
|
562b155f63
|
Plane: Remove unused geofence enable reason
|
2019-09-23 17:31:33 -06:00 |
Peter Barker
|
a761cb62de
|
Plane: remove get_advanced_failsafe override; singleton to be used
|
2019-09-17 09:13:43 +10:00 |
Peter Barker
|
466681a94e
|
Plane: factor out a handle_command_int_do_reposition
|
2019-08-14 18:30:24 +10:00 |
Peter Barker
|
7e5a6f1895
|
Plane: avoid allocate a GCS_MAVLINK per mavlink channel
|
2019-08-14 18:25:43 +10:00 |
Peter Barker
|
05c608e725
|
Plane: use MAV_FRAME_GLOBAL instead of MAV_FRAME_GLOBAL_INT in send_position_target
|
2019-07-30 10:55:21 +10:00 |
Peter Barker
|
20a20bde65
|
Plane: accept MAV_FRAME_GLOBAL for set_position and repositioning
|
2019-07-30 10:55:21 +10:00 |
Leonard Hall
|
157f786adf
|
Global: rename desired to target in PID info
|
2019-07-25 17:38:15 +09:00 |
Pierre Kancir
|
33e12a127c
|
ArduPlane: pass mavlink_message_t by const reference
|
2019-07-16 20:51:42 +10:00 |
Peter Barker
|
37014bdfe1
|
Plane: split RC_CHANNELS messages onto separate ap_message ids
|
2019-07-09 13:08:45 +10:00 |
Peter Barker
|
3e4366906b
|
Plane: allow GCS MAVLink base class to handle out-of-time for sending messages
|
2019-06-25 10:29:40 +10:00 |
Peter Barker
|
400aa53654
|
Plane: move arming-related functionality into parent classes
Logging moves up
arming via mavlink moves up
arming via switch moves up
|
2019-05-30 07:37:30 +09:00 |
Tom Pittenger
|
ade6281923
|
Plane: use #if ADVANCED_FAILSAFE == ENABLED just like Rover and Copter
|
2019-04-03 17:46:50 -07:00 |
Tom Pittenger
|
0270c57530
|
Plane: massive refactor and creation of Mode class
|
2019-04-02 16:28:52 +11:00 |
Peter Barker
|
a372428ec5
|
Plane: use sanitize method rather than location_sanitize function
|
2019-04-02 10:19:38 +11:00 |
Peter Barker
|
bbc38f41eb
|
Plane: use convenience manual_override method
|
2019-03-27 22:33:47 -07:00 |
Peter Barker
|
7dafde5783
|
Plane: stop passing dataflash into handle_radio_status
|
2019-03-27 10:38:39 +11:00 |
IamPete1
|
ffc94f19cd
|
Plane: use AHRS view for all vtol modes
|
2019-03-26 10:41:55 +11:00 |
Peter Barker
|
1a55f0ffab
|
Plane: FrSky support has moved to GCS
|
2019-03-19 14:39:14 +11:00 |
Peter Barker
|
f940564f2b
|
Plane: use enum class for AltFrame enumeration
|
2019-03-19 10:31:18 +11:00 |
Peter Barker
|
0edba9070f
|
Plane: move sending of RPM message up
|
2019-03-16 10:33:01 +09:00 |
Peter Barker
|
ca7566fff9
|
Plane: use enum class for ArmingMethod and ArmingRequired
|
2019-03-12 19:48:14 +11:00 |
Peter Barker
|
bd444d97dc
|
Plane: move sending of airspeed_autocal into AP_AirSpeed
|
2019-03-06 11:32:52 +11:00 |
Peter Barker
|
94899bd2ed
|
Plane: move sending of send_pid_tuning up
|
2019-03-05 10:41:56 +11:00 |
Mark Whitehorn
|
487ad7a90f
|
Plane: add QACRO mode for quadplanes
use acro_r/p/y_rate params in qacro
port ACRO throttle handling from copter
handle non-tailsitter controls
|
2019-03-05 10:13:20 +11:00 |
Peter Barker
|
34853fb1bf
|
Plane: move update_sensor_status_flags into GCS subclasses
|
2019-02-19 14:09:59 +11:00 |
Peter Barker
|
a3c13fc028
|
Plane: move sensor flags to be a GCS thing rather than a GCS_MAVLINK thing
|
2019-02-19 14:09:59 +11:00 |
Peter Barker
|
33541dcbf6
|
Plane: GCS_MAVLink takes care of mavlink capabilities
|
2019-02-19 13:14:52 +11:00 |
Peter Barker
|
5690a0ea4a
|
Plane: move try_send_message of nav_controller_output up
|
2019-02-19 10:08:00 +11:00 |
Peter Barker
|
0c880a4c3e
|
Plane: remove redundant home-setting sanity checks
|
2019-02-15 08:28:45 +11:00 |
Peter Barker
|
b6bf8d8368
|
Plane: make setting of home boolean in preparation for sanity checks
|
2019-02-15 08:28:45 +11:00 |