Commit Graph

4341 Commits

Author SHA1 Message Date
Andrew Tridgell f8e77faa29 Plane: added Q_NAVALT_MIN
this is equivalent to copters WP_NAVALT_MIN parameter for takeoff. Not
implemented for land yet

this is useful for vehicles with significant GPS velocity noise on
takeoff, preventing dragging the landing gear
2022-06-17 14:07:00 +10:00
Iampete1 546d0ad719 Plane: Quadplane: force convertions of Q_M_PMW_* params if invalid and add arming check 2022-06-17 14:07:00 +10:00
Andrew Tridgell ffa625dfb3 Plane: adjust down default quadplane gains
make it better for a typical quadplane, the defaults were more
suitable on smaller aircraft
2022-06-17 14:07:00 +10:00
Andrew Tridgell 5f2cc8960d Plane: moved harmonic notch update code to AP_Vehicle 2022-06-17 14:07:00 +10:00
Andrew Tridgell a23a25f6b3 Plane: param conversion for INS_NOTCH to INS_HNTC2 2022-06-17 14:07:00 +10:00
Andrew Tridgell 5e1489eeff Plane: support harmonic notch on 2nd RPM sensor 2022-06-17 14:07:00 +10:00
Andrew Tridgell e894dfe339 Plane: support two full harmonic notch filters 2022-06-17 14:07:00 +10:00
Andrew Tridgell 54a5bd007d Plane: prepare for 4.2.1 release 2022-05-23 17:36:17 +10:00
Andrew Tridgell b8ed81ca5f Plane: release notes for 4.2.1 2022-05-23 17:35:21 +10:00
Andrew Tridgell 031f69df15 Plane: fixed false positive in landing detector
this fixes a case where we can get false positive on the landing
detector for quadplanes.

The issue happens if we cross the LAND_DESCEND to LAND_FINAL threshold
while pilot repositioning is active, with stale information in
landing_detect.lower_limit_start_ms as we don't run should_relax() in
LAND_DESCEND
2022-05-23 17:35:21 +10:00
Andrew Tridgell bd22f0073c Plane: prepare for 4.2.1beta1 2022-05-19 17:10:04 +10:00
Andrew Tridgell 2fadfa8690 Plane: update release notes for 4.2.1beta1 2022-05-19 17:10:04 +10:00
Andrew Tridgell d4146a1672 Plane: cope with QGC retrying AUTO mode
QGC tries several times to enter AUTO even when it is refused. We need
to keep refusing
2022-05-19 17:09:45 +10:00
Peter Barker 1a4bb9b319 ArduPlane: support *10 multipler when storing/retrieving radius in NAV_LOITER_TURNS 2022-05-19 17:09:45 +10:00
Andrew Tridgell c093c5d945 Plane: increased safety of guided -> auto quadplane takeoff
when we arm in guided mode then enter a special guided_wait_takeoff
state. We keep motors suppressed until one of the following happens

  1) disarm
  2) guided takeoff command
  3) change to AUTO with a takeoff waypoint as first nav waypoint
  4) change to another mode

while in this state we don't go to throttle unlimited, and will refuse
a change to AUTO mode if the first waypoint is not a takeoff. If we
try to switch to RTL then we will instead use QLAND

This state is needed to cope with the takeoff sequence used by QGC on
common controllers such as the MX16, which do this on a "takeoff"
swipe:

  - changes mode to GUIDED
  - arms
  - changes mode to AUTO
2022-05-19 17:09:45 +10:00
Andrew Tridgell 1f7354951d Plane: account for sprung throttle in VTOL throttle suppression
when RC_OPTIONS has been changed to not check throttle for arming then
treat this like a sprung throttle for quadplane throttle suppression
in auto-throttle modes, and only unsuppress when throttle goes above
trim+dz
2022-05-19 17:09:45 +10:00
Andrew Tridgell 24f5802858 Plane: refuse arming if we are in a landing sequence
this helps when the aircraft has gone into a landing sequence due to a
failsafe before it is armed. Arming while in the landing sequence is
very unlikely to be what the user wants
2022-05-19 17:09:45 +10:00
Andrew Tridgell 0124e9b54c Plane: update gyro fft throttle
allows for updating or learned FFT freq
2022-05-10 11:21:47 +10:00
Andrew Tridgell 44735215e5 Plane: prepare for 4.2.0 stable release 2022-05-04 10:33:17 +10:00
Andrew Tridgell 06cc105967 Plane: release notes for 4.2.0 2022-05-04 10:33:17 +10:00
Andrew Tridgell a9cb31a5a6 Plane: prepare for 4.2.0beta6 2022-04-28 18:18:33 +10:00
Andrew Tridgell 494df9dbca Plane: release notes for plane 4.2.0beta6 2022-04-28 18:18:07 +10:00
Sanket Sharma f9a5272c6e Plane: Updated highest airspeed limit when armed 2022-04-28 12:56:34 +10:00
Andrew Tridgell 4e4b7db2b7 Plane: add Q_OPTION for RTL always on RC failsafe for ship landing 2022-04-28 12:56:34 +10:00
Andrew Tridgell 46304533a8 Plane: param conversion for INS_NOTCH to INS_HNTC2 2022-04-28 12:56:34 +10:00
Peter Barker e3fce6635f Plane: do not use guided waypoint for loiter location
Currently this waypoint is set 10,000m away by the avoidance behaviour

Instead, immediately enter loiter mode
2022-04-28 12:56:34 +10:00
Andrew Tridgell 9674489564 Plane: prepare for 4.2.0beta5 2022-04-07 10:06:25 +10:00
Andrew Tridgell 280ed2097b Plane: release notes for 4.2.0beta5 2022-04-07 10:05:28 +10:00
Andrew Tridgell 557c96b7f6 Plane: fixed rudder control when ARMING_RUDDER != 2
when rudder disarm is disabled we should allow full yaw control
regardless of throttle level. We should also only disable left yaw
when throttle is at zero, as right yaw does not indicate pilot may be
trying to disarm
2022-04-07 10:05:28 +10:00
Andrew Tridgell 64d95c27c2 Plane: prepare for 4.2.0beta4 release 2022-03-28 20:53:56 +11:00
Andrew Tridgell 2b4683c30d Plane: added release notes for 4.2.0beta4 2022-03-28 20:53:56 +11:00
Andrew Tridgell 6a769b728e Plane: fixed yaw on the ground when rudder disarming in AUTO
when a quadplane touches down in an auto throttle mode the pilot may
use rudder to disarm. The check for rudder disarm was only active in
modes without auto-throttle. This expands it to all modes if the
throttle has hit the lower limit
2022-03-28 20:53:56 +11:00
Andrew Tridgell f1f6c34132 Plane: added a value for RTL_AUTOLAND to disable arming check
set RTL_AUTOLAND=3 to get go-around but not RTL DO_LAND_START usage
2022-03-28 20:53:56 +11:00
Andrew Tridgell 727e066fa9 Plane: prevent rapid RTL/AUTO switching on fence breach
don't switch back to RTL if already in a DO_LAND_START sequence
2022-03-28 20:53:56 +11:00
Andrew Tridgell 04f464772b Plane: when shutting down motors force outputs to minimum
this fixes issue #20354 where a long spool time can lead to motors
running without control for an extended period of time.
2022-03-28 20:53:56 +11:00
Andrew Tridgell 7bdeeb24e2 Plane: prepare for 4.2.0beta3 2022-03-18 20:30:00 +11:00
Andrew Tridgell fdccae7b5e Plane: update release notes for 4.2.0beta3 2022-03-18 20:29:33 +11:00
Tim Tuxworth 6e915df31b Plane: Display Fence Breach message in GCS
Send a "Geofence breach" message to the Ground Control Station. Without this when the fence is breached and if anything happens as a result, such as RTL, it will happen silently.
2022-03-18 14:30:03 +11:00
Andrew Tridgell 8b7366d619 Plane: adjust throttle mix for auto landing
use mix-max during landing approach and initial descent, use min in
land final. As discussed with Leonard
2022-03-18 14:24:46 +11:00
Andrew Tridgell 6e3a2663bf Plane: check that RTL_AUTOLAND is set if using DO_LAND_START 2022-03-18 14:23:23 +11:00
Andrew Tridgell 14571ee24b Plane: added airspeed based pitch limit check
prevent using too much pitch when at low airspeed, which can lead to
severe instability in SLT quadplanes
2022-03-16 08:12:20 +11:00
Andrew Tridgell d7052b4d5a Plane: added an arming check for Q_ASSIST_SPEED
Q_ASSIST should really be enabled for all non-tailsitter
quadplanes. This arming check will help users remember to configure it
2022-03-16 07:09:30 +11:00
Andrew Tridgell 0bab0dc26c Plane: use set_lean_angle_max_cd()
allows for a wider range of Q_TRANS_DECEL while landing on the desired
landing point
2022-03-16 07:09:30 +11:00
Andrew Tridgell 6839533e5d Plane: improvements to POSITION1 controller
this improves 4 things in the POSITION1 controller based on logs from
4.2.0beta2. The changes are designed to increase the tolerance to
an incorrect value for Q_TRANS_DECEL, reducing landing overshoot

1) we fix the initialisation of the acceleration. The
   init_xy_controller() function assumes zero accel, so we need to
   call set_accel_desired_xy_cmss() just after that init to get the
   correct accel. Thanks to Leonard for this fix

2) if we decel more than expected due to too low Q_TRANS_DECEL we
   need to reduce the target speed, rather than putting the nose down

3) lower the default Q_P_JERK_XY to a value more appropriate for most
   quadplanes (Leonard suggested a value of 2)

4) fixed the pitch envelope from Q_BACKTRANS_MS to start after the
   airbrake phase is complete
2022-03-14 13:52:06 +11:00
Andrew Tridgell 965a571063 Plane: fixed pitch envelope after AIRBRAKE
we need to setup last_fw_mode_ms and last_fw_nav_pitch_cd when we
enter POSITION1 mode so that the expanding envelope pitch limit from
Q_BACKTRANS_MS is applied correctly
2022-03-14 11:06:29 +11:00
Andrew Tridgell 139411f0c5 Plane: prepare for 4.2.0beta2 2022-03-10 13:43:16 +11:00
Andrew Tridgell 42c2ec053a Plane: added release notes for 4.2.0beta2 2022-03-10 13:43:08 +11:00
Andrew Tridgell 0aeb7e1500 Plane: protect against short stop_distance 2022-03-10 11:11:10 +11:00
Iampete1 8fd386f50b Plane: quadplane: double log QPOS state change 2022-03-10 10:46:17 +11:00
Peter Barker 9981a08791 Plane: use has_valid_input in place of checking throttle counter 2022-03-10 10:45:39 +11:00