Peter Barker
|
73707077b5
|
Plane: move enabled parameter into compass library
|
2019-04-02 10:24:49 +11:00 |
Peter Barker
|
f004765494
|
Plane: fix incorrect misleading comment
|
2019-03-31 18:35:53 -07: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 |
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 |
Dr.-Ing. Amilcar do Carmo Lucas
|
f430fd14f6
|
Plane: replace location_offset() and get_distance() function calls with Location object member function calls
This allows removing duplicated code
|
2019-02-28 11:44:09 +11:00 |
Peter Barker
|
dea75a87fd
|
Plane: AHRS set_orientation renamed to update_orientation
|
2019-02-26 10:28:09 +11:00 |
Peter Barker
|
34853fb1bf
|
Plane: move update_sensor_status_flags into GCS subclasses
|
2019-02-19 14:09:59 +11:00 |
Mark Whitehorn
|
95b3a5bacd
|
ArduPlane: implement hover throttle learning for quadplanes
disable by default
check quadplane.enable in update_hover_learn
|
2019-02-16 19:04:13 -08:00 |
Peter Barker
|
b6bf8d8368
|
Plane: make setting of home boolean in preparation for sanity checks
|
2019-02-15 08:28:45 +11:00 |
Michael du Breuil
|
df1632054e
|
Plane: Update throttle mix
|
2019-02-05 11:05:54 +11:00 |
Peter Barker
|
40856fef56
|
Plane: remove vestiges of old PX4_MIXER code
|
2019-01-19 19:31:03 +11:00 |
Peter Barker
|
6fc76a32af
|
GLOBAL: use AP::logger() and strip redundant Log_ from methods
|
2019-01-18 18:08:20 +11:00 |
Peter Barker
|
b47733142f
|
GLOBAL: rename DataFlash_Class to AP_Logger
|
2019-01-18 18:08:20 +11:00 |
Peter Barker
|
76b31f315a
|
Plane: log_terrain_data no longer takes a DataFlash argument
|
2019-01-18 11:17:40 +11:00 |
Michael du Breuil
|
843c92ced5
|
Plane: Remove some redundant code/state resets
|
2019-01-15 10:45:50 +11:00 |
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!
|
2019-01-14 08:32:17 +11:00 |
Nikhil Upadhye
|
d1e93bae83
|
Plane: adding new mode QAUTOTUNE
copter like autotune support for quadplanes and tailsitter in VTOL mode.
cleanup
|
2018-12-14 16:33:11 +11:00 |
Peter Barker
|
153228bef5
|
Plane: call GCS update functions at quadcopter main loop rate
|
2018-12-10 12:52:41 +09:00 |
Peter Barker
|
7f5c0db949
|
Plane: adjust for new update entry points into GCS
|
2018-12-10 12:52:41 +09:00 |
IamPete1
|
c6e70c0454
|
Plane: add roll limit for tailsitters
Quadplane: add tailsitter pitch params
|
2018-12-01 09:40:07 +11:00 |
Peter Barker
|
ba3a369651
|
Plane: remove update_events scheduler shim
|
2018-11-27 10:07:13 +11:00 |
Michael du Breuil
|
1e220d3d37
|
Plane: Add support for mode change to QLand as a failsafe
|
2018-11-24 14:37:04 -08:00 |
Peter Barker
|
d4e88bc6ba
|
Plane: remove pointless wrappers around RC_Channels functions
|
2018-11-23 10:56:17 +11:00 |
Peter Barker
|
03b71e1123
|
Plane: remove pointless wrappers around gcs functions
|
2018-11-23 10:56:17 +11:00 |
Andrew Tridgell
|
da69bf3391
|
Plane: added an abstraction for reverse thrust
use have_reverse_thrust() and get_throttle_input()
|
2018-11-16 08:33:35 +11:00 |
Peter Barker
|
a5c34f6172
|
Plane: OpticalFlow takes care of its own logging
|
2018-11-13 10:40:23 +11:00 |
Andrew Tridgell
|
432d786f82
|
Plane: pass height to landing gear update
|
2018-11-10 21:24:19 +11:00 |
Eugene Shamaev
|
01178a75e9
|
Plane: added landing gear support
|
2018-11-09 14:35:14 +11:00 |
Andrew Tridgell
|
f2b8067023
|
Plane: pass manual_rc_mask to iocmu mixer
|
2018-11-07 07:35:45 +11:00 |
Andrew Tridgell
|
c3d434bc35
|
Plane: pass mixing gain to iomcu
|
2018-11-07 07:35:45 +11:00 |
Andrew Tridgell
|
d5c29fc57e
|
Plane: use IOMCU mixing if available
|
2018-11-07 07:35:45 +11:00 |
Peter Barker
|
901664ce09
|
Plane: add support for RCn_OPTION (servorelay,camera)
Closes #7071
Closes #7666
|
2018-09-05 13:44:07 +10:00 |
Michael du Breuil
|
e4bbcd5ee3
|
Plane: Don't initilize motors with a trim value
|
2018-08-23 13:19:08 +10:00 |
Alexander Malishev
|
001948d40c
|
Plane: publish navigation info to OSD
|
2018-08-16 10:26:34 +10:00 |
Randy Mackay
|
903d00c4b2
|
Plane: remove compass accumulate
|
2018-08-06 11:05:34 +10:00 |
Andrew Tridgell
|
1d675390ab
|
Plane: make soaring an optional build feature
this disables soaring on px4-v2, saving 5k of flash
This is needed to consider pr #9042, which takes a lot of flash space
|
2018-07-30 13:09:15 +10:00 |
Peter Barker
|
85f339caae
|
Plane: remove annoying ice_update shim
|
2018-07-04 21:08:47 +01:00 |
Peter Barker
|
e404562544
|
Plane: remove vexing button_update shim
|
2018-07-04 21:08:47 +01:00 |
Peter Barker
|
4502fd21c3
|
Plane: use compass singleton for logging
|
2018-07-04 20:11:27 +01:00 |
Michael du Breuil
|
1c276e6af7
|
Plane: Remove unneeded wrapper functions
Also removes unneeded battery failsafe flag clearing
|
2018-06-27 11:39:35 +10:00 |
Peter Barker
|
9824832523
|
Plane: use AP_RTC
Plane: AP_GPS now sets the system time directly
|
2018-06-15 08:01:22 +10:00 |
Peter Barker
|
bc9df01d21
|
Plane: remove sending of statustext for home location
|
2018-05-29 14:38:45 +10:00 |
Peter Barker
|
22306c370b
|
Plane: factor out a Plane::set_home
|
2018-05-29 14:38:45 +10:00 |
Tom Pittenger
|
4dca1c48f2
|
Plane: update vehicle max_speed to ADSB library
|
2018-05-23 14:02:45 -07:00 |
Michael du Breuil
|
b479f3760a
|
Plane: Remove some unneeded logging indirection
Saves 32 bytes on make px4-v2
|
2018-05-16 20:34:00 +10:00 |
Peter Barker
|
eb026e0a5f
|
Plane: correct compilation when logging is disabled
|
2018-05-10 17:55:13 +09:00 |
Peter Barker
|
68497f27fa
|
Plane: move try_send_message handling of RC_CHANNELS up
|
2018-05-08 12:33:32 +01:00 |
Peter Barker
|
5ef417a669
|
Plane: GPS now logs its own data
|
2018-04-18 13:50:55 +09:00 |
Peter Barker
|
2b54113334
|
Plane: Baro does its own dataflash logging
|
2018-04-12 19:12:12 +01:00 |