# VTOL Without an Airspeed Sensor

Experimental

WARNING

Support for VTOLs without an airspeed sensor is considered experimental and should only be attempted by experienced pilots. The use of an airspeed sensor is recommended.

Fixed-wing vehicles use airspeed sensors to determine the speed at which the airplane is moving through the air. Depending on wind this could vary from groundspeed. Every airplane has a minimum airspeed below which the airplane will stall. In mild weather conditions and with settings significantly above stall speed a VTOL can operate without the use of an airspeed sensor.

This guide will outline the parameter settings required to bypass the airspeed sensor for VTOL planes.

Note

Most settings described here should also be applicable to fixed-wing vehicles that are not VTOL, but this is currently untested. Transition turning and quad-chute are VTOL-specific.

# Preparation

Before attempting to eliminate an airspeed sensor you should first determine a safe throttle level. Also the duration for a front transition needs to be known. To do this you can either perform a reference flight with an airspeed sensor or fly the vehicle manually. In both cases the reference flight should be performed in very low wind conditions.

The flight should be performed at a speed that would be sufficient to fly in high wind conditions and should consist of:

  • Successful front transition
  • A straight and level flight
  • An aggressive turn
  • A quick ascend to a higher altitude

# Examining the Log

After the reference flight download the log and use FlightPlot (or another analysis tool) to examine the log. Plot the altitude (GPOS.Alt), thrust (ATC1.Thrust), groundspeed (Expression: sqrt(GPS.VelN\^2 + GPS.VelE\^2)), pitch (ATT.Pitch) and roll (AT.Roll).

Examine the throttle level (thrust) when the vehicle is level (no or little pitch and roll), during the ascend (increasing altitude) and when the vehicle is banking (more roll). The initial value to use as cruise speed should be the highest thrust applied during a roll or ascend, the thrust during level flight should be considered the minimum value if you decide to further tune down your speed.

Also take note of the time it took for a front transition to complete. This will be used to set the minimum transition time. For safety reasons you should add +- 30% to this time.

Finally take note of the groundspeed during cruise flight. This can be used to tune your throttle setting after the first flight without an airspeed sensor.

# Setting the Parameters

To bypass the airspeed preflight check you need to set SYS_HAS_NUM_ASPD to 0.

To prevent an installed airspeed sensor being used for feedback control set FW_USE_AIRSPD to False. This allows you to test the system's behavior in the airspeed-less setting while still having the actual airspeed reading available to check the safety margin to stall speed etc.

Set the trim throttle (FW_THR_TRIM) to the percentage as determined from the log of the reference flight. Note that QGC scales this from 1..100 and the thrust value from the log is scaled from 0..1. So a thrust of 0.65 should be entered as 65. For safety reasons it is recommended to add +- 10% throttle to the determined value for testing a first flight.

Set the minimum front transition time (VT_TRANS_MIN_TM) to the number of seconds determined from the reference flight and add +- 30% for safety.

Because the risk of stalling is real, it is recommended to set the 'fixed-wing minimum altitude' (a.k.a. 'quad-chute') threshold (VT_FW_MIN_ALT).

This will cause the VTOL to transition back to multicopter mode and initiate the Return mode below a certain altitude. You could set this to 15 or 20 meters to give the multicopter time to recover from a stall.

The position estimator tested for this mode is EKF2, you can set this by changing the SYS_MC_EST_GROUP.

# First Flight Without Airspeed Sensor

The values apply to a position controlled flight (like Hold mode or Mission mode or Mission mode). It is therefore recommended that a mission is configured at a safe altitude, approximately 10m above the quad-chute threshold.

Like for the reference flight, this flight should be performed in very low wind conditions. For the first flight the following is recommended:

  • Stay at one altitude
  • Set the waypoints wide enough and in such a fashion that no sharp turns are required
  • Keep the mission small enough that it remains in sight should a manual override be required.
  • If the airspeed is very high, consider performing a manual back transition by switching to Altitude mode.

If the mission finished successfully you should proceed to examine the log for the following:

  • The groundspeed should be considerably above the groundspeed from the reference flight.
  • The altitude should not have been significantly lower than the reference flight.
  • The pitch angle should not have consistently been different from the reference flight.

If all these conditions have been met you can start to tune down the cruise throttle in small steps until the groundspeed matches that of the reference flight.

# Parameter Overview

The relevant parameters are: