Peter Barker
|
9986676e90
|
Plane: rename system_status as it won't be called from base class
|
5 years ago |
Michael du Breuil
|
ee96ec7f0d
|
Plane: Support new AP_Vehicle::set_mode
|
5 years ago |
Andrew Tridgell
|
ff400243e0
|
Plane: added a new TAKEOFF flight mode
takeoff then circle in direction of takeoff
|
5 years ago |
Michael du Breuil
|
562b155f63
|
Plane: Remove unused geofence enable reason
|
5 years ago |
Peter Barker
|
a761cb62de
|
Plane: remove get_advanced_failsafe override; singleton to be used
|
5 years ago |
Peter Barker
|
466681a94e
|
Plane: factor out a handle_command_int_do_reposition
|
6 years ago |
Peter Barker
|
7e5a6f1895
|
Plane: avoid allocate a GCS_MAVLINK per mavlink channel
|
6 years ago |
Peter Barker
|
05c608e725
|
Plane: use MAV_FRAME_GLOBAL instead of MAV_FRAME_GLOBAL_INT in send_position_target
|
6 years ago |
Peter Barker
|
20a20bde65
|
Plane: accept MAV_FRAME_GLOBAL for set_position and repositioning
|
6 years ago |
Leonard Hall
|
157f786adf
|
Global: rename desired to target in PID info
|
6 years ago |
Pierre Kancir
|
33e12a127c
|
ArduPlane: pass mavlink_message_t by const reference
|
6 years ago |
Peter Barker
|
37014bdfe1
|
Plane: split RC_CHANNELS messages onto separate ap_message ids
|
6 years ago |
Peter Barker
|
3e4366906b
|
Plane: allow GCS MAVLink base class to handle out-of-time for sending messages
|
6 years ago |
Peter Barker
|
400aa53654
|
Plane: move arming-related functionality into parent classes
Logging moves up
arming via mavlink moves up
arming via switch moves up
|
6 years ago |
Tom Pittenger
|
ade6281923
|
Plane: use #if ADVANCED_FAILSAFE == ENABLED just like Rover and Copter
|
6 years ago |
Tom Pittenger
|
0270c57530
|
Plane: massive refactor and creation of Mode class
|
6 years ago |
Peter Barker
|
a372428ec5
|
Plane: use sanitize method rather than location_sanitize function
|
6 years ago |
Peter Barker
|
bbc38f41eb
|
Plane: use convenience manual_override method
|
6 years ago |
Peter Barker
|
7dafde5783
|
Plane: stop passing dataflash into handle_radio_status
|
6 years ago |
IamPete1
|
ffc94f19cd
|
Plane: use AHRS view for all vtol modes
|
6 years ago |
Peter Barker
|
1a55f0ffab
|
Plane: FrSky support has moved to GCS
|
6 years ago |
Peter Barker
|
f940564f2b
|
Plane: use enum class for AltFrame enumeration
|
6 years ago |
Peter Barker
|
0edba9070f
|
Plane: move sending of RPM message up
|
6 years ago |
Peter Barker
|
ca7566fff9
|
Plane: use enum class for ArmingMethod and ArmingRequired
|
6 years ago |
Peter Barker
|
bd444d97dc
|
Plane: move sending of airspeed_autocal into AP_AirSpeed
|
6 years ago |
Peter Barker
|
94899bd2ed
|
Plane: move sending of send_pid_tuning up
|
6 years ago |
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
|
6 years ago |
Peter Barker
|
34853fb1bf
|
Plane: move update_sensor_status_flags into GCS subclasses
|
6 years ago |
Peter Barker
|
a3c13fc028
|
Plane: move sensor flags to be a GCS thing rather than a GCS_MAVLINK thing
|
6 years ago |
Peter Barker
|
33541dcbf6
|
Plane: GCS_MAVLink takes care of mavlink capabilities
|
6 years ago |
Peter Barker
|
5690a0ea4a
|
Plane: move try_send_message of nav_controller_output up
|
6 years ago |
Peter Barker
|
0c880a4c3e
|
Plane: remove redundant home-setting sanity checks
|
6 years ago |
Peter Barker
|
b6bf8d8368
|
Plane: make setting of home boolean in preparation for sanity checks
|
6 years ago |
Peter Barker
|
30671a6743
|
Plane: move handling of command-int MAV_CMD_DO_SET_HOME up
Plane: eliminate set_home shim around AP_AHRS::set_home
|
6 years ago |
Peter Barker
|
6e1dc79b75
|
Plane: move handling of RC_CHANNELS_OVERRIDE up
|
6 years ago |
Peter Barker
|
b48cb1e367
|
Plane: move sending of sys_status message up
|
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 |
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 |
Michael du Breuil
|
64e152fbc0
|
Plane: Remove unneeded GCS rally override
|
6 years ago |
Andrew Tridgell
|
97e54f6359
|
Plane: allow mavlink when in sensor error
|
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 |
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
|
e8885ee1a5
|
Plane: Fly a planned abort sequence if available
|
6 years ago |
Nikhil Upadhye
|
d1e93bae83
|
Plane: adding new mode QAUTOTUNE
copter like autotune support for quadplanes and tailsitter in VTOL mode.
cleanup
|
6 years ago |
Peter Barker
|
9d323b4b90
|
Plane: move accept_packet to GCS_MAVLink base class
|
6 years ago |
Peter Barker
|
2978da5ecd
|
Plane: GCS_MAVLink now uses Mission singleton
|
6 years ago |