Complete Parameter List¶
Full Parameter List of Plane stable V3.9.4
You can change and check the parameters for another version:
This is a complete list of the parameters which can be set (e.g. via the MAVLink protocol) to control vehicle behaviour. They are stored in persistent storage on the vehicle.
This list is automatically generated from the latest ardupilot source code, and so may contain parameters which are not yet in the stable released versions of the code.
ArduPlane Parameters¶
FORMAT_VERSION: Eeprom format version number¶
This value is incremented when changes are made to the eeprom format
SYSID_THISMAV: MAVLink system ID of this vehicle¶
Allows setting an individual MAVLink system id for this vehicle to distinguish it from others on the same network
Range |
|---|
1 - 255 |
SYSID_MYGCS: Ground station MAVLink system ID¶
The identifier of the ground station in the MAVLink protocol. Don't change this unless you also modify the ground station to match.
Range |
|---|
1 - 255 |
AUTOTUNE_LEVEL: Autotune level¶
Level of aggressiveness for autotune. When autotune is run a lower AUTOTUNE_LEVEL will result in a 'softer' tune, with less aggressive gains. For most users a level of 6 is recommended.
Range |
Increment |
|---|---|
1 - 10 |
1 |
TELEM_DELAY: Telemetry startup delay¶
The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up
Units |
Range |
Increment |
|---|---|---|
seconds |
0 - 30 |
1 |
GCS_PID_MASK: GCS PID tuning mask¶
bitmask of PIDs to send MAVLink PID_TUNING messages for
Bitmask |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
KFF_RDDRMIX: Rudder Mix¶
The amount of rudder mix to apply during aileron movement 0 = 0 %, 1 = 100%
Range |
Increment |
|---|---|
0 - 1 |
0.01 |
KFF_THR2PTCH: Throttle to Pitch Mix¶
Throttle to pitch feed-forward gain.
Range |
Increment |
|---|---|
0 - 5 |
0.01 |
STAB_PITCH_DOWN: Low throttle pitch down trim¶
This controls the amount of down pitch to add in FBWA and AUTOTUNE modes when at low throttle. No down trim is added when throttle is above TRIM_THROTTLE. Below TRIM_THROTTLE downtrim is added in proportion to the amount the throttle is below TRIM_THROTTLE. At zero throttle the full downpitch specified in this parameter is added. This parameter is meant to help keep airspeed up when flying in FBWA mode with low throttle, such as when on a landing approach, without relying on an airspeed sensor. A value of 2 degrees is good for many planes, although a higher value may be needed for high drag aircraft.
Range |
Increment |
Units |
|---|---|---|
0 - 15 |
0.1 |
degrees |
GLIDE_SLOPE_MIN: Glide slope minimum¶
This controls the minimum altitude change for a waypoint before a glide slope will be used instead of an immediate altitude change. The default value is 15 meters, which helps to smooth out waypoint missions where small altitude changes happen near waypoints. If you don't want glide slopes to be used in missions then you can set this to zero, which will disable glide slope calculations. Otherwise you can set it to a minimum number of meters of altitude error to the destination waypoint before a glide slope will be used to change altitude.
Range |
Increment |
Units |
|---|---|---|
0 - 1000 |
1 |
meters |
GLIDE_SLOPE_THR: Glide slope threshold¶
This controls the height above the glide slope the plane may be before rebuilding a glide slope. This is useful for smoothing out an autotakeoff
Range |
Increment |
Units |
|---|---|---|
0 - 100 |
1 |
meters |
STICK_MIXING: Stick Mixing¶
When enabled, this adds user stick input to the control surfaces in auto modes, allowing the user to have some degree of flight control without changing modes. There are two types of stick mixing available. If you set STICK_MIXING to 1 then it will use "fly by wire" mixing, which controls the roll and pitch in the same way that the FBWA mode does. This is the safest option if you usually fly ArduPlane in FBWA or FBWB mode. If you set STICK_MIXING to 2 then it will enable direct mixing mode, which is what the STABILIZE mode uses. That will allow for much more extreme maneuvers while in AUTO mode.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
AUTO_FBW_STEER: Use FBWA steering in AUTO¶
When enabled this option gives FBWA navigation and steering in AUTO mode. This can be used to allow manual stabilised piloting with waypoint logic for triggering payloads. With this enabled the pilot has the same control over the plane as in FBWA mode, and the normal AUTO navigation is completely disabled. THIS OPTION IS NOT RECOMMENDED FOR NORMAL USE.
Values |
||||||
|---|---|---|---|---|---|---|
|
TKOFF_THR_MINSPD: Takeoff throttle min speed¶
Minimum GPS ground speed in m/s used by the speed check that un-suppresses throttle in auto-takeoff. This can be be used for catapult launches where you want the motor to engage only after the plane leaves the catapult, but it is preferable to use the TKOFF_THR_MINACC and TKOFF_THR_DELAY parameters for catapult launches due to the errors associated with GPS measurements. For hand launches with a pusher prop it is strongly advised that this parameter be set to a value no less than 4 m/s to provide additional protection against premature motor start. Note that the GPS velocity will lag the real velocity by about 0.5 seconds. The ground speed check is delayed by the TKOFF_THR_DELAY parameter.
Units |
Range |
Increment |
|---|---|---|
meters per second |
0 - 30 |
0.1 |
TKOFF_THR_MINACC: Takeoff throttle min acceleration¶
Minimum forward acceleration in m/s/s before arming the ground speed check in auto-takeoff. This is meant to be used for hand launches. Setting this value to 0 disables the acceleration test which means the ground speed check will always be armed which could allow GPS velocity jumps to start the engine. For hand launches and bungee launches this should be set to around 15.
Units |
Range |
Increment |
|---|---|---|
meters per square second |
0 - 30 |
0.1 |
TKOFF_THR_DELAY: Takeoff throttle delay¶
This parameter sets the time delay (in 1/10ths of a second) that the ground speed check is delayed after the forward acceleration check controlled by TKOFF_THR_MINACC has passed. For hand launches with pusher propellers it is essential that this is set to a value of no less than 2 (0.2 seconds) to ensure that the aircraft is safely clear of the throwers arm before the motor can start. For bungee launches a larger value can be used (such as 30) to give time for the bungee to release from the aircraft before the motor is started.
Units |
Range |
Increment |
|---|---|---|
deciseconds |
0 - 127 |
1 |
TKOFF_TDRAG_ELEV: Takeoff tail dragger elevator¶
This parameter sets the amount of elevator to apply during the initial stage of a takeoff. It is used to hold the tail wheel of a taildragger on the ground during the initial takeoff stage to give maximum steering. This option should be combined with the TKOFF_TDRAG_SPD1 option and the GROUND_STEER_ALT option along with tuning of the ground steering controller. A value of zero means to bypass the initial "tail hold" stage of takeoff. Set to zero for hand and catapult launch. For tail-draggers you should normally set this to 100, meaning full up elevator during the initial stage of takeoff. For most tricycle undercarriage aircraft a value of zero will work well, but for some tricycle aircraft a small negative value (say around -20 to -30) will apply down elevator which will hold the nose wheel firmly on the ground during initial acceleration. Only use a negative value if you find that the nosewheel doesn't grip well during takeoff. Too much down elevator on a tricycle undercarriage may cause instability in steering as the plane pivots around the nosewheel. Add down elevator 10 percent at a time.
Units |
Range |
Increment |
|---|---|---|
percent |
-100 - 100 |
1 |
TKOFF_TDRAG_SPD1: Takeoff tail dragger speed1¶
This parameter sets the airspeed at which to stop holding the tail down and transition to rudder control of steering on the ground. When TKOFF_TDRAG_SPD1 is reached the pitch of the aircraft will be held level until TKOFF_ROTATE_SPD is reached, at which point the takeoff pitch specified in the mission will be used to "rotate" the pitch for takeoff climb. Set TKOFF_TDRAG_SPD1 to zero to go straight to rotation. This should be set to zero for hand launch and catapult launch. It should also be set to zero for tricycle undercarriages unless you are using the method above to genetly hold the nose wheel down. For tail dragger aircraft it should be set just below the stall speed.
Units |
Range |
Increment |
|---|---|---|
meters per second |
0 - 30 |
0.1 |
TKOFF_ROTATE_SPD: Takeoff rotate speed¶
This parameter sets the airspeed at which the aircraft will "rotate", setting climb pitch specified in the mission. If TKOFF_ROTATE_SPD is zero then the climb pitch will be used as soon as takeoff is started. For hand launch and catapult launches a TKOFF_ROTATE_SPD of zero should be set. For all ground launches TKOFF_ROTATE_SPD should be set above the stall speed, usually by about 10 to 30 percent
Units |
Range |
Increment |
|---|---|---|
meters per second |
0 - 30 |
0.1 |
TKOFF_THR_SLEW: Takeoff throttle slew rate¶
This parameter sets the slew rate for the throttle during auto takeoff. When this is zero the THR_SLEWRATE parameter is used during takeoff. For rolling takeoffs it can be a good idea to set a lower slewrate for takeoff to give a slower acceleration which can improve ground steering control. The value is a percentage throttle change per second, so a value of 20 means to advance the throttle over 5 seconds on takeoff. Values below 20 are not recommended as they may cause the plane to try to climb out with too little throttle. A value of -1 means no limit on slew rate in takeoff.
Units |
Range |
Increment |
|---|---|---|
percent per second |
-1 - 127 |
1 |
TKOFF_PLIM_SEC: Takeoff pitch limit reduction¶
This parameter reduces the pitch minimum limit of an auto-takeoff just a few seconds before it reaches the target altitude. This reduces overshoot by allowing the flight controller to start leveling off a few seconds before reaching the target height. When set to zero, the mission pitch min is enforced all the way to and through the target altitude, otherwise the pitch min slowly reduces to zero in the final segment. This is the pitch_min, not the demand. The flight controller should still be commanding to gain altitude to finish the takeoff but with this param it is not forcing it higher than it wants to be.
Units |
Range |
Increment |
|---|---|---|
seconds |
0 - 10 |
0.5 |
TKOFF_FLAP_PCNT: Takeoff flap percentage¶
The amount of flaps (as a percentage) to apply in automatic takeoff
Range |
Units |
|---|---|
0 - 100 |
percent |
FBWA_TDRAG_CHAN: FBWA taildragger channel¶
This is a RC input channel which when it goes above 1700 enables FBWA taildragger takeoff mode. It should be assigned to a momentary switch. Once this feature is enabled it will stay enabled until the aircraft goes above TKOFF_TDRAG_SPD1 airspeed, changes mode, or the pitch goes above the initial pitch when this is engaged or goes below 0 pitch. When enabled the elevator will be forced to TKOFF_TDRAG_ELEV. This option allows for easier takeoffs on taildraggers in FBWA mode, and also makes it easier to test auto-takeoff steering handling in FBWA. Setting it to 0 disables this option.
LEVEL_ROLL_LIMIT: Level flight roll limit¶
This controls the maximum bank angle in degrees during flight modes where level flight is desired, such as in the final stages of landing, and during auto takeoff. This should be a small angle (such as 5 degrees) to prevent a wing hitting the runway during takeoff or landing. Setting this to zero will completely disable heading hold on auto takeoff and final landing approach.
Units |
Range |
Increment |
|---|---|---|
degrees |
0 - 45 |
1 |
USE_REV_THRUST: Bitmask for when to allow negative reverse thrust¶
This controls when to use reverse thrust. If set to zero then reverse thrust is never used. If set to a non-zero value then the bits correspond to flight stages where reverse thrust may be used. Note that reverse thrust is only ever auto-enabled in auto-throttle modes. In modes where throttle control is pilot controlled the ability to do reverse thrust is controlled by throttle stick input. The most commonly used value for USE_REV_THRUST is 2, which means AUTO_LAND only. That enables reverse thrust in the landing stage of AUTO mode. Another common choice is 1, which means to use reverse thrust in all auto flight stages.
Values |
Bitmask |
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
ALT_CTRL_ALG: Altitude control algorithm¶
This sets what algorithm will be used for altitude control. The default is zero, which selects the most appropriate algorithm for your airframe. Currently the default is to use TECS (total energy control system). From time to time we will add other experimental altitude control algorithms which will be selected using this parameter.
Values |
||||
|---|---|---|---|---|
|
ALT_OFFSET: Altitude offset¶
This is added to the target altitude in automatic flight. It can be used to add a global altitude offset to a mission
Units |
Range |
Increment |
|---|---|---|
meters |
-32767 - 32767 |
1 |
WP_RADIUS: Waypoint Radius¶
Defines the maximum distance from a waypoint that when crossed indicates the waypoint may be complete. To avoid the aircraft looping around the waypoint in case it misses by more than the WP_RADIUS an additional check is made to see if the aircraft has crossed a "finish line" passing through the waypoint and perpendicular to the flight path from the previous waypoint. If that finish line is crossed then the waypoint is considered complete. Note that the navigation controller may decide to turn later than WP_RADIUS before a waypoint, based on how sharp the turn is and the speed of the aircraft. It is safe to set WP_RADIUS much larger than the usual turn radius of your aircraft and the navigation controller will work out when to turn. If you set WP_RADIUS too small then you will tend to overshoot the turns.
Units |
Range |
Increment |
|---|---|---|
meters |
1 - 32767 |
1 |
WP_MAX_RADIUS: Waypoint Maximum Radius¶
Sets the maximum distance to a waypoint for the waypoint to be considered complete. This overrides the "cross the finish line" logic that is normally used to consider a waypoint complete. For normal AUTO behaviour this parameter should be set to zero. Using a non-zero value is only recommended when it is critical that the aircraft does approach within the given radius, and should loop around until it has done so. This can cause the aircraft to loop forever if its turn radius is greater than the maximum radius set.
Units |
Range |
Increment |
|---|---|---|
meters |
0 - 32767 |
1 |
WP_LOITER_RAD: Waypoint Loiter Radius¶
Defines the distance from the waypoint center, the plane will maintain during a loiter. If you set this value to a negative number then the default loiter direction will be counter-clockwise instead of clockwise.
Units |
Range |
Increment |
|---|---|---|
meters |
-32767 - 32767 |
1 |
RTL_RADIUS: RTL loiter radius¶
Defines the radius of the loiter circle when in RTL mode. If this is zero then WP_LOITER_RAD is used. If the radius is negative then a counter-clockwise is used. If positive then a clockwise loiter is used.
Units |
Range |
Increment |
|---|---|---|
meters |
-32767 - 32767 |
1 |
FENCE_ACTION: Action on geofence breach¶
What to do on fence breach. If this is set to 0 then no action is taken, and geofencing is disabled. If this is set to 1 then the plane will enter GUIDED mode, with the target waypoint as the fence return point. If this is set to 2 then the fence breach is reported to the ground station, but no other action is taken. If set to 3 then the plane enters guided mode but the pilot retains manual throttle control. If set to 4 the plane enters RTL mode, with the target waypoint as the closest rally point (or home point if there are no rally points).
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
FENCE_TOTAL: Fence Total¶
Number of geofence points currently loaded
FENCE_CHANNEL: Fence Channel¶
RC Channel to use to enable geofence. PWM input above 1750 enables the geofence
FENCE_MINALT: Fence Minimum Altitude¶
Minimum altitude allowed before geofence triggers
Units |
Range |
Increment |
|---|---|---|
meters |
0 - 32767 |
1 |
FENCE_MAXALT: Fence Maximum Altitude¶
Maximum altitude allowed before geofence triggers
Units |
Range |
Increment |
|---|---|---|
meters |
0 - 32767 |
1 |
FENCE_RETALT: Fence Return Altitude¶
Altitude the aircraft will transit to when a fence breach occurs. If FENCE_RETALT is <= 0 then the midpoint between FENCE_MAXALT and FENCE_MINALT is used, unless FENCE_MAXALT < FENCE_MINALT. If FENCE_MAXALT < FENCE_MINALT AND FENCE_RETALT is <= 0 then ALT_HOLD_RTL is the altitude used on a fence breach.
Units |
Range |
Increment |
|---|---|---|
meters |
0 - 32767 |
1 |
FENCE_AUTOENABLE: Fence automatic enable¶
When set to 1, geofence automatically enables after an auto takeoff and automatically disables at the beginning of an auto landing. When on the ground before takeoff the fence is disabled. When set to 2, the fence autoenables after an auto takeoff, but only disables the fence floor during landing. It is highly recommended to not use this option for line of sight flying and use a fence enable channel instead.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
FENCE_RET_RALLY: Fence Return to Rally¶
When set to 1: on fence breach the plane will return to the nearest rally point rather than the fence return point. If no rally points have been defined the plane will return to the home point.
Values |
||||||
|---|---|---|---|---|---|---|
|
STALL_PREVENTION: Enable stall prevention¶
This controls the use of stall prevention techniques, including roll limits at low speed and raising the minimum airspeed in turns. The limits are based on the aerodynamic load factor of a banked turn. This option relies on the correct ARSPD_FBW_MIN value being set correctly. Note that if you don't have an airspeed sensor then stall prevention will use an airspeed estimate based on the ground speed plus a wind estimate taken from the response of the autopilot banked turns. That synthetic airspeed estimate may be inaccurate, so you should not assume that stall prevention with no airspeed sensor will be effective.
Values |
||||||
|---|---|---|---|---|---|---|
|
ARSPD_FBW_MIN: Minimum Airspeed¶
This is the minimum airspeed you want to fly at in modes where the autopilot controls the airspeed. This should be set to a value around 20% higher than the level flight stall speed for the airframe. This value is also used in the STALL_PREVENTION code.
Units |
Range |
Increment |
|---|---|---|
meters per second |
5 - 100 |
1 |
ARSPD_FBW_MAX: Maximum Airspeed¶
This is the maximum airspeed that you want to allow for your airframe in auto-throttle modes. You should ensure that this value is sufficiently above the ARSPD_FBW_MIN value to allow for a sufficient flight envelope to accurately control altitude using airspeed. A value at least 50% above ARSPD_FBW_MIN is recommended.
Units |
Range |
Increment |
|---|---|---|
meters per second |
5 - 100 |
1 |
FBWB_ELEV_REV: Fly By Wire elevator reverse¶
Reverse sense of elevator in FBWB and CRUISE modes. When set to 0 up elevator (pulling back on the stick) means to lower altitude. When set to 1, up elevator means to raise altitude.
Values |
||||||
|---|---|---|---|---|---|---|
|
TERRAIN_FOLLOW: Use terrain following¶
This enables terrain following for CRUISE mode, FBWB mode, RTL and for rally points. To use this option you also need to set TERRAIN_ENABLE to 1, which enables terrain data fetching from the GCS, and you need to have a GCS that supports sending terrain data to the aircraft. When terrain following is enabled then CRUISE and FBWB mode will hold height above terrain rather than height above home. In RTL the return to launch altitude will be considered to be a height above the terrain. Rally point altitudes will be taken as height above the terrain. This option does not affect mission items, which have a per-waypoint flag for whether they are height above home or height above the terrain. To use terrain following missions you need a ground station which can set the waypoint type to be a terrain height waypoint when creating the mission.
Values |
||||||
|---|---|---|---|---|---|---|
|
TERRAIN_LOOKAHD: Terrain lookahead¶
This controls how far ahead the terrain following code looks to ensure it stays above upcoming terrain. A value of zero means no lookahead, so the controller will track only the terrain directly below the aircraft. The lookahead will never extend beyond the next waypoint when in AUTO mode.
Range |
Units |
|---|---|
0 - 10000 |
meters |
FBWB_CLIMB_RATE: Fly By Wire B altitude change rate¶
This sets the rate in m/s at which FBWB and CRUISE modes will change its target altitude for full elevator deflection. Note that the actual climb rate of the aircraft can be lower than this, depending on your airspeed and throttle control settings. If you have this parameter set to the default value of 2.0, then holding the elevator at maximum deflection for 10 seconds would change the target altitude by 20 meters.
Range |
Units |
Increment |
|---|---|---|
1 - 10 |
meters per second |
0.1 |
THR_MIN: Minimum Throttle¶
The minimum throttle setting (as a percentage) which the autopilot will apply. For the final stage of an automatic landing this is always zero. If your ESC supports reverse, use a negative value to configure for reverse thrust.
Units |
Range |
Increment |
|---|---|---|
percent |
-100 - 100 |
1 |
THR_MAX: Maximum Throttle¶
The maximum throttle setting (as a percentage) which the autopilot will apply.
Units |
Range |
Increment |
|---|---|---|
percent |
0 - 100 |
1 |
TKOFF_THR_MAX: Maximum Throttle for takeoff¶
The maximum throttle setting during automatic takeoff. If this is zero then THR_MAX is used for takeoff as well.
Units |
Range |
Increment |
|---|---|---|
percent |
0 - 100 |
1 |
THR_SLEWRATE: Throttle slew rate¶
maximum percentage change in throttle per second. A setting of 10 means to not change the throttle by more than 10% of the full throttle range in one second. Note that the minimum throttle change is 1 microsecond per loop, which provides a lower limit on the throttle slew rate, especially for quadplanes that run at 300 loops per second by default.
Units |
Range |
Increment |
|---|---|---|
percent per second |
0 - 127 |
1 |
FLAP_SLEWRATE: Flap slew rate¶
maximum percentage change in flap output per second. A setting of 25 means to not change the flap by more than 25% of the full flap range in one second. A value of 0 means no rate limiting.
Units |
Range |
Increment |
|---|---|---|
percent per second |
0 - 100 |
1 |
THR_SUPP_MAN: Throttle suppress manual passthru¶
When throttle is suppressed in auto mode it is normally forced to zero. If you enable this option, then while suppressed it will be manual throttle. This is useful on petrol engines to hold the idle throttle manually while waiting for takeoff
Values |
||||||
|---|---|---|---|---|---|---|
|
THR_PASS_STAB: Throttle passthru in stabilize¶
If this is set then when in STABILIZE, FBWA or ACRO modes the throttle is a direct passthru from the transmitter. This means the THR_MIN and THR_MAX settings are not used in these modes. This is useful for petrol engines where you setup a throttle cut switch that suppresses the throttle below the normal minimum.
Values |
||||||
|---|---|---|---|---|---|---|
|
THR_FAILSAFE: Throttle and RC Failsafe Enable¶
This enables failsafe on loss of RC input. How this is detected depends on the type of RC receiver being used. For older radios an input below the THR_FS_VALUE is used to trigger failsafe. For newer radios the failsafe trigger is part of the protocol between the autopilot and receiver.
Values |
||||||
|---|---|---|---|---|---|---|
|
THR_FS_VALUE: Throttle Failsafe Value¶
The PWM level on the throttle input channel below which throttle failsafe triggers. Note that this should be well below the normal minimum for your throttle channel.
Range |
Increment |
|---|---|
925 - 2200 |
1 |
TRIM_THROTTLE: Throttle cruise percentage¶
The target percentage of throttle to apply for normal flight
Units |
Range |
Increment |
|---|---|---|
percent |
0 - 100 |
1 |
THROTTLE_NUDGE: Throttle nudge enable¶
When enabled, this uses the throttle input in auto-throttle modes to 'nudge' the throttle or airspeed to higher or lower values. When you have an airspeed sensor the nudge affects the target airspeed, so that throttle inputs above 50% will increase the target airspeed from TRIM_ARSPD_CM up to a maximum of ARSPD_FBW_MAX. When no airspeed sensor is enabled the throttle nudge will push up the target throttle for throttle inputs above 50%.
Values |
||||||
|---|---|---|---|---|---|---|
|
FS_SHORT_ACTN: Short failsafe action¶
The action to take on a short (FS_SHORT_TIMEOUT) failsafe event. A short failsafe even can be triggered either by loss of RC control (see THR_FS_VALUE) or by loss of GCS control (see FS_GCS_ENABL). If in CIRCLE or RTL mode this parameter is ignored. A short failsafe event in stabilization and manual modes will cause an change to CIRCLE mode if FS_SHORT_ACTN is 0 or 1, and a change to FBWA mode if FS_SHORT_ACTN is 2. In all other modes (AUTO, GUIDED and LOITER) a short failsafe event will cause no mode change if FS_SHORT_ACTN is set to 0, will cause a change to CIRCLE mode if set to 1 and will change to FBWA mode if set to 2. Please see the documentation for FS_LONG_ACTN for the behaviour after FS_LONG_TIMEOUT seconds of failsafe.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
FS_SHORT_TIMEOUT: Short failsafe timeout¶
The time in seconds that a failsafe condition has to persist before a short failsafe event will occur. This defaults to 1.5 seconds
Units |
Range |
Increment |
|---|---|---|
seconds |
1 - 100 |
0.5 |
FS_LONG_ACTN: Long failsafe action¶
The action to take on a long (FS_LONG_TIMEOUT seconds) failsafe event. If the aircraft was in a stabilization or manual mode when failsafe started and a long failsafe occurs then it will change to RTL mode if FS_LONG_ACTN is 0 or 1, and will change to FBWA if FS_LONG_ACTN is set to 2. If the aircraft was in an auto mode (such as AUTO or GUIDED) when the failsafe started then it will continue in the auto mode if FS_LONG_ACTN is set to 0, will change to RTL mode if FS_LONG_ACTN is set to 1 and will change to FBWA mode if FS_LONG_ACTN is set to 2. If FS_LONG_ACTION is set to 3, the parachute will be deployed (make sure the chute is configured and enabled).
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
FS_LONG_TIMEOUT: Long failsafe timeout¶
The time in seconds that a failsafe condition has to persist before a long failsafe event will occur. This defaults to 5 seconds.
Units |
Range |
Increment |
|---|---|---|
seconds |
1 - 300 |
0.5 |
FS_GCS_ENABL: GCS failsafe enable¶
Enable ground control station telemetry failsafe. Failsafe will trigger after FS_LONG_TIMEOUT seconds of no MAVLink heartbeat messages. There are three possible enabled settings. Seeing FS_GCS_ENABL to 1 means that GCS failsafe will be triggered when the aircraft has not received a MAVLink HEARTBEAT message. Setting FS_GCS_ENABL to 2 means that GCS failsafe will be triggered on either a loss of HEARTBEAT messages, or a RADIO_STATUS message from a MAVLink enabled 3DR radio indicating that the ground station is not receiving status updates from the aircraft, which is indicated by the RADIO_STATUS.remrssi field being zero (this may happen if you have a one way link due to asymmetric noise on the ground station and aircraft radios).Setting FS_GCS_ENABL to 3 means that GCS failsafe will be triggered by Heartbeat(like option one), but only in AUTO mode. WARNING: Enabling this option opens up the possibility of your plane going into failsafe mode and running the motor on the ground it it loses contact with your ground station. If this option is enabled on an electric plane then you should enable ARMING_REQUIRED.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
FLTMODE_CH: Flightmode channel¶
RC Channel to use for flight mode control
FLTMODE1: FlightMode1¶
Flight mode for switch position 1 (910 to 1230 and above 2049)
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
FLTMODE2: FlightMode2¶
Flight mode for switch position 2 (1231 to 1360)
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
FLTMODE3: FlightMode3¶
Flight mode for switch position 3 (1361 to 1490)
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
FLTMODE4: FlightMode4¶
Flight mode for switch position 4 (1491 to 1620)
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
FLTMODE5: FlightMode5¶
Flight mode for switch position 5 (1621 to 1749)
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
FLTMODE6: FlightMode6¶
Flight mode for switch position 6 (1750 to 2049)
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
INITIAL_MODE: Initial flight mode¶
This selects the mode to start in on boot. This is useful for when you want to start in AUTO mode on boot without a receiver.
Values |
||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
LIM_ROLL_CD: Maximum Bank Angle¶
The maximum commanded bank angle in either direction
Units |
Range |
Increment |
|---|---|---|
centidegrees |
0 - 9000 |
1 |
LIM_PITCH_MAX: Maximum Pitch Angle¶
The maximum commanded pitch up angle
Units |
Range |
Increment |
|---|---|---|
centidegrees |
0 - 9000 |
1 |
LIM_PITCH_MIN: Minimum Pitch Angle¶
The minimum commanded pitch down angle
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-9000 - 0 |
1 |
ACRO_ROLL_RATE: ACRO mode roll rate¶
The maximum roll rate at full stick deflection in ACRO mode
Units |
Range |
Increment |
|---|---|---|
degrees per second |
10 - 500 |
1 |
ACRO_PITCH_RATE: ACRO mode pitch rate¶
The maximum pitch rate at full stick deflection in ACRO mode
Units |
Range |
Increment |
|---|---|---|
degrees per second |
10 - 500 |
1 |
ACRO_LOCKING: ACRO mode attitude locking¶
Enable attitude locking when sticks are released
Values |
||||||
|---|---|---|---|---|---|---|
|
GROUND_STEER_ALT: Ground steer altitude¶
Altitude at which to use the ground steering controller on the rudder. If non-zero then the STEER2SRV controller will be used to control the rudder for altitudes within this limit of the home altitude.
Units |
Range |
Increment |
|---|---|---|
meters |
-100 - 100 |
0.1 |
GROUND_STEER_DPS: Ground steer rate¶
Ground steering rate in degrees per second for full rudder stick deflection
Units |
Range |
Increment |
|---|---|---|
degrees per second |
10 - 360 |
1 |
TRIM_AUTO: Automatic trim adjustment¶
Set RC trim PWM levels to current levels when switching away from manual mode. When this option is enabled and you change from MANUAL to any other mode then the APM will take the current position of the control sticks as the trim values for aileron, elevator and rudder. It will use those to set the SERVOn_TRIM values and the RCn_TRIM values. This option is disabled by default as if a pilot is not aware of this option and changes from MANUAL to another mode while control inputs are not centered then the trim could be changed to a dangerously bad value. You can enable this option to assist with trimming your plane, by enabling it before takeoff then switching briefly to MANUAL in flight, and seeing how the plane reacts. You can then switch back to FBWA, trim the surfaces then again test MANUAL mode. Each time you switch from MANUAL the APM will take your control inputs as the new trim. After you have good trim on your aircraft you can disable TRIM_AUTO for future flights. You should also see the newer and much safer SERVO_AUTO_TRIM parameter.
Values |
||||||
|---|---|---|---|---|---|---|
|
MIXING_GAIN: Mixing Gain¶
The gain for the Vtail and elevon output mixers. The default is 0.5, which ensures that the mixer doesn't saturate, allowing both input channels to go to extremes while retaining control over the output. Hardware mixers often have a 1.0 gain, which gives more servo throw, but can saturate. If you don't have enough throw on your servos with VTAIL_OUTPUT or ELEVON_OUTPUT enabled then you can raise the gain using MIXING_GAIN. The mixer allows outputs in the range 900 to 2100 microseconds.
Range |
|---|
0.5 - 1.2 |
RUDDER_ONLY: Rudder only aircraft¶
Enable rudder only mode. The rudder will control attitude in attitude controlled modes (such as FBWA). You should setup your transmitter to send roll stick inputs to the RCMAP_YAW channel (normally channel 4). The rudder servo should be attached to the RCMAP_YAW channel as well. Note that automatic ground steering will be disabled for rudder only aircraft. You should also set KFF_RDDRMIX to 1.0. You will also need to setup the YAW2SRV_DAMP yaw damping appropriately for your aircraft. A value of 0.5 for YAW2SRV_DAMP is a good starting point.
Values |
||||||
|---|---|---|---|---|---|---|
|
MIXING_OFFSET: Mixing Offset¶
The offset for the Vtail and elevon output mixers, as a percentage. This can be used in combination with MIXING_GAIN to configure how the control surfaces respond to input. The response to aileron or elevator input can be increased by setting this parameter to a positive or negative value. A common usage is to enter a positive value to increase the aileron response of the elevons of a flying wing. The default value of zero will leave the aileron-input response equal to the elevator-input response.
Units |
Range |
|---|---|
decipercent |
-1000 - 1000 |
DSPOILR_RUD_RATE: Differential spoilers rudder rate¶
Sets the amount of deflection that the rudder output will apply to the differential spoilers, as a percentage. The default value of 100 results in full rudder applying full deflection. A value of 0 will result in the differential spoilers exactly following the elevons (no rudder effect).
Units |
Range |
|---|---|
percent |
-100 - 100 |
SYS_NUM_RESETS: Num Resets¶
Number of APM board resets
ReadOnly |
|---|
True |
LOG_BITMASK: Log bitmask¶
Bitmap of what log types to enable in dataflash. This values is made up of the sum of each of the log types you want to be saved on dataflash. On a PX4 or Pixhawk the large storage size of a microSD card means it is usually best just to enable all log types by setting this to 65535. On APM2 the smaller 4 MByte dataflash means you need to be more selective in your logging or you may run out of log space while flying (in which case it will wrap and overwrite the start of the log). The individual bits are ATTITUDE_FAST=1, ATTITUDE_MEDIUM=2, GPS=4, PerformanceMonitoring=8, ControlTuning=16, NavigationTuning=32, Mode=64, IMU=128, Commands=256, Battery=512, Compass=1024, TECS=2048, Camera=4096, RCandServo=8192, Sonar=16384, Arming=32768, FullLogs=65535
Values |
Bitmask |
||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
RST_SWITCH_CH: Reset Switch Channel¶
RC channel to use to reset to last flight mode after geofence takeover.
RST_MISSION_CH: Reset Mission Channel¶
RC channel to use to reset the mission to the first waypoint. When this channel goes above 1750 the mission is reset. Set RST_MISSION_CH to 0 to disable.
TRIM_ARSPD_CM: Target airspeed¶
Airspeed in cm/s to aim for when airspeed is enabled in auto mode. This is a calibrated (apparent) airspeed.
Units |
|---|
centimeters per second |
SCALING_SPEED: speed used for speed scaling calculations¶
Airspeed in m/s to use when calculating surface speed scaling. Note that changing this value will affect all PID values
Units |
|---|
meters per second |
MIN_GNDSPD_CM: Minimum ground speed¶
Minimum ground speed in cm/s when under airspeed control
Units |
|---|
centimeters per second |
TRIM_PITCH_CD: Pitch angle offset¶
offset to add to pitch - used for in-flight pitch trimming. It is recommended that instead of using this parameter you level your plane correctly on the ground for good flight attitude.
Units |
|---|
centidegrees |
ALT_HOLD_RTL: RTL altitude¶
Return to launch target altitude. This is the relative altitude the plane will aim for and loiter at when returning home. If this is negative (usually -1) then the plane will use the current altitude at the time of entering RTL. Note that when transiting to a Rally Point the altitude of the Rally Point is used instead of ALT_HOLD_RTL.
Units |
|---|
centimeters |
ALT_HOLD_FBWCM: Minimum altitude for FBWB mode¶
This is the minimum altitude in centimeters that FBWB and CRUISE modes will allow. If you attempt to descend below this altitude then the plane will level off. A value of zero means no limit.
Units |
|---|
centimeters |
MAG_ENABLE: Enable Compass¶
Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass. Note that this is separate from COMPASS_USE. This will enable the low level senor, and will enable logging of magnetometer data. To use the compass for navigation you must also set COMPASS_USE to 1.
Values |
||||||
|---|---|---|---|---|---|---|
|
FLAP_IN_CHANNEL: Flap input channel¶
An RC input channel to use for flaps control. If this is set to a RC channel number then that channel will be used for manual flaps control. When enabled, the percentage of flaps is taken as the percentage travel from the TRIM value of the channel to the MIN value of the channel. A value above the TRIM values will give inverse flaps (spoilers). This option needs to be enabled in conjunction with a FUNCTION setting on an output channel to one of the flap functions. When a FLAP_IN_CHANNEL is combined with auto-flaps the higher of the two flap percentages is taken.
FLAP_1_PERCNT: Flap 1 percentage¶
The percentage change in flap position when FLAP_1_SPEED is reached. Use zero to disable flaps
Range |
Units |
|---|---|
0 - 100 |
percent |
FLAP_1_SPEED: Flap 1 speed¶
The speed in meters per second at which to engage FLAP_1_PERCENT of flaps. Note that FLAP_1_SPEED should be greater than or equal to FLAP_2_SPEED
Range |
Increment |
Units |
|---|---|---|
0 - 100 |
1 |
meters per second |
FLAP_2_PERCNT: Flap 2 percentage¶
The percentage change in flap position when FLAP_2_SPEED is reached. Use zero to disable flaps
Range |
Units |
|---|---|
0 - 100 |
percent |
FLAP_2_SPEED: Flap 2 speed¶
The speed in meters per second at which to engage FLAP_2_PERCENT of flaps. Note that FLAP_1_SPEED should be greater than or equal to FLAP_2_SPEED
Range |
Units |
Increment |
|---|---|---|
0 - 100 |
meters per second |
1 |
OVERRIDE_CHAN: PX4IO override channel¶
If set to a non-zero value then this is an RC input channel number to use for giving PX4IO manual control in case the main FMU microcontroller on a PX4 or Pixhawk fails. When this RC input channel goes above 1750 the FMU microcontroller will no longer be involved in controlling the servos and instead the PX4IO microcontroller will directly control the servos. Note that PX4IO manual control will be automatically activated if the FMU crashes for any reason. This parameter allows you to test for correct manual behaviour without actually crashing the FMU. This parameter is can be set to a non-zero value either for ground testing purposes or for giving the effect of an external override control board. Please also see the docs on OVERRIDE_SAFETY. Note that you may set OVERRIDE_CHAN to the same channel as FLTMODE_CH to get PX4IO based override when in flight mode 6. Note that when override is triggered due to a FMU crash the 6 auxiliary output channels on Pixhawk will no longer be updated, so all the flight controls you need must be assigned to the first 8 channels.
OVERRIDE_SAFETY: PX4IO override safety switch¶
This controls whether the safety switch is turned off when you activate override with OVERRIDE_CHAN. When set to 1 the safety switch is de-activated (activating the servos) then a PX4IO override is triggered. In that case the safety remains de-activated after override is disabled. If OVERRIDE_SAFETTY is set to 0 then the safety switch state does not change. Note that regardless of the value of this parameter the servos will be active while override is active.
INVERTEDFLT_CH: Inverted flight channel¶
A RC input channel number to enable inverted flight. If this is non-zero then the APM will monitor the corresponding RC input channel and will enable inverted flight when the channel goes above 1750.
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
HIL_MODE: HIL mode enable¶
This enables and disables hardware in the loop mode. If HIL_MODE is 1 then on the next reboot all sensors are replaced with HIL sensors which come from the GCS.
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
HIL_SERVOS: HIL Servos enable¶
This controls whether real servo controls are used in HIL mode. If you enable this then the APM will control the real servos in HIL mode. If disabled it will report servo values, but will not output to the real servos. Be careful that your motor and propeller are not connected if you enable this option.
Values |
||||||
|---|---|---|---|---|---|---|
|
HIL_ERR_LIMIT: Limit of error in HIL attitude before reset¶
This controls the maximum error in degrees on any axis before HIL will reset the DCM attitude to match the HIL_STATE attitude. This limit will prevent poor timing on HIL from causing a major attitude error. If the value is zero then no limit applies.
Units |
Range |
Increment |
|---|---|---|
degrees |
0 - 90 |
0.1 |
RTL_AUTOLAND: RTL auto land¶
Automatically begin landing sequence after arriving at RTL location. This requires the addition of a DO_LAND_START mission item, which acts as a marker for the start of a landing sequence. The closest landing sequence will be chosen to the current location.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
CRASH_ACC_THRESH: Crash Deceleration Threshold¶
X-Axis deceleration threshold to notify the crash detector that there was a possible impact which helps disarm the motor quickly after a crash. This value should be much higher than normal negative x-axis forces during normal flight, check flight log files to determine the average IMU.x values for your aircraft and motor type. Higher value means less sensative (triggers on higher impact). For electric planes that don't vibrate much during fight a value of 25 is good (that's about 2.5G). For petrol/nitro planes you'll want a higher value. Set to 0 to disable the collision detector.
Units |
Range |
|---|---|
meters per square second |
10 - 127 |
CRASH_DETECT: Crash Detection¶
Automatically detect a crash during AUTO flight and perform the bitmask selected action(s). Disarm will turn off motor for safety and to help against burning out ESC and motor. Setting the mode to manual will help save the servos from burning out by overexerting if the aircraft crashed in an odd orientation such as upsidedown. Set to 0 to disable crash detection.
Bitmask |
||||
|---|---|---|---|---|
|
CHUTE_CHAN: Parachute release channel¶
If set to a non-zero value then this is an RC input channel number to use for manually releasing the parachute. When this channel goes above 1700 the parachute will be released
RNGFND_LANDING: Enable rangefinder for landing¶
This enables the use of a rangefinder for automatic landing. The rangefinder will be used both on the landing approach and for final flare
Values |
||||||
|---|---|---|---|---|---|---|
|
SYSID_ENFORCE: GCS sysid enforcement¶
This controls whether packets from other than the expected GCS system ID will be accepted
Values |
||||||
|---|---|---|---|---|---|---|
|
RUDD_DT_GAIN: rudder differential thrust gain¶
gain control from rudder to differential thrust
Range |
Units |
Increment |
|---|---|---|
0 - 100 |
percent |
1 |
MANUAL_RCMASK: Manual R/C pass-through mask¶
Mask of R/C channels to pass directly to corresponding output channel when in MANUAL mode. When in any mode except MANUAL the channels selected with this option behave normally. This parameter is designed to allow for complex mixing strategies to be used for MANUAL flight using transmitter based mixing. Note that when this option is used you need to be very careful with pre-flight checks to ensure that the output is correct both in MANUAL and non-MANUAL modes.
Bitmask |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
HOME_RESET_ALT: Home reset altitude threshold¶
When the aircraft is within this altitude of the home waypoint, while disarmed it will automatically update the home position. Set to 0 to continously reset it.
Values |
Range |
Units |
||||||
|---|---|---|---|---|---|---|---|---|
|
-1 - 127 |
meters |
ADSB_ Parameters¶
ADSB_ENABLE: Enable ADSB¶
Enable ADS-B
Values |
||||||
|---|---|---|---|---|---|---|
|
ADSB_LIST_MAX: ADSB vehicle list size¶
ADSB list size of nearest vehicles. Longer lists take longer to refresh with lower SRx_ADSB values.
Range |
|---|
1 - 100 |
ADSB_LIST_RADIUS: ADSB vehicle list radius filter¶
ADSB vehicle list radius filter. Vehicles detected outside this radius will be completely ignored. They will not show up in the SRx_ADSB stream to the GCS and will not be considered in any avoidance calculations.
Range |
|---|
1 - 100000 |
ADSB_ICAO_ID: ICAO_ID vehicle identification number¶
ICAO_ID unique vehicle identification number of this aircraft. This is a integer limited to 24bits. If set to 0 then one will be randomly generated. If set to -1 then static information is not sent, transceiver is assumed pre-programmed.
Range |
|---|
-1 - 16777215 |
ADSB_EMIT_TYPE: Emitter type¶
ADSB classification for the type of vehicle emitting the transponder signal. Default value is 14 (UAV).
Values |
||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ADSB_LEN_WIDTH: Aircraft length and width¶
Aircraft length and width dimension options in Length and Width in meters. In most cases, use a value of 1 for smallest size.
Values |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ADSB_OFFSET_LAT: GPS antenna lateral offset¶
GPS antenna lateral offset. This describes the physical location offest from center of the GPS antenna on the aircraft.
Values |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ADSB_OFFSET_LON: GPS antenna longitudinal offset¶
GPS antenna longitudinal offset. This is usually set to 1, Applied By Sensor
Values |
||||||
|---|---|---|---|---|---|---|
|
ADSB_RF_SELECT: Transceiver RF selection¶
Transceiver RF selection for Rx enable and/or Tx enable. This only effects devices that can Tx and Rx. Rx-only devices override this to always be Rx-only.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
ADSB_SQUAWK: Squawk code¶
VFR squawk (Mode 3/A) code is a pre-programmed default code when the pilot is flying VFR and not in contact with ATC. In the USA, the VFR squawk code is octal 1200 (hex 0x280, decimal 640) and in most parts of Europe the VFR squawk code is octal 7000. If an invalid octal number is set then it will be reset to 1200.
Units |
|---|
octal |
ADSB_RF_CAPABLE: RF capabilities¶
Describes your hardware RF In/Out capabilities.
Values |
Bitmask |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
AFS_ Parameters¶
AFS_ENABLE: Enable Advanced Failsafe¶
This enables the advanced failsafe system. If this is set to zero (disable) then all the other AFS options have no effect
AFS_MAN_PIN: Manual Pin¶
This sets a digital output pin to set high when in manual mode
AFS_HB_PIN: Heartbeat Pin¶
This sets a digital output pin which is cycled at 10Hz when termination is not activated. Note that if a FS_TERM_PIN is set then the heartbeat pin will continue to cycle at 10Hz when termination is activated, to allow the termination board to distinguish between autopilot crash and termination.
AFS_WP_COMMS: Comms Waypoint¶
Waypoint number to navigate to on comms loss
AFS_GPS_LOSS: GPS Loss Waypoint¶
Waypoint number to navigate to on GPS lock loss
AFS_TERMINATE: Force Terminate¶
Can be set in flight to force termination of the heartbeat signal
AFS_TERM_ACTION: Terminate action¶
This can be used to force an action on flight termination. Normally this is handled by an external failsafe board, but you can setup APM to handle it here. Please consult the wiki for more information on the possible values of the parameter
AFS_TERM_PIN: Terminate Pin¶
This sets a digital output pin to set high on flight termination
AFS_AMSL_LIMIT: AMSL limit¶
This sets the AMSL (above mean sea level) altitude limit. If the pressure altitude determined by QNH exceeds this limit then flight termination will be forced. Note that this limit is in meters, whereas pressure altitude limits are often quoted in feet. A value of zero disables the pressure altitude limit.
Units |
|---|
meters |
AFS_AMSL_ERR_GPS: Error margin for GPS based AMSL limit¶
This sets margin for error in GPS derived altitude limit. This error margin is only used if the barometer has failed. If the barometer fails then the GPS will be used to enforce the AMSL_LIMIT, but this margin will be subtracted from the AMSL_LIMIT first, to ensure that even with the given amount of GPS altitude error the pressure altitude is not breached. OBC users should set this to comply with their D2 safety case. A value of -1 will mean that barometer failure will lead to immediate termination.
Units |
|---|
meters |
AFS_QNH_PRESSURE: QNH pressure¶
This sets the QNH pressure in millibars to be used for pressure altitude in the altitude limit. A value of zero disables the altitude limit.
Units |
|---|
millibar |
AFS_MAX_GPS_LOSS: Maximum number of GPS loss events¶
Maximum number of GPS loss events before the aircraft stops returning to mission on GPS recovery. Use zero to allow for any number of GPS loss events.
AFS_MAX_COM_LOSS: Maximum number of comms loss events¶
Maximum number of comms loss events before the aircraft stops returning to mission on comms recovery. Use zero to allow for any number of comms loss events.
AFS_GEOFENCE: Enable geofence Advanced Failsafe¶
This enables the geofence part of the AFS. Will only be in effect if AFS_ENABLE is also 1
AFS_RC: Enable RC Advanced Failsafe¶
This enables the RC part of the AFS. Will only be in effect if AFS_ENABLE is also 1
AFS_RC_MAN_ONLY: Enable RC Termination only in manual control modes¶
If this parameter is set to 1, then an RC loss will only cause the plane to terminate in manual control modes. If it is 0, then the plane will terminate in any flight mode.
AFS_DUAL_LOSS: Enable dual loss terminate due to failure of both GCS and GPS simultaneously¶
This enables the dual loss termination part of the AFS system. If this parameter is 1 and both GPS and the ground control station fail simultaneously, this will be considered a "dual loss" and cause termination.
AFS_RC_FAIL_TIME: RC failure time¶
This is the time in seconds in manual mode that failsafe termination will activate if RC input is lost. For the OBC rules this should be (1.5). Use 0 to disable.
Units |
|---|
seconds |
AHRS_ Parameters¶
AHRS_GPS_GAIN: AHRS GPS gain¶
This controls how much to use the GPS to correct the attitude. This should never be set to zero for a plane as it would result in the plane losing control in turns. For a plane please use the default value of 1.0.
Range |
Increment |
|---|---|
0.0 - 1.0 |
.01 |
AHRS_YAW_P: Yaw P¶
This controls the weight the compass or GPS has on the heading. A higher value means the heading will track the yaw source (GPS or compass) more rapidly.
Range |
Increment |
|---|---|
0.1 - 0.4 |
.01 |
AHRS_RP_P: AHRS RP_P¶
This controls how fast the accelerometers correct the attitude
Range |
Increment |
|---|---|
0.1 - 0.4 |
.01 |
AHRS_WIND_MAX: Maximum wind¶
This sets the maximum allowable difference between ground speed and airspeed. This allows the plane to cope with a failing airspeed sensor. A value of zero means to use the airspeed as is.
Range |
Units |
Increment |
|---|---|---|
0 - 127 |
meters per second |
1 |
AHRS_TRIM_X: AHRS Trim Roll¶
Compensates for the roll angle difference between the control board and the frame. Positive values make the vehicle roll right.
Units |
Range |
Increment |
|---|---|---|
radians |
-0.1745 - +0.1745 |
0.01 |
AHRS_TRIM_Y: AHRS Trim Pitch¶
Compensates for the pitch angle difference between the control board and the frame. Positive values make the vehicle pitch up/back.
Units |
Range |
Increment |
|---|---|---|
radians |
-0.1745 - +0.1745 |
0.01 |
AHRS_TRIM_Z: AHRS Trim Yaw¶
Not Used
Units |
Range |
Increment |
|---|---|---|
radians |
-0.1745 - +0.1745 |
0.01 |
AHRS_ORIENTATION: Board Orientation¶
Overall board orientation relative to the standard orientation for the board type. This rotates the IMU and compass readings to allow the board to be oriented in your vehicle at any 90 or 45 degree angle. This option takes affect on next boot. After changing you will need to re-level your vehicle.
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
AHRS_COMP_BETA: AHRS Velocity Complementary Filter Beta Coefficient¶
This controls the time constant for the cross-over frequency used to fuse AHRS (airspeed and heading) and GPS data to estimate ground velocity. Time constant is 0.1/beta. A larger time constant will use GPS data less and a small time constant will use air data less.
Range |
Increment |
|---|---|
0.001 - 0.5 |
.01 |
AHRS_GPS_MINSATS: AHRS GPS Minimum satellites¶
Minimum number of satellites visible to use GPS for velocity based corrections attitude correction. This defaults to 6, which is about the point at which the velocity numbers from a GPS become too unreliable for accurate correction of the accelerometers.
Range |
Increment |
|---|---|
0 - 10 |
1 |
AHRS_CUSTOM_ROLL: Board orientation roll offset¶
Autopilot mounting position roll offset. Positive values = roll right, negative values = roll left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.
Range |
Units |
Increment |
|---|---|---|
-180 - 180 |
degrees |
1 |
AHRS_CUSTOM_PIT: Board orientation pitch offset¶
Autopilot mounting position pitch offset. Positive values = pitch up, negative values = pitch down. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.
Range |
Units |
Increment |
|---|---|---|
-180 - 180 |
degrees |
1 |
AHRS_CUSTOM_YAW: Board orientation yaw offset¶
Autopilot mounting position yaw offset. Positive values = yaw right, negative values = yaw left. This parameter is only used when AHRS_ORIENTATION is set to CUSTOM.
Range |
Units |
Increment |
|---|---|---|
-180 - 180 |
degrees |
1 |
ARMING_ Parameters¶
ARMING_RUDDER: Rudder Arming¶
Control arm/disarm by rudder input. When enabled arming is done with right rudder, disarming with left rudder. Rudder arming only works in manual throttle modes with throttle at zero +- deadzone (RCx_DZ)
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
ARMING_REQUIRE: Require Arming Motors¶
Arming disabled until some requirements are met. If 0, there are no requirements (arm immediately). If 1, require rudder stick or GCS arming before arming motors and sends the minimum throttle PWM value to the throttle channel when disarmed. If 2, require rudder stick or GCS arming and send 0 PWM to throttle channel when disarmed. See the ARMING_CHECK_* parameters to see what checks are done before arming. Note, if setting this parameter to 0 a reboot is required to arm the plane. Also note, even with this parameter at 0, if ARMING_CHECK parameter is not also zero the plane may fail to arm throttle at boot due to a pre-arm check failure.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
ARMING_CHECK: Arm Checks to Peform (bitmask)¶
Checks prior to arming motor. This is a bitmask of checks that will be performed before allowing arming. The default is no checks, allowing arming at any time. You can select whatever checks you prefer by adding together the values of each check type to set this parameter. For example, to only allow arming when you have GPS lock and no RC failsafe you would set ARMING_CHECK to 72. For most users it is recommended that you set this to 1 to enable all checks.
Values |
Bitmask |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
ARMING_ACCTHRESH: Accelerometer error threshold¶
Accelerometer error threshold used to determine inconsistent accelerometers. Compares this error range to other accelerometers to detect a hardware or calibration error. Lower value means tighter check and harder to pass arming check. Not all accelerometers are created equal.
Units |
Range |
|---|---|
meters per square second |
0.25 - 3.0 |
ARMING_VOLT_MIN: Arming voltage minimum on the first battery¶
The minimum voltage of the first battery required to arm, 0 disables the check
Units |
Increment |
|---|---|
volt |
0.1 |
ARMING_VOLT2_MIN: Arming voltage minimum on the second battery¶
The minimum voltage of the second battery required to arm, 0 disables the check
Units |
Increment |
|---|---|
volt |
0.1 |
ARSPD Parameters¶
ARSPD_TYPE: Airspeed type¶
Type of airspeed sensor
Values |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ARSPD_USE: Airspeed use¶
use airspeed for flight control. When set to 0 airspeed sensor can be logged and displayed on a GCS but won't be used for flight. When set to 1 it will be logged and used. When set to 2 it will be only used when the throttle is zero, which can be useful in gliders with airspeed sensors behind a propeller
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
ARSPD_OFFSET: Airspeed offset¶
Airspeed calibration offset
Increment |
|---|
0.1 |
ARSPD_RATIO: Airspeed ratio¶
Airspeed calibration ratio
Increment |
|---|
0.1 |
ARSPD_PIN: Airspeed pin¶
The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.
ARSPD_AUTOCAL: Automatic airspeed ratio calibration¶
If this is enabled then the APM will automatically adjust the ARSPD_RATIO during flight, based upon an estimation filter using ground speed and true airspeed. The automatic calibration will save the new ratio to EEPROM every 2 minutes if it changes by more than 5%. This option should be enabled for a calibration flight then disabled again when calibration is complete. Leaving it enabled all the time is not recommended.
ARSPD_TUBE_ORDER: Control pitot tube order¶
This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the top connector on the sensor needs to be the dynamic pressure. If set to 1 then the bottom connector needs to be the dynamic pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft it receiving excessive pressure on the static port, which would otherwise be seen as a positive airspeed.
ARSPD_SKIP_CAL: Skip airspeed calibration on startup¶
This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.
Values |
||||||
|---|---|---|---|---|---|---|
|
ARSPD_PSI_RANGE: The PSI range of the device¶
This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device
ARSPD_BUS: Airspeed I2C bus¶
The bus number of the I2C bus to look for the sensor on
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
ARSPD_PRIMARY: Primary airspeed sensor¶
This selects which airspeed sensor will be the primary if multiple sensors are found
Values |
||||||
|---|---|---|---|---|---|---|
|
ARSPD2_TYPE: Second Airspeed type¶
Type of 2nd airspeed sensor
Values |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ARSPD2_USE: Enable use of 2nd airspeed sensor¶
use airspeed for flight control. When set to 0 airspeed sensor can be logged and displayed on a GCS but won't be used for flight. When set to 1 it will be logged and used. When set to 2 it will be only used when the throttle is zero, which can be useful in gliders with airspeed sensors behind a propeller
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
ARSPD2_OFFSET: Airspeed offset for 2nd airspeed sensor¶
Airspeed calibration offset
Increment |
|---|
0.1 |
ARSPD2_RATIO: Airspeed ratio for 2nd airspeed sensor¶
Airspeed calibration ratio
Increment |
|---|
0.1 |
ARSPD2_PIN: Airspeed pin for 2nd airspeed sensor¶
The pin number that the airspeed sensor is connected to for analog sensors. Set to 15 on the Pixhawk for the analog airspeed port.
ARSPD2_AUTOCAL: Automatic airspeed ratio calibration for 2nd airspeed sensor¶
If this is enabled then the APM will automatically adjust the ARSPD_RATIO during flight, based upon an estimation filter using ground speed and true airspeed. The automatic calibration will save the new ratio to EEPROM every 2 minutes if it changes by more than 5%. This option should be enabled for a calibration flight then disabled again when calibration is complete. Leaving it enabled all the time is not recommended.
ARSPD2_TUBE_ORDR: Control pitot tube order of 2nd airspeed sensor¶
This parameter allows you to control whether the order in which the tubes are attached to your pitot tube matters. If you set this to 0 then the top connector on the sensor needs to be the dynamic pressure. If set to 1 then the bottom connector needs to be the dynamic pressure. If set to 2 (the default) then the airspeed driver will accept either order. The reason you may wish to specify the order is it will allow your airspeed sensor to detect if the aircraft it receiving excessive pressure on the static port, which would otherwise be seen as a positive airspeed.
ARSPD2_SKIP_CAL: Skip airspeed calibration on startup for 2nd sensor¶
This parameter allows you to skip airspeed offset calibration on startup, instead using the offset from the last calibration. This may be desirable if the offset variance between flights for your sensor is low and you want to avoid having to cover the pitot tube on each boot.
Values |
||||||
|---|---|---|---|---|---|---|
|
ARSPD2_PSI_RANGE: The PSI range of the device for 2nd sensor¶
This parameter allows you to to set the PSI (pounds per square inch) range for your sensor. You should not change this unless you examine the datasheet for your device
ARSPD2_BUS: Airspeed I2C bus for 2nd sensor¶
The bus number of the I2C bus to look for the sensor on
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
AVD_ Parameters¶
AVD_ENABLE: Enable Avoidance using ADSB¶
Enable Avoidance using ADSB
Values |
||||||
|---|---|---|---|---|---|---|
|
AVD_F_RCVRY: Recovery behaviour after a fail event¶
Determines what the aircraft will do after a fail event is resolved
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
AVD_OBS_MAX: Maximum number of obstacles to track¶
Maximum number of obstacles to track
AVD_W_TIME: Time Horizon Warn¶
Aircraft velocity vectors are multiplied by this time to determine closest approach. If this results in an approach closer than W_DIST_XY or W_DIST_Z then W_ACTION is undertaken (assuming F_ACTION is not undertaken)
Units |
|---|
seconds |
AVD_F_TIME: Time Horizon Fail¶
Aircraft velocity vectors are multiplied by this time to determine closest approach. If this results in an approach closer than F_DIST_XY or F_DIST_Z then F_ACTION is undertaken
Units |
|---|
seconds |
AVD_W_DIST_XY: Distance Warn XY¶
Closest allowed projected distance before W_ACTION is undertaken
Units |
|---|
meters |
AVD_F_DIST_XY: Distance Fail XY¶
Closest allowed projected distance before F_ACTION is undertaken
Units |
|---|
meters |
AVD_W_DIST_Z: Distance Warn Z¶
Closest allowed projected distance before BEHAVIOUR_W is undertaken
Units |
|---|
meters |
AVD_F_DIST_Z: Distance Fail Z¶
Closest allowed projected distance before BEHAVIOUR_F is undertaken
Units |
|---|
meters |
AVD_F_ALT_MIN: ADS-B avoidance minimum altitude¶
Minimum altitude for ADS-B avoidance. If the vehicle is below this altitude, no avoidance action will take place. Useful to prevent ADS-B avoidance from activating while below the tree line or around structures. Default of 0 is no minimum.
Units |
|---|
meters |
BATT2_ Parameters¶
BATT2_MONITOR: Battery monitoring¶
Controls enabling monitoring of the battery's voltage and current
Values |
RebootRequired |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BATT2_VOLT_PIN: Battery Voltage sensing pin¶
Setting this to 0 ~ 13 will enable battery voltage sensing on pins A0 ~ A13. On the PX4-v1 it should be set to 100. On the Pixhawk, Pixracer and NAVIO boards it should be set to 2, Pixhawk2 Power2 is 13.
Values |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BATT2_CURR_PIN: Battery Current sensing pin¶
Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13. On the PX4-v1 it should be set to 101. On the Pixhawk, Pixracer and NAVIO boards it should be set to 3, Pixhawk2 Power2 is 14.
Values |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BATT2_VOLT_MULT: Voltage Multiplier¶
Used to convert the voltage of the voltage sensing pin (BATT2_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick on APM2 or Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.
BATT2_AMP_PERVLT: Amps per volt¶
Number of amps that a 1V reading on the current sensor corresponds to. On the APM2 or Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.
Units |
|---|
ampere per volt |
BATT2_AMP_OFFSET: AMP offset¶
Voltage offset at zero current on current sensor
Units |
|---|
volt |
BATT2_CAPACITY: Battery capacity¶
Capacity of the battery in mAh when full
Units |
Increment |
|---|---|
milliampere hour |
50 |
BATT2_WATT_MAX: Maximum allowed power (Watts)¶
If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.
Units |
Increment |
|---|---|
watt |
1 |
BATT2_SERIAL_NUM: Battery serial number¶
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.
BATT2_LOW_TIMER: Low voltage timeout¶
This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.
Units |
Increment |
Range |
|---|---|---|
seconds |
1 |
0 - 120 |
BATT2_FS_VOLTSRC: Failsafe voltage source¶
Voltage type used for detection of low voltage event
Values |
||||||
|---|---|---|---|---|---|---|
|
BATT2_LOW_VOLT: Low battery voltage¶
Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.
Units |
Increment |
|---|---|
volt |
0.1 |
BATT2_LOW_MAH: Low battery capacity¶
Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2_FS_LOW_ACT parameter.
Units |
Increment |
|---|---|
milliampere hour |
50 |
BATT2_CRT_VOLT: Critical battery voltage¶
Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT2_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT2_FS_CRT_ACT parameter.
Units |
Increment |
|---|---|
volt |
0.1 |
BATT2_CRT_MAH: Battery critical capacity¶
Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT2__FS_CRT_ACT parameter.
Units |
Increment |
|---|---|
milliampere hour |
50 |
BATT2_FS_LOW_ACT: Low battery failsafe action¶
What action the vehicle should perform if it hits a low battery failsafe
Values |
||||
|---|---|---|---|---|
|
BATT2_FS_CRT_ACT: Critical battery failsafe action¶
What action the vehicle should perform if it hits a critical battery failsafe
Values |
||||
|---|---|---|---|---|
|
BATT_ Parameters¶
BATT_MONITOR: Battery monitoring¶
Controls enabling monitoring of the battery's voltage and current
Values |
RebootRequired |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BATT_VOLT_PIN: Battery Voltage sensing pin¶
Setting this to 0 ~ 13 will enable battery voltage sensing on pins A0 ~ A13. On the PX4-v1 it should be set to 100. On the Pixhawk, Pixracer and NAVIO boards it should be set to 2, Pixhawk2 Power2 is 13.
Values |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BATT_CURR_PIN: Battery Current sensing pin¶
Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13. On the PX4-v1 it should be set to 101. On the Pixhawk, Pixracer and NAVIO boards it should be set to 3, Pixhawk2 Power2 is 14.
Values |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BATT_VOLT_MULT: Voltage Multiplier¶
Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin_voltage * VOLT_MULT). For the 3DR Power brick on APM2 or Pixhawk, this should be set to 10.1. For the Pixhawk with the 3DR 4in1 ESC this should be 12.02. For the PX using the PX4IO power supply this should be set to 1.
BATT_AMP_PERVLT: Amps per volt¶
Number of amps that a 1V reading on the current sensor corresponds to. On the APM2 or Pixhawk using the 3DR Power brick this should be set to 17. For the Pixhawk with the 3DR 4in1 ESC this should be 17.
Units |
|---|
ampere per volt |
BATT_AMP_OFFSET: AMP offset¶
Voltage offset at zero current on current sensor
Units |
|---|
volt |
BATT_CAPACITY: Battery capacity¶
Capacity of the battery in mAh when full
Units |
Increment |
|---|---|
milliampere hour |
50 |
BATT_WATT_MAX: Maximum allowed power (Watts)¶
If battery wattage (voltage * current) exceeds this value then the system will reduce max throttle (THR_MAX, TKOFF_THR_MAX and THR_MIN for reverse thrust) to satisfy this limit. This helps limit high current to low C rated batteries regardless of battery voltage. The max throttle will slowly grow back to THR_MAX (or TKOFF_THR_MAX ) and THR_MIN if demanding the current max and under the watt max. Use 0 to disable.
Units |
Increment |
|---|---|
watt |
1 |
BATT_SERIAL_NUM: Battery serial number¶
Battery serial number, automatically filled in for SMBus batteries, otherwise will be -1. With UAVCAN it is the battery_id.
BATT_LOW_TIMER: Low voltage timeout¶
This is the timeout in seconds before a low voltage event will be triggered. For aircraft with low C batteries it may be necessary to raise this in order to cope with low voltage on long takeoffs. A value of zero disables low voltage errors.
Units |
Increment |
Range |
|---|---|---|
seconds |
1 |
0 - 120 |
BATT_FS_VOLTSRC: Failsafe voltage source¶
Voltage type used for detection of low voltage event
Values |
||||||
|---|---|---|---|---|---|---|
|
BATT_LOW_VOLT: Low battery voltage¶
Battery voltage that triggers a low battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.
Units |
Increment |
|---|---|
volt |
0.1 |
BATT_LOW_MAH: Low battery capacity¶
Battery capacity at which the low battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT_FS_LOW_ACT parameter.
Units |
Increment |
|---|---|
milliampere hour |
50 |
BATT_CRT_VOLT: Critical battery voltage¶
Battery voltage that triggers a critical battery failsafe. Set to 0 to disable. If the battery voltage drops below this voltage continuously for more then the period specified by the BATT_LOW_TIMER parameter then the vehicle will perform the failsafe specified by the BATT_FS_CRT_ACT parameter.
Units |
Increment |
|---|---|
volt |
0.1 |
BATT_CRT_MAH: Battery critical capacity¶
Battery capacity at which the critical battery failsafe is triggered. Set to 0 to disable battery remaining failsafe. If the battery capacity drops below this level the vehicle will perform the failsafe specified by the BATT__FS_CRT_ACT parameter.
Units |
Increment |
|---|---|
milliampere hour |
50 |
BATT_FS_LOW_ACT: Low battery failsafe action¶
What action the vehicle should perform if it hits a low battery failsafe
Values |
||||
|---|---|---|---|---|
|
BATT_FS_CRT_ACT: Critical battery failsafe action¶
What action the vehicle should perform if it hits a critical battery failsafe
Values |
||||
|---|---|---|---|---|
|
BRD_ Parameters¶
BRD_PWM_COUNT: Auxiliary pin config¶
Controls number of FMU outputs which are setup for PWM. All unassigned pins can be used for GPIO
Values |
RebootRequired |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BRD_SER1_RTSCTS: Serial 1 flow control¶
Enable flow control on serial 1 (telemetry 1) on Pixhawk. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup. Note that the PX4v1 does not have hardware flow control pins on this port, so you should leave this disabled.
Values |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
BRD_SER2_RTSCTS: Serial 2 flow control¶
Enable flow control on serial 2 (telemetry 2) on Pixhawk and STATE. You must have the RTS and CTS pins connected to your radio. The standard DF13 6 pin connector for a 3DR radio does have those pins connected. If this is set to 2 then flow control will be auto-detected by checking for the output buffer filling on startup.
Values |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
BRD_SAFETYENABLE: Enable use of safety arming switch¶
This controls the default state of the safety switch at startup. When set to 1 the safety switch will start in the safe state (flashing) at boot. When set to zero the safety switch will start in the unsafe state (solid) at startup. Note that if a safety switch is fitted the user can still control the safety state after startup using the switch. The safety state can also be controlled in software using a MAVLink message.
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
BRD_SBUS_OUT: SBUS output rate¶
This sets the SBUS output frame rate in Hz
Values |
RebootRequired |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BRD_SERIAL_NUM: User-defined serial number¶
User-defined serial number of this vehicle, it can be any arbitrary number you want and has no effect on the autopilot
Range |
|---|
-32768 - 32767 |
BRD_SAFETY_MASK: Channels to which ignore the safety switch state¶
A bitmask which controls what channels can move while the safety switch has not been pressed
Values |
Bitmask |
RebootRequired |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
True |
BRD_IMU_TARGTEMP: Target IMU temperature¶
This sets the target IMU temperature for boards with controllable IMU heating units. DO NOT SET -1 on The Cube. A value of -1 sets PH1 behaviour
Range |
Units |
|---|---|
-1 - 80 |
degrees Celsius |
BRD_TYPE: Board type¶
This allows selection of a PX4 or VRBRAIN board type. If set to zero then the board type is auto-detected (PX4)
Values |
RebootRequired |
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
BRD_IO_ENABLE: Enable IO co-processor¶
This allows for the IO co-processor on FMUv1 and FMUv2 to be disabled
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
BRD_RADIO Parameters¶
BRD_RADIO_TYPE: Set type of direct attached radio¶
This enables support for direct attached radio receivers
Values |
||||||
|---|---|---|---|---|---|---|
|
BRD_RADIO_PROT: protocol¶
Select air protocol
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
BRD_RADIO_DEBUG: debug level¶
radio debug level
Range |
|---|
0 - 4 |
BRD_RADIO_DISCRC: disable receive CRC¶
disable receive CRC (for debug)
Values |
||||||
|---|---|---|---|---|---|---|
|
BRD_RADIO_SIGCH: RSSI signal strength¶
Channel to show receive RSSI signal strength, or zero for disabled
Range |
|---|
0 - 16 |
BRD_RADIO_PPSCH: Packet rate channel¶
Channel to show received packet-per-second rate, or zero for disabled
Range |
|---|
0 - 16 |
BRD_RADIO_TELEM: Enable telemetry¶
If this is non-zero then telemetry packets will be sent over DSM
Values |
||||||
|---|---|---|---|---|---|---|
|
BRD_RADIO_TXPOW: Telemetry Transmit power¶
Set telemetry transmit power. This is the power level (from 1 to 8) for telemetry packets sent from the RX to the TX
Range |
|---|
1 - 8 |
BRD_RADIO_FCCTST: Put radio into FCC test mode¶
If this is enabled then the radio will continuously transmit as required for FCC testing. The transmit channel is set by the value of the parameter. The radio will not work for RC input while this is enabled
Values |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
BRD_RADIO_STKMD: Stick input mode¶
This selects between different stick input modes. The default is mode2, which has throttle on the left stick and pitch on the right stick. You can instead set mode1, which has throttle on the right stick and pitch on the left stick.
Values |
||||||
|---|---|---|---|---|---|---|
|
BRD_RADIO_TESTCH: Set radio to factory test channel¶
This sets the radio to a fixed test channel for factory testing. Using a fixed channel avoids the need for binding in factory testing.
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
BRD_RADIO_TSIGCH: RSSI value channel for telemetry data on transmitter¶
Channel to show telemetry RSSI value as received by TX
Range |
|---|
0 - 16 |
BRD_RADIO_TPPSCH: Telemetry PPS channel¶
Channel to show telemetry packets-per-second value, as received at TX
Range |
|---|
0 - 16 |
BRD_RADIO_TXMAX: Transmitter transmit power¶
Set transmitter maximum transmit power (from 1 to 8)
Range |
|---|
1 - 8 |
BRD_RADIO_BZOFS: Transmitter buzzer adjustment¶
Set transmitter buzzer note adjustment (adjust frequency up)
Range |
|---|
0 - 40 |
BRD_RADIO_ABTIME: Auto-bind time¶
When non-zero this sets the time with no transmitter packets before we start looking for auto-bind packets.
Range |
|---|
0 - 120 |
BRD_RADIO_ABLVL: Auto-bind level¶
This sets the minimum RSSI of an auto-bind packet for it to be accepted. This should be set so that auto-bind will only happen at short range to minimise the change of an auto-bind happening accidentially
Range |
|---|
0 - 31 |
BRD_RTC Parameters¶
BRD_RTC_TYPES: Allowed sources of RTC time¶
Specifies which sources of UTC time will be accepted
Bitmask |
||||||||
|---|---|---|---|---|---|---|---|---|
|
BTN_ Parameters¶
BTN_REPORT_SEND: Report send time¶
The duration in seconds that a BUTTON_CHANGE report is repeatedly sent to the GCS regarding a button changing state. Note that the BUTTON_CHANGE message is MAVLink2 only.
Range |
|---|
0 - 3600 |
CAM_ Parameters¶
CAM_TRIGG_TYPE: Camera shutter (trigger) type¶
how to trigger the camera to take a picture
Values |
||||||
|---|---|---|---|---|---|---|
|
CAM_DURATION: Duration that shutter is held open¶
How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)
Units |
Range |
|---|---|
deciseconds |
0 - 50 |
CAM_SERVO_ON: Servo ON PWM value¶
PWM value in microseconds to move servo to when shutter is activated
Units |
Range |
|---|---|
PWM in microseconds |
1000 - 2000 |
CAM_SERVO_OFF: Servo OFF PWM value¶
PWM value in microseconds to move servo to when shutter is deactivated
Units |
Range |
|---|---|
PWM in microseconds |
1000 - 2000 |
CAM_TRIGG_DIST: Camera trigger distance¶
Distance in meters between camera triggers. If this value is non-zero then the camera will trigger whenever the GPS position changes by this number of meters regardless of what mode the APM is in. Note that this parameter can also be set in an auto mission using the DO_SET_CAM_TRIGG_DIST command, allowing you to enable/disable the triggering of the camera during the flight.
Units |
Range |
|---|---|
meters |
0 - 1000 |
CAM_RELAY_ON: Relay ON value¶
This sets whether the relay goes high or low when it triggers. Note that you should also set RELAY_DEFAULT appropriately for your camera
Values |
||||||
|---|---|---|---|---|---|---|
|
CAM_MIN_INTERVAL: Minimum time between photos¶
Postpone shooting if previous picture was taken less than preset time(ms) ago.
Units |
Range |
|---|---|
milliseconds |
0 - 10000 |
CAM_MAX_ROLL: Maximum photo roll angle.¶
Postpone shooting if roll is greater than limit. (0=Disable, will shoot regardless of roll).
Units |
Range |
|---|---|
degrees |
0 - 180 |
CAM_FEEDBACK_PIN: Camera feedback pin¶
pin number to use for save accurate camera feedback messages. If set to -1 then don't use a pin flag for this, otherwise this is a pin number which if held high after a picture trigger order, will save camera messages when camera really takes a picture. A universal camera hot shoe is needed. The pin should be held high for at least 2 milliseconds for reliable trigger detection. See also the CAM_FEEDBACK_POL option. If using AUX4 pin on a Pixhawk then a fast capture method is used that allows for the trigger time to be as short as one microsecond.
Values |
RebootRequired |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
CAM_FEEDBACK_POL: Camera feedback pin polarity¶
Polarity for feedback pin. If this is 1 then the feedback pin should go high on trigger. If set to 0 then it should go low
Values |
||||||
|---|---|---|---|---|---|---|
|
CAM_AUTO_ONLY: Distance-trigging in AUTO mode only¶
When enabled, trigging by distance is done in AUTO mode only.
Values |
||||||
|---|---|---|---|---|---|---|
|
CAN_D1_ Parameters¶
CAN_D1_PROTOCOL: Enable use of specific protocol over virtual driver¶
Enabling this option starts selected protocol that will use this virtual driver
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
CAN_D1_UC_ Parameters¶
CAN_D1_UC_NODE: UAVCAN node that is used for this network¶
UAVCAN node should be set implicitly
Range |
|---|
1 - 250 |
CAN_D1_UC_SRV_BM: RC Out channels to be transmitted as servo over UAVCAN¶
Bitmask with one set for channel to be transmitted as a servo command over UAVCAN
Bitmask |
|---|
0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15 |
CAN_D1_UC_ESC_BM: RC Out channels to be transmitted as ESC over UAVCAN¶
Bitmask with one set for channel to be transmitted as a ESC command over UAVCAN
Bitmask |
|---|
0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16 |
CAN_D1_UC_SRV_RT: Servo output rate¶
Maximum transmit rate for servo outputs
Range |
Units |
|---|---|
1 - 200 |
hertz |
CAN_D2_ Parameters¶
CAN_D2_PROTOCOL: Enable use of specific protocol over virtual driver¶
Enabling this option starts selected protocol that will use this virtual driver
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
CAN_D2_UC_ Parameters¶
CAN_D2_UC_NODE: UAVCAN node that is used for this network¶
UAVCAN node should be set implicitly
Range |
|---|
1 - 250 |
CAN_D2_UC_SRV_BM: RC Out channels to be transmitted as servo over UAVCAN¶
Bitmask with one set for channel to be transmitted as a servo command over UAVCAN
Bitmask |
|---|
0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15 |
CAN_D2_UC_ESC_BM: RC Out channels to be transmitted as ESC over UAVCAN¶
Bitmask with one set for channel to be transmitted as a ESC command over UAVCAN
Bitmask |
|---|
0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16 |
CAN_D2_UC_SRV_RT: Servo output rate¶
Maximum transmit rate for servo outputs
Range |
Units |
|---|---|
1 - 200 |
hertz |
CAN_D3_ Parameters¶
CAN_D3_PROTOCOL: Enable use of specific protocol over virtual driver¶
Enabling this option starts selected protocol that will use this virtual driver
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
CAN_D3_UC_ Parameters¶
CAN_D3_UC_NODE: UAVCAN node that is used for this network¶
UAVCAN node should be set implicitly
Range |
|---|
1 - 250 |
CAN_D3_UC_SRV_BM: RC Out channels to be transmitted as servo over UAVCAN¶
Bitmask with one set for channel to be transmitted as a servo command over UAVCAN
Bitmask |
|---|
0: Servo 1, 1: Servo 2, 2: Servo 3, 3: Servo 4, 4: Servo 5, 5: Servo 6, 6: Servo 7, 7: Servo 8, 8: Servo 9, 9: Servo 10, 10: Servo 11, 11: Servo 12, 12: Servo 13, 13: Servo 14, 14: Servo 15 |
CAN_D3_UC_ESC_BM: RC Out channels to be transmitted as ESC over UAVCAN¶
Bitmask with one set for channel to be transmitted as a ESC command over UAVCAN
Bitmask |
|---|
0: ESC 1, 1: ESC 2, 2: ESC 3, 3: ESC 4, 4: ESC 5, 5: ESC 6, 6: ESC 7, 7: ESC 8, 8: ESC 9, 9: ESC 10, 10: ESC 11, 11: ESC 12, 12: ESC 13, 13: ESC 14, 14: ESC 15, 15: ESC 16 |
CAN_D3_UC_SRV_RT: Servo output rate¶
Maximum transmit rate for servo outputs
Range |
Units |
|---|---|
1 - 200 |
hertz |
CAN_P1_ Parameters¶
CAN_P1_DRIVER: Index of virtual driver to be used with physical CAN interface¶
Enabling this option enables use of CAN buses.
Values |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
CAN_P1_BITRATE: Bitrate of CAN interface¶
Bit rate can be set up to from 10000 to 1000000
Range |
|---|
10000 - 1000000 |
CAN_P1_DEBUG: Level of debug for CAN devices¶
Enabling this option will provide debug messages
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
CAN_P2_ Parameters¶
CAN_P2_DRIVER: Index of virtual driver to be used with physical CAN interface¶
Enabling this option enables use of CAN buses.
Values |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
CAN_P2_BITRATE: Bitrate of CAN interface¶
Bit rate can be set up to from 10000 to 1000000
Range |
|---|
10000 - 1000000 |
CAN_P2_DEBUG: Level of debug for CAN devices¶
Enabling this option will provide debug messages
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
CAN_P3_ Parameters¶
CAN_P3_DRIVER: Index of virtual driver to be used with physical CAN interface¶
Enabling this option enables use of CAN buses.
Values |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
CAN_P3_BITRATE: Bitrate of CAN interface¶
Bit rate can be set up to from 10000 to 1000000
Range |
|---|
10000 - 1000000 |
CAN_P3_DEBUG: Level of debug for CAN devices¶
Enabling this option will provide debug messages
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
CHUTE_ Parameters¶
CHUTE_ENABLED: Parachute release enabled or disabled¶
Parachute release enabled or disabled
Values |
||||||
|---|---|---|---|---|---|---|
|
CHUTE_TYPE: Parachute release mechanism type (relay or servo)¶
Parachute release mechanism type (relay or servo)
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
CHUTE_SERVO_ON: Parachute Servo ON PWM value¶
Parachute Servo PWM value in microseconds when parachute is released
Range |
Units |
Increment |
|---|---|---|
1000 - 2000 |
PWM in microseconds |
1 |
CHUTE_SERVO_OFF: Servo OFF PWM value¶
Parachute Servo PWM value in microseconds when parachute is not released
Range |
Units |
Increment |
|---|---|---|
1000 - 2000 |
PWM in microseconds |
1 |
CHUTE_ALT_MIN: Parachute min altitude in meters above home¶
Parachute min altitude above home. Parachute will not be released below this altitude. 0 to disable alt check.
Range |
Units |
Increment |
|---|---|---|
0 - 32000 |
meters |
1 |
CHUTE_DELAY_MS: Parachute release delay¶
Delay in millseconds between motor stop and chute release
Range |
Units |
Increment |
|---|---|---|
0 - 5000 |
milliseconds |
1 |
COMPASS_ Parameters¶
COMPASS_OFS_X: Compass offsets in milligauss on the X axis¶
Offset to be added to the compass x-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_OFS_Y: Compass offsets in milligauss on the Y axis¶
Offset to be added to the compass y-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_OFS_Z: Compass offsets in milligauss on the Z axis¶
Offset to be added to the compass z-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_DEC: Compass declination¶
An angle to compensate between the true north and magnetic north
Range |
Units |
Increment |
|---|---|---|
-3.142 - 3.142 |
radians |
0.01 |
COMPASS_LEARN: Learn compass offsets automatically¶
Enable or disable the automatic learning of compass offsets. You can enable learning either using a compass-only method that is suitable only for fixed wing aircraft or using the offsets learnt by the active EKF state estimator. If this option is enabled then the learnt offsets are saved when you disarm the vehicle.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_USE: Use compass for yaw¶
Enable or disable the use of the compass (instead of the GPS) for determining heading
Values |
||||||
|---|---|---|---|---|---|---|
|
COMPASS_AUTODEC: Auto Declination¶
Enable or disable the automatic calculation of the declination based on gps location
Values |
||||||
|---|---|---|---|---|---|---|
|
COMPASS_MOTCT: Motor interference compensation type¶
Set motor interference compensation type to disabled, throttle or current. Do not change manually.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_MOT_X: Motor interference compensation for body frame X axis¶
Multiplied by the current throttle and added to the compass's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_MOT_Y: Motor interference compensation for body frame Y axis¶
Multiplied by the current throttle and added to the compass's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_MOT_Z: Motor interference compensation for body frame Z axis¶
Multiplied by the current throttle and added to the compass's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_ORIENT: Compass orientation¶
The orientation of the first external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used.
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
COMPASS_EXTERNAL: Compass is attached via an external cable¶
Configure compass so it is attached externally. This is auto-detected on PX4 and Pixhawk. Set to 1 if the compass is externally connected. When externally connected the COMPASS_ORIENT option operates independently of the AHRS_ORIENTATION board orientation option. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_OFS2_X: Compass2 offsets in milligauss on the X axis¶
Offset to be added to compass2's x-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_OFS2_Y: Compass2 offsets in milligauss on the Y axis¶
Offset to be added to compass2's y-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_OFS2_Z: Compass2 offsets in milligauss on the Z axis¶
Offset to be added to compass2's z-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_MOT2_X: Motor interference compensation to compass2 for body frame X axis¶
Multiplied by the current throttle and added to compass2's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_MOT2_Y: Motor interference compensation to compass2 for body frame Y axis¶
Multiplied by the current throttle and added to compass2's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_MOT2_Z: Motor interference compensation to compass2 for body frame Z axis¶
Multiplied by the current throttle and added to compass2's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_PRIMARY: Choose primary compass¶
If more than one compass is available, this selects which compass is the primary. When external compasses are connected, they will be ordered first. NOTE: If no external compass is attached, this parameter is ignored.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_OFS3_X: Compass3 offsets in milligauss on the X axis¶
Offset to be added to compass3's x-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_OFS3_Y: Compass3 offsets in milligauss on the Y axis¶
Offset to be added to compass3's y-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_OFS3_Z: Compass3 offsets in milligauss on the Z axis¶
Offset to be added to compass3's z-axis values to compensate for metal in the frame
Range |
Units |
Increment |
|---|---|---|
-400 - 400 |
milligauss |
1 |
COMPASS_MOT3_X: Motor interference compensation to compass3 for body frame X axis¶
Multiplied by the current throttle and added to compass3's x-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_MOT3_Y: Motor interference compensation to compass3 for body frame Y axis¶
Multiplied by the current throttle and added to compass3's y-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_MOT3_Z: Motor interference compensation to compass3 for body frame Z axis¶
Multiplied by the current throttle and added to compass3's z-axis values to compensate for motor interference (Offset per Amp or at Full Throttle)
Range |
Units |
Increment |
|---|---|---|
-1000 - 1000 |
milligauss per ampere |
1 |
COMPASS_DEV_ID: Compass device id¶
Compass device id. Automatically detected, do not set manually
COMPASS_DEV_ID2: Compass2 device id¶
Second compass's device id. Automatically detected, do not set manually
COMPASS_DEV_ID3: Compass3 device id¶
Third compass's device id. Automatically detected, do not set manually
COMPASS_USE2: Compass2 used for yaw¶
Enable or disable the second compass for determining heading.
Values |
||||||
|---|---|---|---|---|---|---|
|
COMPASS_ORIENT2: Compass2 orientation¶
The orientation of a second external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used.
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
COMPASS_EXTERN2: Compass2 is attached via an external cable¶
Configure second compass so it is attached externally. This is auto-detected on PX4 and Pixhawk. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_USE3: Compass3 used for yaw¶
Enable or disable the third compass for determining heading.
Values |
||||||
|---|---|---|---|---|---|---|
|
COMPASS_ORIENT3: Compass3 orientation¶
The orientation of a third external compass relative to the vehicle frame. This value will be ignored unless this compass is set as an external compass. When set correctly in the northern hemisphere, pointing the nose and right side down should increase the MagX and MagY values respectively. Rolling the vehicle upside down should decrease the MagZ value. For southern hemisphere, switch increase and decrease. NOTE: For internal compasses, AHRS_ORIENT is used.
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
COMPASS_EXTERN3: Compass3 is attached via an external cable¶
Configure third compass so it is attached externally. This is auto-detected on PX4 and Pixhawk. If set to 0 or 1 then auto-detection by bus connection can override the value. If set to 2 then auto-detection will be disabled.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_DIA_X: Compass soft-iron diagonal X component¶
DIA_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA_Y: Compass soft-iron diagonal Y component¶
DIA_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA_Z: Compass soft-iron diagonal Z component¶
DIA_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI_X: Compass soft-iron off-diagonal X component¶
ODI_X in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI_Y: Compass soft-iron off-diagonal Y component¶
ODI_Y in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI_Z: Compass soft-iron off-diagonal Z component¶
ODI_Z in the compass soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA2_X: Compass2 soft-iron diagonal X component¶
DIA_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA2_Y: Compass2 soft-iron diagonal Y component¶
DIA_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA2_Z: Compass2 soft-iron diagonal Z component¶
DIA_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI2_X: Compass2 soft-iron off-diagonal X component¶
ODI_X in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI2_Y: Compass2 soft-iron off-diagonal Y component¶
ODI_Y in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI2_Z: Compass2 soft-iron off-diagonal Z component¶
ODI_Z in the compass2 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA3_X: Compass3 soft-iron diagonal X component¶
DIA_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA3_Y: Compass3 soft-iron diagonal Y component¶
DIA_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_DIA3_Z: Compass3 soft-iron diagonal Z component¶
DIA_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI3_X: Compass3 soft-iron off-diagonal X component¶
ODI_X in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI3_Y: Compass3 soft-iron off-diagonal Y component¶
ODI_Y in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_ODI3_Z: Compass3 soft-iron off-diagonal Z component¶
ODI_Z in the compass3 soft-iron calibration matrix: [[DIA_X, ODI_X, ODI_Y], [ODI_X, DIA_Y, ODI_Z], [ODI_Y, ODI_Z, DIA_Z]]
COMPASS_CAL_FIT: Compass calibration fitness¶
This controls the fitness level required for a successful compass calibration. A lower value makes for a stricter fit (less likely to pass). This is the value used for the primary magnetometer. Other magnetometers get double the value.
Range |
Values |
Increment |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
4 - 32 |
|
0.1 |
COMPASS_OFFS_MAX: Compass maximum offset¶
This sets the maximum allowed compass offset in calibration and arming checks
Range |
Increment |
|---|---|
500 - 3000 |
1 |
COMPASS_TYPEMASK: Compass disable driver type mask¶
This is a bitmask of driver types to disable. If a driver type is set in this mask then that driver will not try to find a sensor at startup
Bitmask |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
COMPASS_FLTR_RNG: Range in which sample is accepted¶
This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.
Units |
Range |
Increment |
|---|---|---|
percent |
0 - 100 |
1 |
COMPASS_AUTO_ROT: Automatically check orientation¶
When enabled this will automatically check the orientation of compasses on successful completion of compass calibration. If set to 2 then external compasses will have their orientation automatically corrected.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
COMPASS_PMOT Parameters¶
COMPASS_PMOT_EN: per-motor compass correction enable¶
This enables per-motor compass corrections
Values |
||||||
|---|---|---|---|---|---|---|
|
COMPASS_PMOT_EXP: per-motor exponential correction¶
This is the exponential correction for the power output of the motor for per-motor compass correction
Range |
Increment |
|---|---|
0 - 2 |
0.01 |
COMPASS_PMOT1_X: Compass per-motor1 X¶
Compensation for X axis of motor1
COMPASS_PMOT1_Y: Compass per-motor1 Y¶
Compensation for Y axis of motor1
COMPASS_PMOT1_Z: Compass per-motor1 Z¶
Compensation for Z axis of motor1
COMPASS_PMOT2_X: Compass per-motor2 X¶
Compensation for X axis of motor2
COMPASS_PMOT2_Y: Compass per-motor2 Y¶
Compensation for Y axis of motor2
COMPASS_PMOT2_Z: Compass per-motor2 Z¶
Compensation for Z axis of motor2
COMPASS_PMOT3_X: Compass per-motor3 X¶
Compensation for X axis of motor3
COMPASS_PMOT3_Y: Compass per-motor3 Y¶
Compensation for Y axis of motor3
COMPASS_PMOT3_Z: Compass per-motor3 Z¶
Compensation for Z axis of motor3
COMPASS_PMOT4_X: Compass per-motor4 X¶
Compensation for X axis of motor4
COMPASS_PMOT4_Y: Compass per-motor4 Y¶
Compensation for Y axis of motor4
COMPASS_PMOT4_Z: Compass per-motor4 Z¶
Compensation for Z axis of motor4
EK2_ Parameters¶
EK2_ENABLE: Enable EKF2¶
This enables EKF2. Enabling EKF2 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=2. A reboot or restart will need to be performed after changing the value of EK2_ENABLE for it to take effect.
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
EK2_GPS_TYPE: GPS mode control¶
This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use - this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
EK2_VELNE_M_NSE: GPS horizontal velocity measurement noise (m/s)¶
This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 5.0 |
0.05 |
meters per second |
EK2_VELD_M_NSE: GPS vertical velocity measurement noise (m/s)¶
This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 5.0 |
0.05 |
meters per second |
EK2_VEL_I_GATE: GPS velocity innovation gate size¶
This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements willbe rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_POSNE_M_NSE: GPS horizontal position measurement noise (m)¶
This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK2_POS_I_GATE: GPS position measurement gate size¶
This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_GLITCH_RAD: GPS glitch radius gate size (m)¶
This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position.
Range |
Increment |
Units |
|---|---|---|
10 - 100 |
5 |
meters |
EK2_GPS_DELAY: GPS measurement delay (msec)¶
This is the number of msec that the GPS measurements lag behind the inertial measurements.
Range |
Increment |
Units |
RebootRequired |
|---|---|---|---|
0 - 250 |
10 |
milliseconds |
True |
EK2_ALT_SOURCE: Primary altitude sensor source¶
Primary height sensor used by the EKF. If the selected option cannot be used, baro is used. 1 uses the range finder and only with optical flow navigation (EK2_GPS_TYPE = 3), Do not use "1" for terrain following. NOTE: the EK2_RNG_USE_HGT parameter can be used to switch to range-finder when close to the ground.
Values |
RebootRequired |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK2_ALT_M_NSE: Altitude measurement noise (m)¶
This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK2_HGT_I_GATE: Height measurement gate size¶
This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_HGT_DELAY: Height measurement delay (msec)¶
This is the number of msec that the Height measurements lag behind the inertial measurements.
Range |
Increment |
Units |
RebootRequired |
|---|---|---|---|
0 - 250 |
10 |
milliseconds |
True |
EK2_MAG_M_NSE: Magnetometer measurement noise (Gauss)¶
This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.
Range |
Increment |
Units |
|---|---|---|
0.01 - 0.5 |
0.01 |
gauss |
EK2_MAG_CAL: Magnetometer default fusion mode¶
This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK2_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK2_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK2_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK2_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK2_MAG_CAL = 4 uses 3-axis fusion at all times. NOTE : Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK2_MAG_MASK parameter.
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EK2_MAG_I_GATE: Magnetometer measurement gate size¶
This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_EAS_M_NSE: Equivalent airspeed measurement noise (m/s)¶
This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.
Range |
Increment |
Units |
|---|---|---|
0.5 - 5.0 |
0.1 |
meters per second |
EK2_EAS_I_GATE: Airspeed measurement gate size¶
This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_RNG_M_NSE: Range finder measurement noise (m)¶
This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK2_RNG_I_GATE: Range finder measurement gate size¶
This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_MAX_FLOW: Maximum valid optical flow rate¶
This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter
Range |
Increment |
Units |
|---|---|---|
1.0 - 4.0 |
0.1 |
radians per second |
EK2_FLOW_M_NSE: Optical flow measurement noise (rad/s)¶
This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 1.0 |
0.05 |
radians per second |
EK2_FLOW_I_GATE: Optical Flow measurement gate size¶
This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_FLOW_DELAY: Optical Flow measurement delay (msec)¶
This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.
Range |
Increment |
Units |
RebootRequired |
|---|---|---|---|
0 - 127 |
10 |
milliseconds |
True |
EK2_GYRO_P_NSE: Rate gyro noise (rad/s)¶
This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.
Range |
Increment |
Units |
|---|---|---|
0.0001 - 0.1 |
0.0001 |
radians per second |
EK2_ACC_P_NSE: Accelerometer noise (m/s^2)¶
This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.
Range |
Increment |
Units |
|---|---|---|
0.01 - 1.0 |
0.01 |
meters per square second |
EK2_GBIAS_P_NSE: Rate gyro bias stability (rad/s/s)¶
This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.001 |
radians per square second |
EK2_GSCL_P_NSE: Rate gyro scale factor stability (1/s)¶
This noise controls the rate of gyro scale factor learning. Increasing it makes rate gyro scale factor estimation faster and noisier.
Range |
Units |
|---|---|
0.000001 - 0.001 |
hertz |
EK2_ABIAS_P_NSE: Accelerometer bias stability (m/s^3)¶
This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.001 |
meters per cubic second |
EK2_WIND_P_NSE: Wind velocity process noise (m/s^2)¶
This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.
Range |
Increment |
Units |
|---|---|---|
0.01 - 1.0 |
0.1 |
meters per square second |
EK2_WIND_PSCALE: Height rate to wind process noise scaler¶
This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.
Range |
Increment |
|---|---|
0.0 - 1.0 |
0.1 |
EK2_GPS_CHECK: GPS preflight check¶
This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.
Bitmask |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EK2_IMU_MASK: Bitmask of active IMUs¶
1 byte bitmap of IMUs to use in EKF2. A separate instance of EKF2 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF2 will fail to start.
Bitmask |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK2_CHECK_SCALE: GPS accuracy check scaler (%)¶
This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.
Range |
Units |
|---|---|
50 - 200 |
percent |
EK2_NOAID_M_NSE: Non-GPS operation position uncertainty (m)¶
This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.
Range |
Units |
|---|---|
0.5 - 50.0 |
meters |
EK2_LOG_MASK: EKF sensor logging IMU mask¶
This sets the IMU mask of sensors to do full logging for
Bitmask |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK2_YAW_M_NSE: Yaw measurement noise (rad)¶
This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 1.0 |
0.05 |
radians |
EK2_YAW_I_GATE: Yaw measurement gate size¶
This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_TAU_OUTPUT: Output complementary filter time constant (centi-sec)¶
Sets the time constant of the output complementary filter/predictor in centi-seconds.
Range |
Increment |
Units |
|---|---|---|
10 - 50 |
5 |
centiseconds |
EK2_MAGE_P_NSE: Earth magnetic field process noise (gauss/s)¶
This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.01 |
gauss per second |
EK2_MAGB_P_NSE: Body magnetic field process noise (gauss/s)¶
This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.01 |
gauss per second |
EK2_RNG_USE_HGT: Range finder switch height percentage¶
Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFND_MAX_CM). Set to -1 when EK2_ALT_SOURCE is not set to range finder. This is not for terrain following.
Range |
Increment |
Units |
|---|---|---|
-1 - 70 |
1 |
percent |
EK2_TERR_GRAD: Maximum terrain gradient¶
Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference
Range |
Increment |
|---|---|
0 - 0.2 |
0.01 |
EK2_BCN_M_NSE: Range beacon measurement noise (m)¶
This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK2_BCN_I_GTE: Range beacon measurement gate size¶
This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK2_BCN_DELAY: Range beacon measurement delay (msec)¶
This is the number of msec that the range beacon measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.
Range |
Increment |
Units |
RebootRequired |
|---|---|---|---|
0 - 127 |
10 |
milliseconds |
True |
EK2_RNG_USE_SPD: Range finder max ground speed¶
The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.
Range |
Increment |
Units |
|---|---|---|
2.0 - 6.0 |
0.5 |
meters per second |
EK2_MAG_MASK: Bitmask of active EKF cores that will always use heading fusion¶
1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.
Bitmask |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK2_OGN_HGT_MASK: Bitmask control of EKF reference height correction¶
When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).
Bitmask |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_ Parameters¶
EK3_ENABLE: Enable EKF3¶
This enables EKF3. Enabling EKF3 only makes the maths run, it does not mean it will be used for flight control. To use it for flight control set AHRS_EKF_TYPE=3. A reboot or restart will need to be performed after changing the value of EK3_ENABLE for it to take effect.
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
EK3_GPS_TYPE: GPS mode control¶
This controls use of GPS measurements : 0 = use 3D velocity & 2D position, 1 = use 2D velocity and 2D position, 2 = use 2D position, 3 = Inhibit GPS use - this can be useful when flying with an optical flow sensor in an environment where GPS quality is poor and subject to large multipath errors.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
EK3_VELNE_M_NSE: GPS horizontal velocity measurement noise (m/s)¶
This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set horizontal velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS horizontal velocity measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 5.0 |
0.05 |
meters per second |
EK3_VELD_M_NSE: GPS vertical velocity measurement noise (m/s)¶
This sets a lower limit on the speed accuracy reported by the GPS receiver that is used to set vertical velocity observation noise. If the model of receiver used does not provide a speed accurcy estimate, then the parameter value will be used. Increasing it reduces the weighting of the GPS vertical velocity measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 5.0 |
0.05 |
meters per second |
EK3_VEL_I_GATE: GPS velocity innovation gate size¶
This sets the percentage number of standard deviations applied to the GPS velocity measurement innovation consistency check. Decreasing it makes it more likely that good measurements willbe rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_POSNE_M_NSE: GPS horizontal position measurement noise (m)¶
This sets the GPS horizontal position observation noise. Increasing it reduces the weighting of GPS horizontal position measurements.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK3_POS_I_GATE: GPS position measurement gate size¶
This sets the percentage number of standard deviations applied to the GPS position measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_GLITCH_RAD: GPS glitch radius gate size (m)¶
This controls the maximum radial uncertainty in position between the value predicted by the filter and the value measured by the GPS before the filter position and velocity states are reset to the GPS. Making this value larger allows the filter to ignore larger GPS glitches but also means that non-GPS errors such as IMU and compass can create a larger error in position before the filter is forced back to the GPS position.
Range |
Increment |
Units |
|---|---|---|
10 - 100 |
5 |
meters |
EK3_ALT_SOURCE: Primary altitude sensor source¶
Primary height sensor used by the EKF. If the selected option cannot be used, baro is used. 1 uses the range finder and only with optical flow navigation (EK2_GPS_TYPE = 3), Do not use "1" for terrain following. NOTE: the EK3_RNG_USE_HGT parameter can be used to switch to range-finder when close to the ground.
Values |
RebootRequired |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_ALT_M_NSE: Altitude measurement noise (m)¶
This is the RMS value of noise in the altitude measurement. Increasing it reduces the weighting of the baro measurement and will make the filter respond more slowly to baro measurement errors, but will make it more sensitive to GPS and accelerometer errors.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK3_HGT_I_GATE: Height measurement gate size¶
This sets the percentage number of standard deviations applied to the height measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_HGT_DELAY: Height measurement delay (msec)¶
This is the number of msec that the Height measurements lag behind the inertial measurements.
Range |
Increment |
RebootRequired |
Units |
|---|---|---|---|
0 - 250 |
10 |
True |
milliseconds |
EK3_MAG_M_NSE: Magnetometer measurement noise (Gauss)¶
This is the RMS value of noise in magnetometer measurements. Increasing it reduces the weighting on these measurements.
Range |
Increment |
Units |
|---|---|---|
0.01 - 0.5 |
0.01 |
gauss |
EK3_MAG_CAL: Magnetometer default fusion mode¶
This determines when the filter will use the 3-axis magnetometer fusion model that estimates both earth and body fixed magnetic field states and when it will use a simpler magnetic heading fusion model that does not use magnetic field states. The 3-axis magnetometer fusion is only suitable for use when the external magnetic field environment is stable. EK3_MAG_CAL = 0 uses heading fusion on ground, 3-axis fusion in-flight, and is the default setting for Plane users. EK3_MAG_CAL = 1 uses 3-axis fusion only when manoeuvring. EK3_MAG_CAL = 2 uses heading fusion at all times, is recommended if the external magnetic field is varying and is the default for rovers. EK3_MAG_CAL = 3 uses heading fusion on the ground and 3-axis fusion after the first in-air field and yaw reset has completed, and is the default for copters. EK3_MAG_CAL = 4 uses 3-axis fusion at all times. NOTE : Use of simple heading magnetometer fusion makes vehicle compass calibration and alignment errors harder for the EKF to detect which reduces the sensitivity of the Copter EKF failsafe algorithm. NOTE: The fusion mode can be forced to 2 for specific EKF cores using the EK3_MAG_MASK parameter.
Values |
RebootRequired |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_MAG_I_GATE: Magnetometer measurement gate size¶
This sets the percentage number of standard deviations applied to the magnetometer measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_EAS_M_NSE: Equivalent airspeed measurement noise (m/s)¶
This is the RMS value of noise in equivalent airspeed measurements used by planes. Increasing it reduces the weighting of airspeed measurements and will make wind speed estimates less noisy and slower to converge. Increasing also increases navigation errors when dead-reckoning without GPS measurements.
Range |
Increment |
Units |
|---|---|---|
0.5 - 5.0 |
0.1 |
meters per second |
EK3_EAS_I_GATE: Airspeed measurement gate size¶
This sets the percentage number of standard deviations applied to the airspeed measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_RNG_M_NSE: Range finder measurement noise (m)¶
This is the RMS value of noise in the range finder measurement. Increasing it reduces the weighting on this measurement.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK3_RNG_I_GATE: Range finder measurement gate size¶
This sets the percentage number of standard deviations applied to the range finder innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_MAX_FLOW: Maximum valid optical flow rate¶
This sets the magnitude maximum optical flow rate in rad/sec that will be accepted by the filter
Range |
Increment |
Units |
|---|---|---|
1.0 - 4.0 |
0.1 |
radians per second |
EK3_FLOW_M_NSE: Optical flow measurement noise (rad/s)¶
This is the RMS value of noise and errors in optical flow measurements. Increasing it reduces the weighting on these measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 1.0 |
0.05 |
radians per second |
EK3_FLOW_I_GATE: Optical Flow measurement gate size¶
This sets the percentage number of standard deviations applied to the optical flow innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_FLOW_DELAY: Optical Flow measurement delay (msec)¶
This is the number of msec that the optical flow measurements lag behind the inertial measurements. It is the time from the end of the optical flow averaging period and does not include the time delay due to the 100msec of averaging within the flow sensor.
Range |
Increment |
RebootRequired |
Units |
|---|---|---|---|
0 - 250 |
10 |
True |
milliseconds |
EK3_GYRO_P_NSE: Rate gyro noise (rad/s)¶
This control disturbance noise controls the growth of estimated error due to gyro measurement errors excluding bias. Increasing it makes the flter trust the gyro measurements less and other measurements more.
Range |
Increment |
Units |
|---|---|---|
0.0001 - 0.1 |
0.0001 |
radians per second |
EK3_ACC_P_NSE: Accelerometer noise (m/s^2)¶
This control disturbance noise controls the growth of estimated error due to accelerometer measurement errors excluding bias. Increasing it makes the flter trust the accelerometer measurements less and other measurements more.
Range |
Increment |
Units |
|---|---|---|
0.01 - 1.0 |
0.01 |
meters per square second |
EK3_GBIAS_P_NSE: Rate gyro bias stability (rad/s/s)¶
This state process noise controls growth of the gyro delta angle bias state error estimate. Increasing it makes rate gyro bias estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.001 |
radians per square second |
EK3_ABIAS_P_NSE: Accelerometer bias stability (m/s^3)¶
This noise controls the growth of the vertical accelerometer delta velocity bias state error estimate. Increasing it makes accelerometer bias estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.001 |
meters per cubic second |
EK3_WIND_P_NSE: Wind velocity process noise (m/s^2)¶
This state process noise controls the growth of wind state error estimates. Increasing it makes wind estimation faster and noisier.
Range |
Increment |
Units |
|---|---|---|
0.01 - 1.0 |
0.1 |
meters per square second |
EK3_WIND_PSCALE: Height rate to wind process noise scaler¶
This controls how much the process noise on the wind states is increased when gaining or losing altitude to take into account changes in wind speed and direction with altitude. Increasing this parameter increases how rapidly the wind states adapt when changing altitude, but does make wind velocity estimation noiser.
Range |
Increment |
|---|---|
0.0 - 1.0 |
0.1 |
EK3_GPS_CHECK: GPS preflight check¶
This is a 1 byte bitmap controlling which GPS preflight checks are performed. Set to 0 to bypass all checks. Set to 255 perform all checks. Set to 3 to check just the number of satellites and HDoP. Set to 31 for the most rigorous checks that will still allow checks to pass when the copter is moving, eg launch from a boat.
Bitmask |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
EK3_IMU_MASK: Bitmask of active IMUs¶
1 byte bitmap of IMUs to use in EKF3. A separate instance of EKF3 will be started for each IMU selected. Set to 1 to use the first IMU only (default), set to 2 to use the second IMU only, set to 3 to use the first and second IMU. Additional IMU's can be used up to a maximum of 6 if memory and processing resources permit. There may be insufficient memory and processing resources to run multiple instances. If this occurs EKF3 will fail to start.
Bitmask |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_CHECK_SCALE: GPS accuracy check scaler (%)¶
This scales the thresholds that are used to check GPS accuracy before it is used by the EKF. A value of 100 is the default. Values greater than 100 increase and values less than 100 reduce the maximum GPS error the EKF will accept. A value of 200 will double the allowable GPS error.
Range |
Units |
|---|---|
50 - 200 |
percent |
EK3_NOAID_M_NSE: Non-GPS operation position uncertainty (m)¶
This sets the amount of position variation that the EKF allows for when operating without external measurements (eg GPS or optical flow). Increasing this parameter makes the EKF attitude estimate less sensitive to vehicle manoeuvres but more sensitive to IMU errors.
Range |
Units |
|---|---|
0.5 - 50.0 |
meters |
EK3_LOG_MASK: EKF sensor logging IMU mask¶
This sets the IMU mask of sensors to do full logging for
Bitmask |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_YAW_M_NSE: Yaw measurement noise (rad)¶
This is the RMS value of noise in yaw measurements from the magnetometer. Increasing it reduces the weighting on these measurements.
Range |
Increment |
Units |
|---|---|---|
0.05 - 1.0 |
0.05 |
radians |
EK3_YAW_I_GATE: Yaw measurement gate size¶
This sets the percentage number of standard deviations applied to the magnetometer yaw measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_TAU_OUTPUT: Output complementary filter time constant (centi-sec)¶
Sets the time constant of the output complementary filter/predictor in centi-seconds.
Range |
Increment |
Units |
|---|---|---|
10 - 50 |
5 |
centiseconds |
EK3_MAGE_P_NSE: Earth magnetic field process noise (gauss/s)¶
This state process noise controls the growth of earth magnetic field state error estimates. Increasing it makes earth magnetic field estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.01 |
gauss per second |
EK3_MAGB_P_NSE: Body magnetic field process noise (gauss/s)¶
This state process noise controls the growth of body magnetic field state error estimates. Increasing it makes magnetometer bias error estimation faster and noisier.
Range |
Units |
|---|---|
0.00001 - 0.01 |
gauss per second |
EK3_RNG_USE_HGT: Range finder switch height percentage¶
Range finder can be used as the primary height source when below this percentage of its maximum range (see RNGFND_MAX_CM). Set to -1 when EK3_ALT_SOURCE is not set to range finder. This is not for terrain following.
Range |
Increment |
Units |
|---|---|---|
-1 - 70 |
1 |
percent |
EK3_TERR_GRAD: Maximum terrain gradient¶
Specifies the maximum gradient of the terrain below the vehicle when it is using range finder as a height reference
Range |
Increment |
|---|---|
0 - 0.2 |
0.01 |
EK3_BCN_M_NSE: Range beacon measurement noise (m)¶
This is the RMS value of noise in the range beacon measurement. Increasing it reduces the weighting on this measurement.
Range |
Increment |
Units |
|---|---|---|
0.1 - 10.0 |
0.1 |
meters |
EK3_BCN_I_GTE: Range beacon measurement gate size¶
This sets the percentage number of standard deviations applied to the range beacon measurement innovation consistency check. Decreasing it makes it more likely that good measurements will be rejected. Increasing it makes it more likely that bad measurements will be accepted.
Range |
Increment |
|---|---|
100 - 1000 |
25 |
EK3_BCN_DELAY: Range beacon measurement delay (msec)¶
This is the number of msec that the range beacon measurements lag behind the inertial measurements.
Range |
Increment |
RebootRequired |
Units |
|---|---|---|---|
0 - 250 |
10 |
True |
milliseconds |
EK3_RNG_USE_SPD: Range finder max ground speed¶
The range finder will not be used as the primary height source when the horizontal ground speed is greater than this value.
Range |
Increment |
Units |
|---|---|---|
2.0 - 6.0 |
0.5 |
meters per second |
EK3_ACC_BIAS_LIM: Accelerometer bias limit¶
The accelerometer bias state will be limited to +- this value
Range |
Increment |
Units |
|---|---|---|
0.5 - 2.5 |
0.1 |
meters per square second |
EK3_MAG_MASK: Bitmask of active EKF cores that will always use heading fusion¶
1 byte bitmap of EKF cores that will disable magnetic field states and use simple magnetic heading fusion at all times. This parameter enables specified cores to be used as a backup for flight into an environment with high levels of external magnetic interference which may degrade the EKF attitude estimate when using 3-axis magnetometer fusion. NOTE : Use of a different magnetometer fusion algorithm on different cores makes unwanted EKF core switches due to magnetometer errors more likely.
Bitmask |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_OGN_HGT_MASK: Bitmask control of EKF reference height correction¶
When a height sensor other than GPS is used as the primary height source by the EKF, the position of the zero height datum is defined by that sensor and its frame of reference. If a GPS height measurement is also available, then the height of the WGS-84 height datum used by the EKF can be corrected so that the height returned by the getLLH() function is compensated for primary height sensor drift and change in datum over time. The first two bit positions control when the height datum will be corrected. Correction is performed using a Bayes filter and only operates when GPS quality permits. The third bit position controls where the corrections to the GPS reference datum are applied. Corrections can be applied to the local vertical position or to the reported EKF origin height (default).
Bitmask |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
EK3_VIS_VERR_MIN: Visual odometry minimum velocity error¶
This is the 1-STD odometry velocity observation error that will be assumed when maximum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.
Range |
Increment |
Units |
|---|---|---|
0.05 - 0.5 |
0.05 |
meters per second |
EK3_VIS_VERR_MAX: Visual odometry maximum velocity error¶
This is the 1-STD odometry velocity observation error that will be assumed when minimum quality is reported by the sensor. When quality is between max and min, the error will be calculated using linear interpolation between VIS_VERR_MIN and VIS_VERR_MAX.
Range |
Increment |
Units |
|---|---|---|
0.5 - 5.0 |
0.1 |
meters per second |
EK3_WENC_VERR: Wheel odometry velocity error¶
This is the 1-STD odometry velocity observation error that will be assumed when wheel encoder data is being fused.
Range |
Increment |
Units |
|---|---|---|
0.01 - 1.0 |
0.1 |
meters per second |
FLOW Parameters¶
FLOW_ENABLE: Optical flow enable/disable¶
Setting this to Enabled(1) will enable optical flow. Setting this to Disabled(0) will disable optical flow
Values |
||||||
|---|---|---|---|---|---|---|
|
FLOW_FXSCALER: X axis optical flow scale factor correction¶
This sets the parts per thousand scale factor correction applied to the flow sensor X axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the X axis optical flow reading by 0.1%. Negative values reduce the scale factor.
Range |
Increment |
|---|---|
-200 - +200 |
1 |
FLOW_FYSCALER: Y axis optical flow scale factor correction¶
This sets the parts per thousand scale factor correction applied to the flow sensor Y axis optical rate. It can be used to correct for variations in effective focal length. Each positive increment of 1 increases the scale factor applied to the Y axis optical flow reading by 0.1%. Negative values reduce the scale factor.
Range |
Increment |
|---|---|
-200 - +200 |
1 |
FLOW_ORIENT_YAW: Flow sensor yaw alignment¶
Specifies the number of centi-degrees that the flow sensor is yawed relative to the vehicle. A sensor with its X-axis pointing to the right of the vehicle X axis has a positive yaw angle.
Range |
Increment |
|---|---|
-18000 - +18000 |
1 |
FLOW_POS_X: X position offset¶
X position of the optical flow sensor focal point in body frame. Positive X is forward of the origin.
Units |
|---|
meters |
FLOW_POS_Y: Y position offset¶
Y position of the optical flow sensor focal point in body frame. Positive Y is to the right of the origin.
Units |
|---|
meters |
FLOW_POS_Z: Z position offset¶
Z position of the optical flow sensor focal point in body frame. Positive Z is down from the origin.
Units |
|---|
meters |
FLOW_ADDR: Address on the bus¶
This is used to select between multiple possible I2C addresses for some sensor types. For PX4Flow you can choose 0 to 7 for the 8 possible addresses on the I2C bus.
Range |
|---|
0 - 127 |
GND_ Parameters¶
GND_ABS_PRESS: Absolute Pressure¶
calibrated ground pressure in Pascals
Units |
Increment |
ReadOnly |
Volatile |
|---|---|---|---|
pascal |
1 |
True |
True |
GND_TEMP: ground temperature¶
User provided ambient ground temperature in degrees Celsius. This is used to improve the calculation of the altitude the vehicle is at. This parameter is not persistent and will be reset to 0 every time the vehicle is rebooted. A value of 0 means use the internal measurement ambient temperature.
Units |
Increment |
Volatile |
|---|---|---|
degrees Celsius |
1 |
True |
GND_ALT_OFFSET: altitude offset¶
altitude offset in meters added to barometric altitude. This is used to allow for automatic adjustment of the base barometric altitude by a ground station equipped with a barometer. The value is added to the barometric altitude read by the aircraft. It is automatically reset to 0 when the barometer is calibrated on each reboot or when a preflight calibration is performed.
Units |
Increment |
|---|---|
meters |
0.1 |
GND_PRIMARY: Primary barometer¶
This selects which barometer will be the primary if multiple barometers are found
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GND_EXT_BUS: External baro bus¶
This selects the bus number for looking for an I2C barometer
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GND_SPEC_GRAV: Specific Gravity (For water depth measurement)¶
This sets the specific gravity of the fluid when flying an underwater ROV.
Values |
|---|
1.0:Freshwater,1.024:Saltwater |
GND_ABS_PRESS2: Absolute Pressure¶
calibrated ground pressure in Pascals
Units |
Increment |
ReadOnly |
Volatile |
|---|---|---|---|
pascal |
1 |
True |
True |
GND_ABS_PRESS3: Absolute Pressure¶
calibrated ground pressure in Pascals
Units |
Increment |
ReadOnly |
Volatile |
|---|---|---|---|
pascal |
1 |
True |
True |
GND_FLTR_RNG: Range in which sample is accepted¶
This sets the range around the average value that new samples must be within to be accepted. This can help reduce the impact of noise on sensors that are on long I2C cables. The value is a percentage from the average value. A value of zero disables this filter.
Units |
Range |
Increment |
|---|---|---|
percent |
0 - 100 |
1 |
GPS_ Parameters¶
GPS_TYPE: GPS type¶
GPS type
Values |
RebootRequired |
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
GPS_TYPE2: 2nd GPS type¶
GPS type of 2nd GPS
Values |
RebootRequired |
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
GPS_AUTO_SWITCH: Automatic Switchover Setting¶
Automatic switchover to GPS reporting best lock
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GPS_MIN_DGPS: Minimum Lock Type Accepted for DGPS¶
Sets the minimum type of differential GPS corrections required before allowing to switch into DGPS mode.
Values |
RebootRequired |
||||||||
|---|---|---|---|---|---|---|---|---|---|
|
True |
GPS_SBAS_MODE: SBAS Mode¶
This sets the SBAS (satellite based augmentation system) mode if available on this GPS. If set to 2 then the SBAS mode is not changed in the GPS. Otherwise the GPS will be reconfigured to enable/disable SBAS. Disabling SBAS may be worthwhile in some parts of the world where an SBAS signal is available but the baseline is too long to be useful.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GPS_MIN_ELEV: Minimum elevation¶
This sets the minimum elevation of satellites above the horizon for them to be used for navigation. Setting this to -100 leaves the minimum elevation set to the GPS modules default.
Range |
Units |
|---|---|
-100 - 90 |
degrees |
GPS_INJECT_TO: Destination for GPS_INJECT_DATA MAVLink packets¶
The GGS can send raw serial packets to inject data to multiple GPSes.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GPS_SBP_LOGMASK: Swift Binary Protocol Logging Mask¶
Masked with the SBP msg_type field to determine whether SBR1/SBR2 data is logged
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GPS_RAW_DATA: Raw data logging¶
Handles logging raw data; on uBlox chips that support raw data this will log RXM messages into dataflash log; on Septentrio this will log on the equipment's SD card and when set to 2, the autopilot will try to stop logging after disarming and restart after arming
Values |
RebootRequired |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
GPS_GNSS_MODE: GNSS system configuration¶
Bitmask for what GNSS system to use on the first GPS (all unchecked or zero to leave GPS as configured)
Values |
Bitmask |
||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
GPS_SAVE_CFG: Save GPS configuration¶
Determines whether the configuration for this GPS should be written to non-volatile memory on the GPS. Currently working for UBlox 6 series and above.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GPS_GNSS_MODE2: GNSS system configuration¶
Bitmask for what GNSS system to use on the second GPS (all unchecked or zero to leave GPS as configured)
Values |
Bitmask |
||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
GPS_AUTO_CONFIG: Automatic GPS configuration¶
Controls if the autopilot should automatically configure the GPS based on the parameters and default settings
Values |
||||||
|---|---|---|---|---|---|---|
|
GPS_RATE_MS: GPS update rate in milliseconds¶
Controls how often the GPS should provide a position update. Lowering below 5Hz is not allowed
Units |
Values |
Range |
||||||||
|---|---|---|---|---|---|---|---|---|---|---|
milliseconds |
|
50 - 200 |
GPS_RATE_MS2: GPS 2 update rate in milliseconds¶
Controls how often the GPS should provide a position update. Lowering below 5Hz is not allowed
Units |
Values |
Range |
||||||||
|---|---|---|---|---|---|---|---|---|---|---|
milliseconds |
|
50 - 200 |
GPS_POS1_X: Antenna X position offset¶
X position of the first GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.
Units |
|---|
meters |
GPS_POS1_Y: Antenna Y position offset¶
Y position of the first GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.
Units |
|---|
meters |
GPS_POS1_Z: Antenna Z position offset¶
Z position of the first GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.
Units |
|---|
meters |
GPS_POS2_X: Antenna X position offset¶
X position of the second GPS antenna in body frame. Positive X is forward of the origin. Use antenna phase centroid location if provided by the manufacturer.
Units |
|---|
meters |
GPS_POS2_Y: Antenna Y position offset¶
Y position of the second GPS antenna in body frame. Positive Y is to the right of the origin. Use antenna phase centroid location if provided by the manufacturer.
Units |
|---|
meters |
GPS_POS2_Z: Antenna Z position offset¶
Z position of the second GPS antenna in body frame. Positive Z is down from the origin. Use antenna phase centroid location if provided by the manufacturer.
Units |
|---|
meters |
GPS_DELAY_MS: GPS delay in milliseconds¶
Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.
Units |
Range |
RebootRequired |
|---|---|---|
milliseconds |
0 - 250 |
True |
GPS_DELAY_MS2: GPS 2 delay in milliseconds¶
Controls the amount of GPS measurement delay that the autopilot compensates for. Set to zero to use the default delay for the detected GPS type.
Units |
Range |
RebootRequired |
|---|---|---|
milliseconds |
0 - 250 |
True |
GPS_BLEND_MASK: Multi GPS Blending Mask¶
Determines which of the accuracy measures Horizontal position, Vertical Position and Speed are used to calculate the weighting on each GPS receiver when soft switching has been selected by setting GPS_AUTO_SWITCH to 2
Bitmask |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GPS_BLEND_TC: Blending time constant¶
Controls the slowest time constant applied to the calculation of GPS position and height offsets used to adjust different GPS receivers for steady state position differences.
Units |
Range |
|---|---|
seconds |
5.0 - 30.0 |
GRIP_ Parameters¶
GRIP_ENABLE: Gripper Enable/Disable¶
Gripper enable/disable
Values |
||||||
|---|---|---|---|---|---|---|
|
GRIP_TYPE: Gripper Type¶
Gripper enable/disable
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
GRIP_GRAB: Gripper Grab PWM¶
PWM value in microseconds sent to Gripper to initiate grabbing the cargo
Range |
Units |
|---|---|
1000 - 2000 |
PWM in microseconds |
GRIP_RELEASE: Gripper Release PWM¶
PWM value in microseconds sent to Gripper to release the cargo
Range |
Units |
|---|---|
1000 - 2000 |
PWM in microseconds |
GRIP_NEUTRAL: Neutral PWM¶
PWM value in microseconds sent to grabber when not grabbing or releasing
Range |
Units |
|---|---|
1000 - 2000 |
PWM in microseconds |
GRIP_REGRAB: Gripper Regrab interval¶
Time in seconds that gripper will regrab the cargo to ensure grip has not weakened; 0 to disable
Range |
Units |
|---|---|
0 - 255 |
seconds |
GRIP_UAVCAN_ID: EPM UAVCAN Hardpoint ID¶
Refer to https://docs.zubax.com/opengrab_epm_v3#UAVCAN_interface
Range |
|---|
0 - 255 |
ICE_ Parameters¶
ICE_ENABLE: Enable ICEngine control¶
This enables internal combusion engine control
Values |
||||||
|---|---|---|---|---|---|---|
|
ICE_START_CHAN: Input channel for engine start¶
This is an RC input channel for requesting engine start. Engine will try to start when channel is at or above 1700. Engine will stop when channel is at or below 1300. Between 1301 and 1699 the engine will not change state unless a MAVLink command or mission item commands a state change, or the vehicle is disamed.
Values |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
ICE_STARTER_TIME: Time to run starter¶
This is the number of seconds to run the starter when trying to start the engine
Units |
Range |
|---|---|
seconds |
0.1 - 5 |
ICE_START_DELAY: Time to wait between starts¶
Delay between start attempts
Units |
Range |
|---|---|
seconds |
1 - 10 |
ICE_RPM_THRESH: RPM threshold¶
This is the measured RPM above which tne engine is considered to be running
Range |
|---|
100 - 100000 |
ICE_PWM_IGN_ON: PWM value for ignition on¶
This is the value sent to the ignition channel when on
Range |
|---|
1000 - 2000 |
ICE_PWM_IGN_OFF: PWM value for ignition off¶
This is the value sent to the ignition channel when off
Range |
|---|
1000 - 2000 |
ICE_PWM_STRT_ON: PWM value for starter on¶
This is the value sent to the starter channel when on
Range |
|---|
1000 - 2000 |
ICE_PWM_STRT_OFF: PWM value for starter off¶
This is the value sent to the starter channel when off
Range |
|---|
1000 - 2000 |
ICE_RPM_CHAN: RPM instance channel to use¶
This is which of the RPM instances to use for detecting the RPM of the engine
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
ICE_START_PCT: Throttle percentage for engine start¶
This is the percentage throttle output for engine start
Range |
|---|
0 - 100 |
INS_ Parameters¶
INS_PRODUCT_ID: IMU Product ID¶
unused
INS_GYROFFS_X: Gyro offsets of X axis¶
Gyro sensor offsets of X axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYROFFS_Y: Gyro offsets of Y axis¶
Gyro sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYROFFS_Z: Gyro offsets of Z axis¶
Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYR2OFFS_X: Gyro2 offsets of X axis¶
Gyro2 sensor offsets of X axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYR2OFFS_Y: Gyro2 offsets of Y axis¶
Gyro2 sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYR2OFFS_Z: Gyro2 offsets of Z axis¶
Gyro2 sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYR3OFFS_X: Gyro3 offsets of X axis¶
Gyro3 sensor offsets of X axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYR3OFFS_Y: Gyro3 offsets of Y axis¶
Gyro3 sensor offsets of Y axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_GYR3OFFS_Z: Gyro3 offsets of Z axis¶
Gyro3 sensor offsets of Z axis. This is setup on each boot during gyro calibrations
Units |
|---|
radians per second |
INS_ACCSCAL_X: Accelerometer scaling of X axis¶
Accelerometer scaling of X axis. Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACCSCAL_Y: Accelerometer scaling of Y axis¶
Accelerometer scaling of Y axis Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACCSCAL_Z: Accelerometer scaling of Z axis¶
Accelerometer scaling of Z axis Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACCOFFS_X: Accelerometer offsets of X axis¶
Accelerometer offsets of X axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACCOFFS_Y: Accelerometer offsets of Y axis¶
Accelerometer offsets of Y axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACCOFFS_Z: Accelerometer offsets of Z axis¶
Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACC2SCAL_X: Accelerometer2 scaling of X axis¶
Accelerometer2 scaling of X axis. Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACC2SCAL_Y: Accelerometer2 scaling of Y axis¶
Accelerometer2 scaling of Y axis Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACC2SCAL_Z: Accelerometer2 scaling of Z axis¶
Accelerometer2 scaling of Z axis Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACC2OFFS_X: Accelerometer2 offsets of X axis¶
Accelerometer2 offsets of X axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACC2OFFS_Y: Accelerometer2 offsets of Y axis¶
Accelerometer2 offsets of Y axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACC2OFFS_Z: Accelerometer2 offsets of Z axis¶
Accelerometer2 offsets of Z axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACC3SCAL_X: Accelerometer3 scaling of X axis¶
Accelerometer3 scaling of X axis. Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACC3SCAL_Y: Accelerometer3 scaling of Y axis¶
Accelerometer3 scaling of Y axis Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACC3SCAL_Z: Accelerometer3 scaling of Z axis¶
Accelerometer3 scaling of Z axis Calculated during acceleration calibration routine
Range |
|---|
0.8 - 1.2 |
INS_ACC3OFFS_X: Accelerometer3 offsets of X axis¶
Accelerometer3 offsets of X axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACC3OFFS_Y: Accelerometer3 offsets of Y axis¶
Accelerometer3 offsets of Y axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_ACC3OFFS_Z: Accelerometer3 offsets of Z axis¶
Accelerometer3 offsets of Z axis. This is setup using the acceleration calibration or level operations
Units |
Range |
|---|---|
meters per square second |
-3.5 - 3.5 |
INS_GYRO_FILTER: Gyro filter cutoff frequency¶
Filter cutoff frequency for gyroscopes. This can be set to a lower value to try to cope with very high vibration levels in aircraft. This option takes effect on the next reboot. A value of zero means no filtering (not recommended!)
Units |
Range |
|---|---|
hertz |
0 - 127 |
INS_ACCEL_FILTER: Accel filter cutoff frequency¶
Filter cutoff frequency for accelerometers. This can be set to a lower value to try to cope with very high vibration levels in aircraft. This option takes effect on the next reboot. A value of zero means no filtering (not recommended!)
Units |
Range |
|---|---|
hertz |
0 - 127 |
INS_USE: Use first IMU for attitude, velocity and position estimates¶
Use first IMU for attitude, velocity and position estimates
Values |
||||||
|---|---|---|---|---|---|---|
|
INS_USE2: Use second IMU for attitude, velocity and position estimates¶
Use second IMU for attitude, velocity and position estimates
Values |
||||||
|---|---|---|---|---|---|---|
|
INS_USE3: Use third IMU for attitude, velocity and position estimates¶
Use third IMU for attitude, velocity and position estimates
Values |
||||||
|---|---|---|---|---|---|---|
|
INS_STILL_THRESH: Stillness threshold for detecting if we are moving¶
Threshold to tolerate vibration to determine if vehicle is motionless. This depends on the frame type and if there is a constant vibration due to motors before launch or after landing. Total motionless is about 0.05. Suggested values: Planes/rover use 0.1, multirotors use 1, tradHeli uses 5
Range |
|---|
0.05 - 50 |
INS_GYR_CAL: Gyro Calibration scheme¶
Conrols when automatic gyro calibration is performed
Values |
||||||
|---|---|---|---|---|---|---|
|
INS_TRIM_OPTION: Accel cal trim option¶
Specifies how the accel cal routine determines the trims
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
INS_ACC_BODYFIX: Body-fixed accelerometer¶
The body-fixed accelerometer to be used for trim calculation
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
INS_POS1_X: IMU accelerometer X position¶
X position of the first IMU Accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS1_Y: IMU accelerometer Y position¶
Y position of the first IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS1_Z: IMU accelerometer Z position¶
Z position of the first IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS2_X: IMU accelerometer X position¶
X position of the second IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS2_Y: IMU accelerometer Y position¶
Y position of the second IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS2_Z: IMU accelerometer Z position¶
Z position of the second IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS3_X: IMU accelerometer X position¶
X position of the third IMU accelerometer in body frame. Positive X is forward of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS3_Y: IMU accelerometer Y position¶
Y position of the third IMU accelerometer in body frame. Positive Y is to the right of the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_POS3_Z: IMU accelerometer Z position¶
Z position of the third IMU accelerometer in body frame. Positive Z is down from the origin. Attention: The IMU should be located as close to the vehicle c.g. as practical so that the value of this parameter is minimised. Failure to do so can result in noisy navigation velocity measurements due to vibration and IMU gyro noise. If the IMU cannot be moved and velocity noise is a problem, a location closer to the IMU can be used as the body frame origin.
Units |
|---|
meters |
INS_GYR_ID: Gyro ID¶
Gyro sensor ID, taking into account its type, bus and instance
ReadOnly |
|---|
True |
INS_GYR2_ID: Gyro2 ID¶
Gyro2 sensor ID, taking into account its type, bus and instance
ReadOnly |
|---|
True |
INS_GYR3_ID: Gyro3 ID¶
Gyro3 sensor ID, taking into account its type, bus and instance
ReadOnly |
|---|
True |
INS_ACC_ID: Accelerometer ID¶
Accelerometer sensor ID, taking into account its type, bus and instance
ReadOnly |
|---|
True |
INS_ACC2_ID: Accelerometer2 ID¶
Accelerometer2 sensor ID, taking into account its type, bus and instance
ReadOnly |
|---|
True |
INS_ACC3_ID: Accelerometer3 ID¶
Accelerometer3 sensor ID, taking into account its type, bus and instance
ReadOnly |
|---|
True |
INS_FAST_SAMPLE: Fast sampling mask¶
Mask of IMUs to enable fast sampling on, if available
Values |
Bitmask |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
INS_LOG_ Parameters¶
INS_LOG_BAT_CNT: sample count per batch¶
Number of samples to take when logging streams of IMU sensor readings. Will be rounded down to a multiple of 32.
Increment |
|---|
32 |
INS_LOG_BAT_MASK: Sensor Bitmask¶
Bitmap of which IMUs to log batch data for
Values |
Bitmask |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
INS_LOG_BAT_OPT: Batch Logging Options Mask¶
Options for the BatchSampler
Bitmask |
||||
|---|---|---|---|---|
|
INS_LOG_BAT_LGIN: logging interval¶
Interval between pushing samples to the DataFlash log
Units |
Increment |
|---|---|
milliseconds |
10 |
INS_LOG_BAT_LGCT: logging count¶
Number of samples to push to count every INS_LOG_BAT_LGIN
Increment |
|---|
1 |
INS_NOTCH_ Parameters¶
INS_NOTCH_ENABLE: Enable¶
Enable notch filter
Values |
||||||
|---|---|---|---|---|---|---|
|
INS_NOTCH_FREQ: Frequency¶
Notch center frequency in Hz
Range |
Units |
|---|---|
10 - 200 |
hertz |
INS_NOTCH_BW: Bandwidth¶
Notch bandwidth in Hz
Range |
Units |
|---|---|
5 - 50 |
hertz |
INS_NOTCH_ATT: Attenuation¶
Notch attenuation in dB
Range |
Units |
|---|---|
5 - 30 |
decibel |
LAND_ Parameters¶
LAND_SLOPE_RCALC: Landing slope re-calc threshold¶
This parameter is used when using a rangefinder during landing for altitude correction from baro drift (RNGFND_LANDING=1) and the altitude correction indicates your altitude is lower than the intended slope path. This value is the threshold of the correction to re-calculate the landing approach slope. Set to zero to keep the original slope all the way down and any detected baro drift will be corrected by pitching/throttling up to snap back to resume the original slope path. Otherwise, when a rangefinder altitude correction exceeds this threshold it will trigger a slope re-calculate to give a shallower slope. This also smoothes out the approach when flying over objects such as trees. Recommend a value of 2m.
Range |
Units |
Increment |
|---|---|---|
0 - 5 |
meters |
0.5 |
LAND_ABORT_DEG: Landing auto-abort slope threshold¶
This parameter is used when using a rangefinder during landing for altitude correction from baro drift (RNGFND_LANDING=1) and the altitude correction indicates your actual altitude is higher than the intended slope path. Normally it would pitch down steeply but that can result in a crash with high airspeed so this allows remembering the baro offset and self-abort the landing and come around for another landing with the correct baro offset applied for a perfect slope. An auto-abort go-around will only happen once, next attempt will not auto-abort again. This operation happens entirely automatically in AUTO mode. This value is the delta degrees threshold to trigger the go-around compared to the original slope. Example: if set to 5 deg and the mission planned slope is 15 deg then if the new slope is 21 then it will go-around. Set to 0 to disable. Requires LAND_SLOPE_RCALC > 0.
Range |
Units |
Increment |
|---|---|---|
0 - 90 |
degrees |
0.1 |
LAND_PITCH_CD: Landing Pitch¶
Used in autoland to give the minimum pitch in the final stage of landing (after the flare). This parameter can be used to ensure that the final landing attitude is appropriate for the type of undercarriage on the aircraft. Note that it is a minimum pitch only - the landing code will control pitch above this value to try to achieve the configured landing sink rate.
Units |
|---|
centidegrees |
LAND_FLARE_ALT: Landing flare altitude¶
Altitude in autoland at which to lock heading and flare to the LAND_PITCH_CD pitch. Note that this option is secondary to LAND_FLARE_SEC. For a good landing it preferable that the flare is triggered by LAND_FLARE_SEC.
Units |
Increment |
|---|---|
meters |
0.1 |
LAND_FLARE_SEC: Landing flare time¶
Vertical time before landing point at which to lock heading and flare with the motor stopped. This is vertical time, and is calculated based solely on the current height above the ground and the current descent rate. Set to 0 if you only wish to flare based on altitude (see LAND_FLARE_ALT).
Units |
Increment |
|---|---|
seconds |
0.1 |
LAND_PF_ALT: Landing pre-flare altitude¶
Altitude to trigger pre-flare flight stage where LAND_PF_ARSPD controls airspeed. The pre-flare flight stage trigger works just like LAND_FLARE_ALT but higher. Disabled when LAND_PF_ARSPD is 0.
Units |
Range |
Increment |
|---|---|---|
meters |
0 - 30 |
0.1 |
LAND_PF_SEC: Landing pre-flare time¶
Vertical time to ground to trigger pre-flare flight stage where LAND_PF_ARSPD controls airspeed. This pre-flare flight stage trigger works just like LAND_FLARE_SEC but earlier. Disabled when LAND_PF_ARSPD is 0.
Units |
Range |
Increment |
|---|---|---|
seconds |
0 - 10 |
0.1 |
LAND_PF_ARSPD: Landing pre-flare airspeed¶
Desired airspeed during pre-flare flight stage. This is useful to reduce airspeed just before the flare. Use 0 to disable.
Units |
Range |
Increment |
|---|---|---|
meters per second |
0 - 30 |
0.1 |
LAND_THR_SLEW: Landing throttle slew rate¶
This parameter sets the slew rate for the throttle during auto landing. When this is zero the THR_SLEWRATE parameter is used during landing. The value is a percentage throttle change per second, so a value of 20 means to advance the throttle over 5 seconds on landing. Values below 50 are not recommended as it may cause a stall when airspeed is low and you can not throttle up fast enough.
Units |
Range |
Increment |
|---|---|---|
percent |
0 - 127 |
1 |
LAND_DISARMDELAY: Landing disarm delay¶
After a landing has completed using a LAND waypoint, automatically disarm after this many seconds have passed. Use 0 to not disarm.
Units |
Increment |
Range |
|---|---|---|
seconds |
1 |
0 - 127 |
LAND_THEN_NEUTRL: Set servos to neutral after landing¶
When enabled, after an autoland and auto-disarm via LAND_DISARMDELAY happens then set all servos to neutral. This is helpful when an aircraft has a rough landing upside down or a crazy angle causing the servos to strain.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
LAND_ABORT_THR: Landing abort using throttle¶
Allow a landing abort to trigger with a throttle > 95%
Values |
||||||
|---|---|---|---|---|---|---|
|
LAND_FLAP_PERCNT: Landing flap percentage¶
The amount of flaps (as a percentage) to apply in the landing approach and flare of an automatic landing
Range |
Units |
|---|---|
0 - 100 |
percent |
LAND_TYPE: Auto-landing type¶
Specifies the auto-landing type to use
Values |
||||||
|---|---|---|---|---|---|---|
|
LAND_DS_ Parameters¶
LAND_DS_V_FWD: Deepstall forward velocity¶
The forward velocity of the aircraft while stalled
Range |
Units |
|---|---|
0 - 20 |
meters per second |
LAND_DS_SLOPE_A: Deepstall slope a¶
The a component of distance = a*wind + b
LAND_DS_SLOPE_B: Deepstall slope b¶
The a component of distance = a*wind + b
LAND_DS_APP_EXT: Deepstall approach extension¶
The forward velocity of the aircraft while stalled
Range |
Units |
|---|---|
10 - 200 |
meters |
LAND_DS_V_DWN: Deepstall veloicty down¶
The downward velocity of the aircraft while stalled
Range |
Units |
|---|---|
0 - 20 |
meters per second |
LAND_DS_SLEW_SPD: Deepstall slew speed¶
The speed at which the elevator slews to deepstall
Range |
Units |
|---|---|
0 - 2 |
seconds |
LAND_DS_ELEV_PWM: Deepstall elevator PWM¶
The PWM value in microseconds for the elevator at full deflection in deepstall
Range |
Units |
|---|---|
900 - 2100 |
PWM in microseconds |
LAND_DS_ARSP_MAX: Deepstall enabled airspeed¶
The maximum aispeed where the deepstall steering controller is allowed to have control
Range |
Units |
|---|---|
5 - 20 |
meters per second |
LAND_DS_ARSP_MIN: Deepstall minimum derating airspeed¶
Deepstall lowest airspeed where the deepstall controller isn't allowed full control
Range |
Units |
|---|---|
5 - 20 |
meters per second |
LAND_DS_L1: Deepstall L1 period¶
Deepstall L1 navigational controller period
Range |
Units |
|---|---|
5 - 50 |
meters |
LAND_DS_L1_I: Deepstall L1 I gain¶
Deepstall L1 integratior gain
Range |
|---|
0 - 1 |
LAND_DS_AIL_SCL: Aileron landing gain scalaing¶
A scalar to reduce or increase the aileron control
Range |
|---|
0 - 2.0 |
LAND_DS_DS_ Parameters¶
LAND_DS_DS_P: PID Proportional Gain¶
P Gain which produces an output value that is proportional to the current error value
LAND_DS_DS_I: PID Integral Gain¶
I Gain which produces an output that is proportional to both the magnitude and the duration of the error
LAND_DS_DS_D: PID Derivative Gain¶
D Gain which produces an output that is proportional to the rate of change of the error
LAND_DS_DS_IMAX: PID Integral Maximum¶
The maximum/minimum value that the I term can output
LOG Parameters¶
LOG_BACKEND_TYPE: DataFlash Backend Storage type¶
0 for None, 1 for File, 2 for dataflash mavlink, 3 for both file and dataflash
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
LOG_FILE_BUFSIZE: Maximum DataFlash File Backend buffer size (in kilobytes)¶
The DataFlash_File backend uses a buffer to store data before writing to the block device. Raising this value may reduce "gaps" in your SD card logging. This buffer size may be reduced depending on available memory. PixHawk requires at least 4 kilobytes. Maximum value available here is 64 kilobytes.
LOG_DISARMED: Enable logging while disarmed¶
If LOG_DISARMED is set to 1 then logging will be enabled while disarmed. This can make for very large logfiles but can help a lot when tracking down startup issues
Values |
||||||
|---|---|---|---|---|---|---|
|
LOG_REPLAY: Enable logging of information needed for Replay¶
If LOG_REPLAY is set to 1 then the EKF2 state estimator will log detailed information needed for diagnosing problems with the Kalman filter. It is suggested that you also raise LOG_FILE_BUFSIZE to give more buffer space for logging and use a high quality microSD card to ensure no sensor data is lost
Values |
||||||
|---|---|---|---|---|---|---|
|
LOG_FILE_DSRMROT: Stop logging to current file on disarm¶
When set, the current log file is closed when the vehicle is disarmed. If LOG_DISARMED is set then a fresh log will be opened.
Values |
||||||
|---|---|---|---|---|---|---|
|
LOG_MAV_BUFSIZE: Maximum DataFlash MAVLink Backend buffer size¶
Maximum amount of memory to allocate to DataFlash-over-mavlink
Units |
|---|
kilobytes |
MIS_ Parameters¶
MIS_TOTAL: Total mission commands¶
The number of mission mission items that has been loaded by the ground station. Do not change this manually.
Range |
Increment |
|---|---|
0 - 32766 |
1 |
MIS_RESTART: Mission Restart when entering Auto mode¶
Controls mission starting point when entering Auto mode (either restart from beginning of mission or resume from last command run)
Values |
||||||
|---|---|---|---|---|---|---|
|
MIS_OPTIONS: Mission options bitmask¶
Bitmask of what options to use in missions.
Bitmask |
||||
|---|---|---|---|---|
|
MNT Parameters¶
MNT_DEFLT_MODE: Mount default operating mode¶
Mount default operating mode on startup and after control is returned from autopilot
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT_RETRACT_X: Mount roll angle when in retracted position¶
Mount roll angle when in retracted position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT_RETRACT_Y: Mount tilt/pitch angle when in retracted position¶
Mount tilt/pitch angle when in retracted position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT_RETRACT_Z: Mount yaw/pan angle when in retracted position¶
Mount yaw/pan angle when in retracted position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT_NEUTRAL_X: Mount roll angle when in neutral position¶
Mount roll angle when in neutral position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT_NEUTRAL_Y: Mount tilt/pitch angle when in neutral position¶
Mount tilt/pitch angle when in neutral position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT_NEUTRAL_Z: Mount pan/yaw angle when in neutral position¶
Mount pan/yaw angle when in neutral position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT_STAB_ROLL: Stabilize mount's roll angle¶
enable roll stabilisation relative to Earth
Values |
||||||
|---|---|---|---|---|---|---|
|
MNT_STAB_TILT: Stabilize mount's pitch/tilt angle¶
enable tilt/pitch stabilisation relative to Earth
Values |
||||||
|---|---|---|---|---|---|---|
|
MNT_STAB_PAN: Stabilize mount pan/yaw angle¶
enable pan/yaw stabilisation relative to Earth
Values |
||||||
|---|---|---|---|---|---|---|
|
MNT_RC_IN_ROLL: roll RC input channel¶
0 for none, any other for the RC channel to be used to control roll movements
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT_ANGMIN_ROL: Minimum roll angle¶
Minimum physical roll angular position of mount.
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT_ANGMAX_ROL: Maximum roll angle¶
Maximum physical roll angular position of the mount
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT_RC_IN_TILT: tilt (pitch) RC input channel¶
0 for none, any other for the RC channel to be used to control tilt (pitch) movements
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT_ANGMIN_TIL: Minimum tilt angle¶
Minimum physical tilt (pitch) angular position of mount.
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT_ANGMAX_TIL: Maximum tilt angle¶
Maximum physical tilt (pitch) angular position of the mount
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT_RC_IN_PAN: pan (yaw) RC input channel¶
0 for none, any other for the RC channel to be used to control pan (yaw) movements
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT_ANGMIN_PAN: Minimum pan angle¶
Minimum physical pan (yaw) angular position of mount.
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT_ANGMAX_PAN: Maximum pan angle¶
Maximum physical pan (yaw) angular position of the mount
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT_JSTICK_SPD: mount joystick speed¶
0 for position control, small for low speeds, 100 for max speed. A good general value is 10 which gives a movement speed of 3 degrees per second.
Range |
Increment |
|---|---|
0 - 100 |
1 |
MNT_LEAD_RLL: Roll stabilization lead time¶
Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate, compensating for servo delay. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.
Units |
Range |
Increment |
|---|---|---|
seconds |
0.0 - 0.2 |
.005 |
MNT_LEAD_PTCH: Pitch stabilization lead time¶
Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.
Units |
Range |
Increment |
|---|---|---|
seconds |
0.0 - 0.2 |
.005 |
MNT_TYPE: Mount Type¶
Mount Type (None, Servo or MAVLink)
Values |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
MNT2_DEFLT_MODE: Mount default operating mode¶
Mount default operating mode on startup and after control is returned from autopilot
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT2_RETRACT_X: Mount2 roll angle when in retracted position¶
Mount2 roll angle when in retracted position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT2_RETRACT_Y: Mount2 tilt/pitch angle when in retracted position¶
Mount2 tilt/pitch angle when in retracted position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT2_RETRACT_Z: Mount2 yaw/pan angle when in retracted position¶
Mount2 yaw/pan angle when in retracted position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT2_NEUTRAL_X: Mount2 roll angle when in neutral position¶
Mount2 roll angle when in neutral position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT2_NEUTRAL_Y: Mount2 tilt/pitch angle when in neutral position¶
Mount2 tilt/pitch angle when in neutral position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT2_NEUTRAL_Z: Mount2 pan/yaw angle when in neutral position¶
Mount2 pan/yaw angle when in neutral position
Units |
Range |
Increment |
|---|---|---|
degrees |
-180.00 - 179.99 |
1 |
MNT2_STAB_ROLL: Stabilize Mount2's roll angle¶
enable roll stabilisation relative to Earth
Values |
||||||
|---|---|---|---|---|---|---|
|
MNT2_STAB_TILT: Stabilize Mount2's pitch/tilt angle¶
enable tilt/pitch stabilisation relative to Earth
Values |
||||||
|---|---|---|---|---|---|---|
|
MNT2_STAB_PAN: Stabilize mount2 pan/yaw angle¶
enable pan/yaw stabilisation relative to Earth
Values |
||||||
|---|---|---|---|---|---|---|
|
MNT2_RC_IN_ROLL: Mount2's roll RC input channel¶
0 for none, any other for the RC channel to be used to control roll movements
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT2_ANGMIN_ROL: Mount2's minimum roll angle¶
Mount2's minimum physical roll angular position
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT2_ANGMAX_ROL: Mount2's maximum roll angle¶
Mount2's maximum physical roll angular position
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT2_RC_IN_TILT: Mount2's tilt (pitch) RC input channel¶
0 for none, any other for the RC channel to be used to control tilt (pitch) movements
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT2_ANGMIN_TIL: Mount2's minimum tilt angle¶
Mount2's minimum physical tilt (pitch) angular position
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT2_ANGMAX_TIL: Mount2's maximum tilt angle¶
Mount2's maximum physical tilt (pitch) angular position
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT2_RC_IN_PAN: Mount2's pan (yaw) RC input channel¶
0 for none, any other for the RC channel to be used to control pan (yaw) movements
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
MNT2_ANGMIN_PAN: Mount2's minimum pan angle¶
Mount2's minimum physical pan (yaw) angular position
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT2_ANGMAX_PAN: Mount2's maximum pan angle¶
MOunt2's maximum physical pan (yaw) angular position
Units |
Range |
Increment |
|---|---|---|
centidegrees |
-18000 - 17999 |
1 |
MNT2_LEAD_RLL: Mount2's Roll stabilization lead time¶
Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate, compensating for servo delay. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.
Units |
Range |
Increment |
|---|---|---|
seconds |
0.0 - 0.2 |
.005 |
MNT2_LEAD_PTCH: Mount2's Pitch stabilization lead time¶
Causes the servo angle output to lead the current angle of the vehicle by some amount of time based on current angular rate. Increase until the servo is responsive but doesn't overshoot. Does nothing with pan stabilization enabled.
Units |
Range |
Increment |
|---|---|---|
seconds |
0.0 - 0.2 |
.005 |
MNT2_TYPE: Mount2 Type¶
Mount Type (None, Servo or MAVLink)
Values |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
NTF_ Parameters¶
NTF_LED_BRIGHT: LED Brightness¶
Select the RGB LED brightness level. When USB is connected brightness will never be higher than low regardless of the setting.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
NTF_BUZZ_ENABLE: Buzzer enable¶
Enable or disable the buzzer. Only for Linux and PX4 based boards.
Values |
||||||
|---|---|---|---|---|---|---|
|
NTF_LED_OVERRIDE: Setup for MAVLink LED override¶
This sets up the board RGB LED for override by MAVLink. Normal notify LED control is disabled
Values |
||||||
|---|---|---|---|---|---|---|
|
NTF_DISPLAY_TYPE: Type of on-board I2C display¶
This sets up the type of on-board I2C display. Disabled by default.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
NTF_OREO_THEME: OreoLED Theme¶
Enable/Disable Solo Oreo LED driver, 0 to disable, 1 for Aircraft theme, 2 for Rover theme
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
NTF_BUZZ_PIN: Buzzer pin¶
Enables to connect active buzzer to arbitrary pin. Requires 3-pin buzzer or additional MOSFET!
Values |
||||
|---|---|---|---|---|
|
NTF_LED_TYPES: LED Driver Types¶
Controls what types of LEDs will be enabled
Bitmask |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
OSD Parameters¶
OSD_TYPE: OSD type¶
OSD type
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
OSD_CHAN: Screen switch transmitter channel¶
This sets the channel used to switch different OSD screens.
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
OSD_OPTIONS: OSD Options¶
This sets options that change the display
Bitmask |
||||||||
|---|---|---|---|---|---|---|---|---|
|
OSD_FONT: OSD Font¶
This sets which OSD font to use. It is an integer from 0 to the number of fonts available
RebootRequired |
|---|
True |
OSD_V_OFFSET: OSD vertical offset¶
Sets vertical offset of the osd inside image
Range |
RebootRequired |
|---|---|
0 - 31 |
True |
OSD_H_OFFSET: OSD horizontal offset¶
Sets horizontal offset of the osd inside image
Range |
RebootRequired |
|---|---|
0 - 63 |
True |
OSD_W_RSSI: RSSI warn level (in %)¶
Set level at which RSSI item will flash
Range |
|---|
0 - 99 |
OSD_W_NSAT: NSAT warn level¶
Set level at which NSAT item will flash
Range |
|---|
1 - 30 |
OSD_W_BATVOLT: BAT_VOLT warn level¶
Set level at which BAT_VOLT item will flash
Range |
|---|
0 - 100 |
OSD_UNITS: Display Units¶
Sets the units to use in displaying items
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
OSD_MSG_TIME: Message display duration in seconds¶
Sets message duration seconds
Range |
|---|
1 - 20 |
OSD1_ Parameters¶
OSD1_ENABLE: Enable screen¶
Enable this screen
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_CHAN_MIN: Transmitter switch screen minimum pwm¶
This sets the PWM lower limit for this screen
Range |
|---|
900 - 2100 |
OSD1_CHAN_MAX: Transmitter switch screen maximum pwm¶
This sets the PWM upper limit for this screen
Range |
|---|
900 - 2100 |
OSD1_ALTITUDE Parameters¶
OSD1_ALTITUDE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_ALTITUDE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_ALTITUDE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_BATUSED Parameters¶
OSD1_BATUSED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_BATUSED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_BATUSED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_BATVOLT Parameters¶
OSD1_BATVOLT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_BATVOLT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_BATVOLT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_BLHAMPS Parameters¶
OSD1_BLHAMPS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_BLHAMPS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_BLHAMPS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_BLHRPM Parameters¶
OSD1_BLHRPM_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_BLHRPM_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_BLHRPM_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_BLHTEMP Parameters¶
OSD1_BLHTEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_BLHTEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_BLHTEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_CLIMBEFF Parameters¶
OSD1_CLIMBEFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_CLIMBEFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_CLIMBEFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_CURRENT Parameters¶
OSD1_CURRENT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_CURRENT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_CURRENT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_DIST Parameters¶
OSD1_DIST_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_DIST_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_DIST_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_EFF Parameters¶
OSD1_EFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_EFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_EFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_FLTIME Parameters¶
OSD1_FLTIME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_FLTIME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_FLTIME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_FLTMODE Parameters¶
OSD1_FLTMODE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_FLTMODE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_FLTMODE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_GPSLAT Parameters¶
OSD1_GPSLAT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_GPSLAT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_GPSLAT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_GPSLONG Parameters¶
OSD1_GPSLONG_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_GPSLONG_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_GPSLONG_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_GSPEED Parameters¶
OSD1_GSPEED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_GSPEED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_GSPEED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_HDOP Parameters¶
OSD1_HDOP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_HDOP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_HDOP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_HOME Parameters¶
OSD1_HOME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_HOME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_HOME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_HORIZON Parameters¶
OSD1_HORIZON_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_HORIZON_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_HORIZON_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_MESSAGE Parameters¶
OSD1_MESSAGE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_MESSAGE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_MESSAGE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_PITCH Parameters¶
OSD1_PITCH_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_PITCH_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_PITCH_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_ROLL Parameters¶
OSD1_ROLL_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_ROLL_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_ROLL_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_RSSI Parameters¶
OSD1_RSSI_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_RSSI_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_RSSI_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_SATS Parameters¶
OSD1_SATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_SATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_SATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_STATS Parameters¶
OSD1_STATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_STATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_STATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_TEMP Parameters¶
OSD1_TEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_TEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_TEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_WAYPOINT Parameters¶
OSD1_WAYPOINT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_WAYPOINT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_WAYPOINT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD1_XTRACK Parameters¶
OSD1_XTRACK_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD1_XTRACK_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD1_XTRACK_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_ Parameters¶
OSD2_ENABLE: Enable screen¶
Enable this screen
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_CHAN_MIN: Transmitter switch screen minimum pwm¶
This sets the PWM lower limit for this screen
Range |
|---|
900 - 2100 |
OSD2_CHAN_MAX: Transmitter switch screen maximum pwm¶
This sets the PWM upper limit for this screen
Range |
|---|
900 - 2100 |
OSD2_ALTITUDE Parameters¶
OSD2_ALTITUDE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_ALTITUDE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_ALTITUDE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_BATUSED Parameters¶
OSD2_BATUSED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_BATUSED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_BATUSED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_BATVOLT Parameters¶
OSD2_BATVOLT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_BATVOLT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_BATVOLT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_BLHAMPS Parameters¶
OSD2_BLHAMPS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_BLHAMPS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_BLHAMPS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_BLHRPM Parameters¶
OSD2_BLHRPM_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_BLHRPM_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_BLHRPM_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_BLHTEMP Parameters¶
OSD2_BLHTEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_BLHTEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_BLHTEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_CLIMBEFF Parameters¶
OSD2_CLIMBEFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_CLIMBEFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_CLIMBEFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_CURRENT Parameters¶
OSD2_CURRENT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_CURRENT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_CURRENT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_DIST Parameters¶
OSD2_DIST_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_DIST_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_DIST_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_EFF Parameters¶
OSD2_EFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_EFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_EFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_FLTIME Parameters¶
OSD2_FLTIME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_FLTIME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_FLTIME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_FLTMODE Parameters¶
OSD2_FLTMODE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_FLTMODE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_FLTMODE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_GPSLAT Parameters¶
OSD2_GPSLAT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_GPSLAT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_GPSLAT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_GPSLONG Parameters¶
OSD2_GPSLONG_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_GPSLONG_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_GPSLONG_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_GSPEED Parameters¶
OSD2_GSPEED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_GSPEED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_GSPEED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_HDOP Parameters¶
OSD2_HDOP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_HDOP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_HDOP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_HOME Parameters¶
OSD2_HOME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_HOME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_HOME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_HORIZON Parameters¶
OSD2_HORIZON_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_HORIZON_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_HORIZON_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_MESSAGE Parameters¶
OSD2_MESSAGE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_MESSAGE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_MESSAGE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_PITCH Parameters¶
OSD2_PITCH_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_PITCH_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_PITCH_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_ROLL Parameters¶
OSD2_ROLL_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_ROLL_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_ROLL_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_RSSI Parameters¶
OSD2_RSSI_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_RSSI_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_RSSI_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_SATS Parameters¶
OSD2_SATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_SATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_SATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_STATS Parameters¶
OSD2_STATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_STATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_STATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_TEMP Parameters¶
OSD2_TEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_TEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_TEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_WAYPOINT Parameters¶
OSD2_WAYPOINT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_WAYPOINT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_WAYPOINT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD2_XTRACK Parameters¶
OSD2_XTRACK_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD2_XTRACK_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD2_XTRACK_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_ Parameters¶
OSD3_ENABLE: Enable screen¶
Enable this screen
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_CHAN_MIN: Transmitter switch screen minimum pwm¶
This sets the PWM lower limit for this screen
Range |
|---|
900 - 2100 |
OSD3_CHAN_MAX: Transmitter switch screen maximum pwm¶
This sets the PWM upper limit for this screen
Range |
|---|
900 - 2100 |
OSD3_ALTITUDE Parameters¶
OSD3_ALTITUDE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_ALTITUDE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_ALTITUDE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_BATUSED Parameters¶
OSD3_BATUSED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_BATUSED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_BATUSED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_BATVOLT Parameters¶
OSD3_BATVOLT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_BATVOLT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_BATVOLT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_BLHAMPS Parameters¶
OSD3_BLHAMPS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_BLHAMPS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_BLHAMPS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_BLHRPM Parameters¶
OSD3_BLHRPM_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_BLHRPM_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_BLHRPM_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_BLHTEMP Parameters¶
OSD3_BLHTEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_BLHTEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_BLHTEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_CLIMBEFF Parameters¶
OSD3_CLIMBEFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_CLIMBEFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_CLIMBEFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_CURRENT Parameters¶
OSD3_CURRENT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_CURRENT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_CURRENT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_DIST Parameters¶
OSD3_DIST_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_DIST_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_DIST_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_EFF Parameters¶
OSD3_EFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_EFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_EFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_FLTIME Parameters¶
OSD3_FLTIME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_FLTIME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_FLTIME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_FLTMODE Parameters¶
OSD3_FLTMODE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_FLTMODE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_FLTMODE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_GPSLAT Parameters¶
OSD3_GPSLAT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_GPSLAT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_GPSLAT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_GPSLONG Parameters¶
OSD3_GPSLONG_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_GPSLONG_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_GPSLONG_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_GSPEED Parameters¶
OSD3_GSPEED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_GSPEED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_GSPEED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_HDOP Parameters¶
OSD3_HDOP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_HDOP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_HDOP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_HOME Parameters¶
OSD3_HOME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_HOME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_HOME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_HORIZON Parameters¶
OSD3_HORIZON_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_HORIZON_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_HORIZON_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_MESSAGE Parameters¶
OSD3_MESSAGE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_MESSAGE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_MESSAGE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_PITCH Parameters¶
OSD3_PITCH_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_PITCH_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_PITCH_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_ROLL Parameters¶
OSD3_ROLL_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_ROLL_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_ROLL_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_RSSI Parameters¶
OSD3_RSSI_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_RSSI_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_RSSI_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_SATS Parameters¶
OSD3_SATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_SATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_SATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_STATS Parameters¶
OSD3_STATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_STATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_STATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_TEMP Parameters¶
OSD3_TEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_TEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_TEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_WAYPOINT Parameters¶
OSD3_WAYPOINT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_WAYPOINT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_WAYPOINT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD3_XTRACK Parameters¶
OSD3_XTRACK_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD3_XTRACK_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD3_XTRACK_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_ Parameters¶
OSD4_ENABLE: Enable screen¶
Enable this screen
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_CHAN_MIN: Transmitter switch screen minimum pwm¶
This sets the PWM lower limit for this screen
Range |
|---|
900 - 2100 |
OSD4_CHAN_MAX: Transmitter switch screen maximum pwm¶
This sets the PWM upper limit for this screen
Range |
|---|
900 - 2100 |
OSD4_ALTITUDE Parameters¶
OSD4_ALTITUDE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_ALTITUDE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_ALTITUDE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_BATUSED Parameters¶
OSD4_BATUSED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_BATUSED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_BATUSED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_BATVOLT Parameters¶
OSD4_BATVOLT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_BATVOLT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_BATVOLT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_BLHAMPS Parameters¶
OSD4_BLHAMPS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_BLHAMPS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_BLHAMPS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_BLHRPM Parameters¶
OSD4_BLHRPM_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_BLHRPM_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_BLHRPM_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_BLHTEMP Parameters¶
OSD4_BLHTEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_BLHTEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_BLHTEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_CLIMBEFF Parameters¶
OSD4_CLIMBEFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_CLIMBEFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_CLIMBEFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_CURRENT Parameters¶
OSD4_CURRENT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_CURRENT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_CURRENT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_DIST Parameters¶
OSD4_DIST_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_DIST_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_DIST_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_EFF Parameters¶
OSD4_EFF_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_EFF_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_EFF_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_FLTIME Parameters¶
OSD4_FLTIME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_FLTIME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_FLTIME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_FLTMODE Parameters¶
OSD4_FLTMODE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_FLTMODE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_FLTMODE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_GPSLAT Parameters¶
OSD4_GPSLAT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_GPSLAT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_GPSLAT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_GPSLONG Parameters¶
OSD4_GPSLONG_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_GPSLONG_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_GPSLONG_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_GSPEED Parameters¶
OSD4_GSPEED_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_GSPEED_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_GSPEED_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_HDOP Parameters¶
OSD4_HDOP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_HDOP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_HDOP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_HOME Parameters¶
OSD4_HOME_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_HOME_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_HOME_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_HORIZON Parameters¶
OSD4_HORIZON_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_HORIZON_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_HORIZON_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_MESSAGE Parameters¶
OSD4_MESSAGE_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_MESSAGE_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_MESSAGE_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_PITCH Parameters¶
OSD4_PITCH_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_PITCH_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_PITCH_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_ROLL Parameters¶
OSD4_ROLL_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_ROLL_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_ROLL_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_RSSI Parameters¶
OSD4_RSSI_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_RSSI_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_RSSI_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_SATS Parameters¶
OSD4_SATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_SATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_SATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_STATS Parameters¶
OSD4_STATS_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_STATS_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_STATS_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_TEMP Parameters¶
OSD4_TEMP_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_TEMP_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_TEMP_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_WAYPOINT Parameters¶
OSD4_WAYPOINT_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_WAYPOINT_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_WAYPOINT_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
OSD4_XTRACK Parameters¶
OSD4_XTRACK_EN: Enable¶
Enable setting
Values |
||||||
|---|---|---|---|---|---|---|
|
OSD4_XTRACK_X: X position¶
Horizontal position on screen
Range |
|---|
0 - 29 |
OSD4_XTRACK_Y: Y position¶
Vertical position on screen
Range |
|---|
0 - 15 |
PTCH2SRV_ Parameters¶
PTCH2SRV_TCONST: Pitch Time Constant¶
This controls the time constant in seconds from demanded to achieved pitch angle. A value of 0.5 is a good default and will work with nearly all models. Advanced users may want to reduce this time to obtain a faster response but there is no point setting a time less than the aircraft can achieve.
Range |
Units |
Increment |
|---|---|---|
0.4 - 1.0 |
seconds |
0.1 |
PTCH2SRV_P: Proportional Gain¶
This is the gain from pitch angle to elevator. This gain works the same way as PTCH2SRV_P in the old PID controller and can be set to the same value.
Range |
Increment |
|---|---|
0.1 - 3.0 |
0.1 |
PTCH2SRV_D: Damping Gain¶
This is the gain from pitch rate to elevator. This adjusts the damping of the pitch control loop. It has the same effect as PTCH2SRV_D in the old PID controller and can be set to the same value, but without the spikes in servo demands. This gain helps to reduce pitching in turbulence. Some airframes such as flying wings that have poor pitch damping can benefit from increasing this gain term. This should be increased in 0.01 increments as too high a value can lead to a high frequency pitch oscillation that could overstress the airframe.
Range |
Increment |
|---|---|
0 - 0.1 |
0.01 |
PTCH2SRV_I: Integrator Gain¶
This is the gain applied to the integral of pitch angle. It has the same effect as PTCH2SRV_I in the old PID controller and can be set to the same value. Increasing this gain causes the controller to trim out constant offsets between demanded and measured pitch angle.
Range |
Increment |
|---|---|
0 - 0.5 |
0.05 |
PTCH2SRV_RMAX_UP: Pitch up max rate¶
This sets the maximum nose up pitch rate that the controller will demand (degrees/sec). Setting it to zero disables the limit.
Range |
Units |
Increment |
|---|---|---|
0 - 100 |
degrees per second |
1 |
PTCH2SRV_RMAX_DN: Pitch down max rate¶
This sets the maximum nose down pitch rate that the controller will demand (degrees/sec). Setting it to zero disables the limit.
Range |
Units |
Increment |
|---|---|---|
0 - 100 |
degrees per second |
1 |
PTCH2SRV_RLL: Roll compensation¶
This is the gain term that is applied to the pitch rate offset calculated as required to keep the nose level during turns. The default value is 1 which will work for all models. Advanced users can use it to correct for height variation in turns. If height is lost initially in turns this can be increased in small increments of 0.05 to compensate. If height is gained initially in turns then it can be decreased.
Range |
Increment |
|---|---|
0.7 - 1.5 |
0.05 |
PTCH2SRV_IMAX: Integrator limit¶
This limits the number of centi-degrees of elevator over which the integrator will operate. At the default setting of 3000 centi-degrees, the integrator will be limited to +- 30 degrees of servo travel. The maximum servo deflection is +- 45 degrees, so the default value represents a 2/3rd of the total control throw which is adequate for most aircraft unless they are severely out of trim or have very limited elevator control effectiveness.
Range |
Increment |
|---|---|
0 - 4500 |
1 |
PTCH2SRV_FF: Feed forward Gain¶
This is the gain from demanded rate to elevator output.
Range |
Increment |
|---|---|
0.1 - 4.0 |
0.1 |
Q_ Parameters¶
Q_ENABLE: Enable QuadPlane¶
This enables QuadPlane functionality, assuming multicopter motors start on output 5. If this is set to 2 then when starting AUTO mode it will initially be in VTOL AUTO mode.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Q_ANGLE_MAX: Angle Max¶
Maximum lean angle in all VTOL flight modes
Units |
Range |
|---|---|
centidegrees |
1000 - 8000 |
Q_TRANSITION_MS: Transition time¶
Transition time in milliseconds after minimum airspeed is reached
Units |
Range |
|---|---|
milliseconds |
0 - 30000 |
Q_VELZ_MAX: Pilot maximum vertical speed¶
The maximum vertical velocity the pilot may request in cm/s
Units |
Range |
Increment |
|---|---|---|
centimeters per second |
50 - 500 |
10 |
Q_ACCEL_Z: Pilot vertical acceleration¶
The vertical acceleration used when pilot is controlling the altitude
Units |
Range |
Increment |
|---|---|---|
centimeters per square second |
50 - 500 |
10 |
Q_RC_SPEED: RC output speed in Hz¶
This is the PWM refresh rate in Hz for QuadPlane quad motors
Units |
Range |
Increment |
|---|---|---|
hertz |
50 - 500 |
10 |
Q_THR_MIN_PWM: Minimum PWM output¶
This is the minimum PWM output for the quad motors
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
Q_THR_MAX_PWM: Maximum PWM output¶
This is the maximum PWM output for the quad motors
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
Q_ASSIST_SPEED: Quadplane assistance speed¶
This is the speed below which the quad motors will provide stability and lift assistance in fixed wing modes. Zero means no assistance except during transition
Units |
Range |
Increment |
|---|---|---|
meters per second |
0 - 100 |
0.1 |
Q_YAW_RATE_MAX: Maximum yaw rate¶
This is the maximum yaw rate for pilot input on rudder stick in degrees/second
Units |
Range |
Increment |
|---|---|---|
degrees per second |
50 - 500 |
1 |
Q_LAND_SPEED: Land speed¶
The descent speed for the final stage of landing in cm/s
Units |
Range |
Increment |
|---|---|---|
centimeters per second |
30 - 200 |
10 |
Q_LAND_FINAL_ALT: Land final altitude¶
The altitude at which we should switch to Q_LAND_SPEED descent rate
Units |
Range |
Increment |
|---|---|---|
meters |
0.5 - 50 |
0.1 |
Q_TRAN_PIT_MAX: Transition max pitch¶
Maximum pitch during transition to auto fixed wing flight
Range |
Units |
Increment |
|---|---|---|
0 - 30 |
degrees |
1 |
Q_FRAME_CLASS: Frame Class¶
Controls major frame class for multicopter component
Values |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Q_FRAME_TYPE: Frame Type (+, X or V)¶
Controls motor mixing for multicopter component
Values |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Q_VFWD_GAIN: Forward velocity hold gain¶
Controls use of forward motor in vtol modes. If this is zero then the forward motor will not be used for position control in VTOL modes. A value of 0.05 is a good place to start if you want to use the forward motor for position control. No forward motor will be used in QSTABILIZE or QHOVER modes. Use QLOITER for position hold with the forward motor.
Range |
Increment |
|---|---|
0 - 0.5 |
0.01 |
Q_WVANE_GAIN: Weathervaning gain¶
This controls the tendency to yaw to face into the wind. A value of 0.1 is to start with and will give a slow turn into the wind. Use a value of 0.4 for more rapid response. The weathervaning works by turning into the direction of roll.
Range |
Increment |
|---|---|
0 - 1 |
0.01 |
Q_WVANE_MINROLL: Weathervaning min roll¶
This set the minimum roll in degrees before active weathervaning will start. This may need to be larger if your aircraft has bad roll trim.
Range |
Increment |
|---|---|
0 - 10 |
0.1 |
Q_RTL_ALT: QRTL return altitude¶
The altitude which QRTL mode heads to initially
Units |
Range |
Increment |
|---|---|---|
meters |
1 - 200 |
1 |
Q_RTL_MODE: VTOL RTL mode¶
If this is set to 1 then an RTL will change to QRTL when within RTL_RADIUS meters of the RTL destination
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_TILT_MASK: Tiltrotor mask¶
This is a bitmask of motors that are tiltable in a tiltrotor (or tiltwing). The mask is in terms of the standard motor order for the frame type.
Q_TILT_RATE_UP: Tiltrotor upwards tilt rate¶
This is the maximum speed at which the motor angle will change for a tiltrotor when moving from forward flight to hover
Units |
Increment |
Range |
|---|---|---|
degrees per second |
1 |
10 - 300 |
Q_TILT_MAX: Tiltrotor maximum VTOL angle¶
This is the maximum angle of the tiltable motors at which multicopter control will be enabled. Beyond this angle the plane will fly solely as a fixed wing aircraft and the motors will tilt to their maximum angle at the TILT_RATE
Units |
Increment |
Range |
|---|---|---|
degrees |
1 |
20 - 80 |
Q_GUIDED_MODE: Enable VTOL in GUIDED mode¶
This enables use of VTOL in guided mode. When enabled the aircraft will switch to VTOL flight when the guided destination is reached and hover at the destination.
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_ESC_CAL: ESC Calibration¶
This is used to calibrate the throttle range of the VTOL motors. Please read http://ardupilot.org/plane/docs/quadplane-esc-calibration.html before using. This parameter is automatically set back to 0 on every boot. This parameter only takes effect in QSTABILIZE mode. When set to 1 the output of all motors will come directly from the throttle stick when armed, and will be zero when disarmed. When set to 2 the output of all motors will be maximum when armed and zero when disarmed. Make sure you remove all properllers before using.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Q_VFWD_ALT: Forward velocity alt cutoff¶
Controls altitude to disable forward velocity assist when below this relative altitude. This is useful to keep the forward velocity propeller from hitting the ground. Rangefinder height data is incorporated when available.
Range |
Increment |
|---|---|
0 - 10 |
0.25 |
Q_LAND_ICE_CUT: Cut IC engine on landing¶
This controls stopping an internal combustion engine in the final landing stage of a VTOL. This is important for aircraft where the forward thrust engine may experience prop-strike if left running during landing. This requires the engine controls are enabled using the ICE_* parameters.
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_ASSIST_ANGLE: Quadplane assistance angle¶
This is the angular error in attitude beyond which the quadplane VTOL motors will provide stability assistance. This will only be used if Q_ASSIST_SPEED is also non-zero. Assistance will be given if the attitude is outside the normal attitude limits by at least 5 degrees and the angular error in roll or pitch is greater than this angle for at least 1 second. Set to zero to disable angle assistance.
Units |
Range |
Increment |
|---|---|---|
degrees |
0 - 90 |
1 |
Q_TILT_TYPE: Tiltrotor type¶
This is the type of tiltrotor when TILT_MASK is non-zero. A continuous tiltrotor can tilt the rotors to any angle on demand. A binary tiltrotor assumes a retract style servo where the servo is either fully forward or fully up. In both cases the servo can't move faster than Q_TILT_RATE. A vectored yaw tiltrotor will use the tilt of the motors to control yaw in hover
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Q_TAILSIT_ANGLE: Tailsitter transition angle¶
This is the angle at which tailsitter aircraft will change from VTOL control to fixed wing control.
Range |
|---|
5 - 80 |
Q_TILT_RATE_DN: Tiltrotor downwards tilt rate¶
This is the maximum speed at which the motor angle will change for a tiltrotor when moving from hover to forward flight. When this is zero the Q_TILT_RATE_UP value is used.
Units |
Increment |
Range |
|---|---|---|
degrees per second |
1 |
10 - 300 |
Q_TAILSIT_INPUT: Tailsitter input type¶
This controls whether stick input when hovering as a tailsitter follows the conventions for fixed wing hovering or multicopter hovering. When multicopter input is selected the roll stick will roll the aircraft in earth frame and yaw stick will yaw in earth frame. When using fixed wing input the roll and yaw sticks will control the aircraft in body frame.
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_TAILSIT_MASK: Tailsitter input mask¶
This controls what channels have full manual control when hovering as a tailsitter and the Q_TAILSIT_MASKCH channel in high. This can be used to teach yourself to prop-hang a 3D plane by learning one or more channels at a time.
Bitmask |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
Q_TAILSIT_MASKCH: Tailsitter input mask channel¶
This controls what input channel will activate the Q_TAILSIT_MASK mask. When this channel goes above 1700 then the pilot will have direct manual control of the output channels specified in Q_TAILSIT_MASK. Set to zero to disable.
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Q_TAILSIT_VFGAIN: Tailsitter vector thrust gain in forward flight¶
This controls the amount of vectored thrust control used in forward flight for a vectored tailsitter
Range |
Increment |
|---|---|
0 - 1 |
0.01 |
Q_TAILSIT_VHGAIN: Tailsitter vector thrust gain in hover¶
This controls the amount of vectored thrust control used in hover for a vectored tailsitter
Range |
Increment |
|---|---|
0 - 1 |
0.01 |
Q_TILT_YAW_ANGLE: Tilt minimum angle for vectored yaw¶
This is the angle of the tilt servos when in VTOL mode and at minimum output. This needs to be set for Q_TILT_TYPE=3 to enable vectored control for yaw of tricopter tilt quadplanes.
Range |
|---|
0 - 30 |
Q_TAILSIT_VHPOW: Tailsitter vector thrust gain power¶
This controls the amount of extra pitch given to the vectored control when at high pitch errors
Range |
Increment |
|---|---|
0 - 4 |
0.1 |
Q_MAV_TYPE: MAVLink type identifier¶
This controls the mavlink type given in HEARTBEAT messages. For some GCS types a particular setting will be needed for correct operation.
Values |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Q_OPTIONS: quadplane options¶
This provides a set of additional control options for quadplanes. LevelTransition means that the wings should be held level to within LEVEL_ROLL_LIMIT degrees during transition to fixed wing flight. If AllowFWTakeoff bit is not set then fixed wing takeoff on quadplanes will instead perform a VTOL takeoff. If AllowFWLand bit is not set then fixed wing land on quadplanes will instead perform a VTOL land.
Bitmask |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Q_TRANS_DECEL: Transition deceleration¶
This is deceleration rate that will be used in calculating the stopping distance when transitioning from fixed wing flight to multicopter flight.
Units |
Increment |
Range |
|---|---|---|
meters per square second |
0.1 |
0.2 - 5 |
Q_TAILSIT_THSCMX: Maximum control throttle scaling value¶
Maximum value of throttle scaling for tailsitter velocity scaling, reduce this value to remove low thorottle D ossilaitons
Range |
|---|
1 - 5 |
Q_A_ Parameters¶
Q_A_SLEW_YAW: Yaw target slew rate¶
Maximum rate the yaw target can be updated in Loiter, RTL, Auto flight modes
Units |
Range |
Increment |
|---|---|---|
centidegrees per second |
500 - 18000 |
100 |
Q_A_ACCEL_Y_MAX: Acceleration Max for Yaw¶
Maximum acceleration in yaw axis
Units |
Range |
Values |
Increment |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
centidegrees per square second |
0 - 72000 |
|
1000 |
Q_A_RATE_FF_ENAB: Rate Feedforward Enable¶
Controls whether body-frame rate feedfoward is enabled or disabled
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_A_ACCEL_R_MAX: Acceleration Max for Roll¶
Maximum acceleration in roll axis
Units |
Range |
Increment |
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
centidegrees per square second |
0 - 180000 |
1000 |
|
Q_A_ACCEL_P_MAX: Acceleration Max for Pitch¶
Maximum acceleration in pitch axis
Units |
Range |
Increment |
Values |
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
centidegrees per square second |
0 - 180000 |
1000 |
|
Q_A_ANGLE_BOOST: Angle Boost¶
Angle Boost increases output throttle as the vehicle leans to reduce loss of altitude
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_A_ANG_RLL_P: Roll axis angle controller P gain¶
Roll axis angle controller P gain. Converts the error between the desired roll angle and actual angle to a desired roll rate
Range |
|---|
0.0 - 12.000 |
Q_A_ANG_PIT_P: Pitch axis angle controller P gain¶
Pitch axis angle controller P gain. Converts the error between the desired pitch angle and actual angle to a desired pitch rate
Range |
|---|
0.0 - 12.000 |
Q_A_ANG_YAW_P: Yaw axis angle controller P gain¶
Yaw axis angle controller P gain. Converts the error between the desired yaw angle and actual angle to a desired yaw rate
Range |
|---|
0.0 - 6.000 |
Q_A_ANG_LIM_TC: Angle Limit (to maintain altitude) Time Constant¶
Angle Limit (to maintain altitude) Time Constant
Range |
|---|
0.5 - 10.0 |
Q_A_RATE_R_MAX: Angular Velocity Max for Roll¶
Maximum angular velocity in roll axis
Units |
Range |
Increment |
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
degrees per second |
0 - 1080 |
1 |
|
Q_A_RATE_P_MAX: Angular Velocity Max for Pitch¶
Maximum angular velocity in pitch axis
Units |
Range |
Increment |
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
degrees per second |
0 - 1080 |
1 |
|
Q_A_RATE_Y_MAX: Angular Velocity Max for Pitch¶
Maximum angular velocity in pitch axis
Units |
Range |
Increment |
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
degrees per second |
0 - 1080 |
1 |
|
Q_A_INPUT_TC: Attitude control input time constant (aka smoothing)¶
Attitude control input time constant. Low numbers lead to sharper response, higher numbers to softer response
Units |
Range |
Increment |
Values |
|---|---|---|---|
seconds |
0 - 1 |
0.01 |
0.5:Very Soft, 0.2:Soft, 0.15:Medium, 0.1:Crisp, 0.05:Very Crisp |
Q_A_RAT_RLL_P: Roll axis rate controller P gain¶
Roll axis rate controller P gain. Converts the difference between desired roll rate and actual roll rate into a motor speed output
Range |
Increment |
|---|---|
0.05 - 0.5 |
0.005 |
Q_A_RAT_RLL_I: Roll axis rate controller I gain¶
Roll axis rate controller I gain. Corrects long-term difference in desired roll rate vs actual roll rate
Range |
Increment |
|---|---|
0.01 - 2.0 |
0.01 |
Q_A_RAT_RLL_IMAX: Roll axis rate controller I gain maximum¶
Roll axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output
Range |
Increment |
Units |
|---|---|---|
0 - 1 |
0.01 |
percent |
Q_A_RAT_RLL_D: Roll axis rate controller D gain¶
Roll axis rate controller D gain. Compensates for short-term change in desired roll rate vs actual roll rate
Range |
Increment |
|---|---|
0.0 - 0.02 |
0.001 |
Q_A_RAT_RLL_FF: Roll axis rate controller feed forward¶
Roll axis rate controller feed forward
Range |
Increment |
|---|---|
0 - 0.5 |
0.001 |
Q_A_RAT_RLL_FILT: Roll axis rate controller input frequency in Hz¶
Roll axis rate controller input frequency in Hz
Range |
Increment |
Units |
|---|---|---|
1 - 100 |
1 |
hertz |
Q_A_RAT_PIT_P: Pitch axis rate controller P gain¶
Pitch axis rate controller P gain. Converts the difference between desired pitch rate and actual pitch rate into a motor speed output
Range |
Increment |
|---|---|
0.05 - 0.50 |
0.005 |
Q_A_RAT_PIT_I: Pitch axis rate controller I gain¶
Pitch axis rate controller I gain. Corrects long-term difference in desired pitch rate vs actual pitch rate
Range |
Increment |
|---|---|
0.01 - 2.0 |
0.01 |
Q_A_RAT_PIT_IMAX: Pitch axis rate controller I gain maximum¶
Pitch axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output
Range |
Increment |
Units |
|---|---|---|
0 - 1 |
0.01 |
percent |
Q_A_RAT_PIT_D: Pitch axis rate controller D gain¶
Pitch axis rate controller D gain. Compensates for short-term change in desired pitch rate vs actual pitch rate
Range |
Increment |
|---|---|
0.0 - 0.02 |
0.001 |
Q_A_RAT_PIT_FF: Pitch axis rate controller feed forward¶
Pitch axis rate controller feed forward
Range |
Increment |
|---|---|
0 - 0.5 |
0.001 |
Q_A_RAT_PIT_FILT: Pitch axis rate controller input frequency in Hz¶
Pitch axis rate controller input frequency in Hz
Range |
Increment |
Units |
|---|---|---|
1 - 100 |
1 |
hertz |
Q_A_RAT_YAW_P: Yaw axis rate controller P gain¶
Yaw axis rate controller P gain. Converts the difference between desired yaw rate and actual yaw rate into a motor speed output
Range |
Increment |
|---|---|
0.10 - 2.50 |
0.005 |
Q_A_RAT_YAW_I: Yaw axis rate controller I gain¶
Yaw axis rate controller I gain. Corrects long-term difference in desired yaw rate vs actual yaw rate
Range |
Increment |
|---|---|
0.010 - 1.0 |
0.01 |
Q_A_RAT_YAW_IMAX: Yaw axis rate controller I gain maximum¶
Yaw axis rate controller I gain maximum. Constrains the maximum motor output that the I gain will output
Range |
Increment |
Units |
|---|---|---|
0 - 1 |
0.01 |
percent |
Q_A_RAT_YAW_D: Yaw axis rate controller D gain¶
Yaw axis rate controller D gain. Compensates for short-term change in desired yaw rate vs actual yaw rate
Range |
Increment |
|---|---|
0.000 - 0.02 |
0.001 |
Q_A_RAT_YAW_FF: Yaw axis rate controller feed forward¶
Yaw axis rate controller feed forward
Range |
Increment |
|---|---|
0 - 0.5 |
0.001 |
Q_A_RAT_YAW_FILT: Yaw axis rate controller input frequency in Hz¶
Yaw axis rate controller input frequency in Hz
Range |
Increment |
Units |
|---|---|---|
1 - 10 |
1 |
hertz |
Q_A_THR_MIX_MIN: Throttle Mix Minimum¶
Throttle vs attitude control prioritisation used when landing (higher values mean we prioritise attitude control over throttle)
Range |
|---|
0.1 - 0.25 |
Q_A_THR_MIX_MAX: Throttle Mix Maximum¶
Throttle vs attitude control prioritisation used during active flight (higher values mean we prioritise attitude control over throttle)
Range |
|---|
0.5 - 0.9 |
Q_A_THR_MIX_MAN: Throttle Mix Manual¶
Throttle vs attitude control prioritisation used during manual flight (higher values mean we prioritise attitude control over throttle)
Range |
|---|
0.1 - 0.9 |
Q_LOIT_ Parameters¶
Q_LOIT_ANG_MAX: Loiter Angle Max¶
Loiter maximum lean angle. Set to zero for 2/3 of PSC_ANGLE_MAX or ANGLE_MAX
Units |
Range |
Increment |
|---|---|---|
degrees |
0 - 45 |
1 |
Q_LOIT_SPEED: Loiter Horizontal Maximum Speed¶
Defines the maximum speed in cm/s which the aircraft will travel horizontally while in loiter mode
Units |
Range |
Increment |
|---|---|---|
centimeters per second |
20 - 2000 |
50 |
Q_LOIT_ACC_MAX: Loiter maximum correction acceleration¶
Loiter maximum correction acceleration in cm/s/s. Higher values cause the copter to correct position errors more aggressively.
Units |
Range |
Increment |
|---|---|---|
centimeters per square second |
100 - 981 |
1 |
Q_LOIT_BRK_ACCEL: Loiter braking acceleration¶
Loiter braking acceleration in cm/s/s. Higher values stop the copter more quickly when the stick is centered.
Units |
Range |
Increment |
|---|---|---|
centimeters per square second |
25 - 250 |
1 |
Q_LOIT_BRK_JERK: Loiter braking jerk¶
Loiter braking jerk in cm/s/s/s. Higher values will remove braking faster if the pilot moves the sticks during a braking manuver.
Units |
Range |
Increment |
|---|---|---|
centimeters per cubic second |
500 - 5000 |
1 |
Q_LOIT_BRK_DELAY: Loiter brake start delay (in seconds)¶
Loiter brake start delay (in seconds)
Units |
Range |
Increment |
|---|---|---|
seconds |
0 - 2 |
0.1 |
Q_M_ Parameters¶
Q_M_YAW_HEADROOM: Matrix Yaw Min¶
Yaw control is given at least this pwm in microseconds range
Range |
Units |
|---|---|
0 - 500 |
PWM in microseconds |
Q_M_THST_EXPO: Thrust Curve Expo¶
Motor thrust curve exponent (from 0 for linear to 1.0 for second order curve)
Range |
|---|
0.25 - 0.8 |
Q_M_SPIN_MAX: Motor Spin maximum¶
Point at which the thrust saturates expressed as a number from 0 to 1 in the entire output range
Values |
|---|
0.9:Low, 0.95:Default, 1.0:High |
Q_M_BAT_VOLT_MAX: Battery voltage compensation maximum voltage¶
Battery voltage compensation maximum voltage (voltage above this will have no additional scaling effect on thrust). Recommend 4.4 * cell count, 0 = Disabled
Range |
Units |
|---|---|
6 - 35 |
volt |
Q_M_BAT_VOLT_MIN: Battery voltage compensation minimum voltage¶
Battery voltage compensation minimum voltage (voltage below this will have no additional scaling effect on thrust). Recommend 3.5 * cell count, 0 = Disabled
Range |
Units |
|---|---|
6 - 35 |
volt |
Q_M_BAT_CURR_MAX: Motor Current Max¶
Maximum current over which maximum throttle is limited (0 = Disabled)
Range |
Units |
|---|---|
0 - 200 |
ampere |
Q_M_PWM_TYPE: Output PWM type¶
This selects the output PWM type, allowing for normal PWM continuous output, OneShot, brushed or DShot motor output
Values |
RebootRequired |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
Q_M_PWM_MIN: PWM output miniumum¶
This sets the min PWM output value in microseconds that will ever be output to the motors, 0 = use input RC3_MIN
Units |
Range |
|---|---|
PWM in microseconds |
0 - 2000 |
Q_M_PWM_MAX: PWM output maximum¶
This sets the max PWM value in microseconds that will ever be output to the motors, 0 = use input RC3_MAX
Units |
Range |
|---|---|
PWM in microseconds |
0 - 2000 |
Q_M_SPIN_MIN: Motor Spin minimum¶
Point at which the thrust starts expressed as a number from 0 to 1 in the entire output range. Should be higher than MOT_SPIN_ARM.
Values |
|---|
0.0:Low, 0.15:Default, 0.3:High |
Q_M_SPIN_ARM: Motor Spin armed¶
Point at which the motors start to spin expressed as a number from 0 to 1 in the entire output range. Should be lower than MOT_SPIN_MIN.
Values |
|---|
0.0:Low, 0.1:Default, 0.2:High |
Q_M_BAT_CURR_TC: Motor Current Max Time Constant¶
Time constant used to limit the maximum current
Range |
Units |
|---|---|
0 - 10 |
seconds |
Q_M_THST_HOVER: Thrust Hover Value¶
Motor thrust needed to hover expressed as a number from 0 to 1
Range |
|---|
0.2 - 0.8 |
Q_M_HOVER_LEARN: Hover Value Learning¶
Enable/Disable automatic learning of hover throttle
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Q_M_SAFE_DISARM: Motor PWM output disabled when disarmed¶
Disables motor PWM output when disarmed
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_M_YAW_SV_ANGLE: Yaw Servo Max Lean Angle¶
Yaw servo's maximum lean angle
Range |
Units |
Increment |
|---|---|---|
5 - 80 |
degrees |
1 |
Q_M_SPOOL_TIME: Spool up time¶
Time in seconds to spool up the motors from zero to min throttle.
Range |
Units |
Increment |
|---|---|---|
0 - 2 |
seconds |
0.1 |
Q_M_BOOST_SCALE: Motor boost scale¶
This is a scaling factor for vehicles with a vertical booster motor used for extra lift. It is used with electric multicopters that have an internal combusion booster motor for longer endurance. The output to the BoostThrottle servo function is set to the current motor thottle times this scaling factor. A higher scaling factor will put more of the load on the booster motor. A value of 1 will set the BoostThrottle equal to the main throttle.
Range |
Increment |
|---|---|
0 - 5 |
0.1 |
Q_M_BAT_IDX: Battery compensation index¶
Which battery monitor should be used for doing compensation
Values |
||||||
|---|---|---|---|---|---|---|
|
Q_P_ Parameters¶
Q_P__ACC_XY_FILT: XY Acceleration filter cutoff frequency¶
Lower values will slow the response of the navigation controller and reduce twitchiness
Units |
Range |
Increment |
|---|---|---|
hertz |
0.5 - 5 |
0.1 |
Q_P__POSZ_P: Position (vertical) controller P gain¶
Position (vertical) controller P gain. Converts the difference between the desired altitude and actual altitude into a climb or descent rate which is passed to the throttle rate controller
Range |
|---|
1.000 - 3.000 |
Q_P__VELZ_P: Velocity (vertical) controller P gain¶
Velocity (vertical) controller P gain. Converts the difference between desired vertical speed and actual speed into a desired acceleration that is passed to the throttle acceleration controller
Range |
|---|
1.000 - 8.000 |
Q_P__ACCZ_P: Acceleration (vertical) controller P gain¶
Acceleration (vertical) controller P gain. Converts the difference between desired vertical acceleration and actual acceleration into a motor output
Range |
Increment |
|---|---|
0.500 - 1.500 |
0.05 |
Q_P__ACCZ_I: Acceleration (vertical) controller I gain¶
Acceleration (vertical) controller I gain. Corrects long-term difference in desired vertical acceleration and actual acceleration
Range |
|---|
0.000 - 3.000 |
Q_P__ACCZ_IMAX: Acceleration (vertical) controller I gain maximum¶
Acceleration (vertical) controller I gain maximum. Constrains the maximum pwm that the I term will generate
Range |
Units |
|---|---|
0 - 1000 |
decipercent |
Q_P__ACCZ_D: Acceleration (vertical) controller D gain¶
Acceleration (vertical) controller D gain. Compensates for short-term change in desired vertical acceleration vs actual acceleration
Range |
|---|
0.000 - 0.400 |
Q_P__ACCZ_FILT: Acceleration (vertical) controller filter¶
Filter applied to acceleration to reduce noise. Lower values reduce noise but add delay.
Range |
Units |
|---|---|
1.000 - 100.000 |
hertz |
Q_P__POSXY_P: Position (horizonal) controller P gain¶
Position controller P gain. Converts the distance (in the latitude direction) to the target location into a desired speed which is then passed to the loiter latitude rate controller
Range |
|---|
0.500 - 2.000 |
Q_P__VELXY_P: Velocity (horizontal) P gain¶
Velocity (horizontal) P gain. Converts the difference between desired velocity to a target acceleration
Range |
Increment |
|---|---|
0.1 - 6.0 |
0.1 |
Q_P__VELXY_I: Velocity (horizontal) I gain¶
Velocity (horizontal) I gain. Corrects long-term difference in desired velocity to a target acceleration
Range |
Increment |
|---|---|
0.02 - 1.00 |
0.01 |
Q_P__VELXY_D: Velocity (horizontal) D gain¶
Velocity (horizontal) D gain. Corrects short-term changes in velocity
Range |
Increment |
|---|---|
0.00 - 1.00 |
0.001 |
Q_P__VELXY_IMAX: Velocity (horizontal) integrator maximum¶
Velocity (horizontal) integrator maximum. Constrains the target acceleration that the I gain will output
Range |
Increment |
Units |
|---|---|---|
0 - 4500 |
10 |
centimeters per square second |
Q_P__VELXY_FILT: Velocity (horizontal) input filter¶
Velocity (horizontal) input filter. This filter (in hz) is applied to the input for P and I terms
Range |
Units |
|---|---|
0 - 100 |
hertz |
Q_P__VELXY_D_FILT: Velocity (horizontal) input filter¶
Velocity (horizontal) input filter. This filter (in hz) is applied to the input for P and I terms
Range |
Units |
|---|---|
0 - 100 |
hertz |
Q_P__ANGLE_MAX: Position Control Angle Max¶
Maximum lean angle autopilot can request. Set to zero to use ANGLE_MAX parameter value
Units |
Range |
Increment |
|---|---|---|
degrees |
0 - 45 |
1 |
Q_WP_ Parameters¶
Q_WP_SPEED: Waypoint Horizontal Speed Target¶
Defines the speed in cm/s which the aircraft will attempt to maintain horizontally during a WP mission
Units |
Range |
Increment |
|---|---|---|
centimeters per second |
20 - 2000 |
50 |
Q_WP_RADIUS: Waypoint Radius¶
Defines the distance from a waypoint, that when crossed indicates the wp has been hit.
Units |
Range |
Increment |
|---|---|---|
centimeters |
10 - 1000 |
1 |
Q_WP_SPEED_UP: Waypoint Climb Speed Target¶
Defines the speed in cm/s which the aircraft will attempt to maintain while climbing during a WP mission
Units |
Range |
Increment |
|---|---|---|
centimeters per second |
10 - 1000 |
50 |
Q_WP_SPEED_DN: Waypoint Descent Speed Target¶
Defines the speed in cm/s which the aircraft will attempt to maintain while descending during a WP mission
Units |
Range |
Increment |
|---|---|---|
centimeters per second |
10 - 500 |
10 |
Q_WP_ACCEL: Waypoint Acceleration¶
Defines the horizontal acceleration in cm/s/s used during missions
Units |
Range |
Increment |
|---|---|---|
centimeters per square second |
50 - 500 |
10 |
Q_WP_ACCEL_Z: Waypoint Vertical Acceleration¶
Defines the vertical acceleration in cm/s/s used during missions
Units |
Range |
Increment |
|---|---|---|
centimeters per square second |
50 - 500 |
10 |
Q_WP_RFND_USE: Waypoint missions use rangefinder for terrain following¶
This controls if waypoint missions use rangefinder for terrain following
Values |
||||||
|---|---|---|---|---|---|---|
|
RALLY_ Parameters¶
RALLY_TOTAL: Rally Total¶
Number of rally points currently loaded
RALLY_LIMIT_KM: Rally Limit¶
Maximum distance to rally point. If the closest rally point is more than this number of kilometers from the current position and the home location is closer than any of the rally points from the current position then do RTL to home rather than to the closest rally point. This prevents a leftover rally point from a different airfield being used accidentally. If this is set to 0 then the closest rally point is always used.
Units |
Increment |
|---|---|
kilometers |
0.1 |
RALLY_INCL_HOME: Rally Include Home¶
Controls if Home is included as a Rally point (i.e. as a safe landing place) for RTL
Values |
||||||
|---|---|---|---|---|---|---|
|
RC Parameters¶
RC_OVERRIDE_TIME: RC override timeout¶
Timeout after which RC overrides will no longer be used, and RC input will resume, 0 will disable RC overrides, -1 will never timeout, and continue using overrides until they are disabled
Range |
Units |
|---|---|
0.0 - 120.0 |
seconds |
RC10_ Parameters¶
RC10_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC10_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC10_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC10_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC10_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC11_ Parameters¶
RC11_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC11_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC11_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC11_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC11_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC12_ Parameters¶
RC12_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC12_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC12_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC12_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC12_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC13_ Parameters¶
RC13_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC13_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC13_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC13_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC13_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC14_ Parameters¶
RC14_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC14_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC14_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC14_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC14_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC15_ Parameters¶
RC15_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC15_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC15_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC15_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC15_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC16_ Parameters¶
RC16_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC16_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC16_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC16_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC16_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC1_ Parameters¶
RC1_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC1_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC1_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC1_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC1_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC2_ Parameters¶
RC2_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC2_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC2_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC2_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC2_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC3_ Parameters¶
RC3_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC3_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC3_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC3_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC3_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC4_ Parameters¶
RC4_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC4_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC4_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC4_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC4_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC5_ Parameters¶
RC5_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC5_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC5_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC5_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC5_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC6_ Parameters¶
RC6_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC6_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC6_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC6_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC6_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC7_ Parameters¶
RC7_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC7_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC7_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC7_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC7_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC8_ Parameters¶
RC8_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC8_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC8_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC8_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC8_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RC9_ Parameters¶
RC9_MIN: RC min PWM¶
RC minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC9_TRIM: RC trim PWM¶
RC trim (neutral) PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC9_MAX: RC max PWM¶
RC maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
RC9_REVERSED: RC reversed¶
Reverse channel input. Set to 0 for normal operation. Set to 1 to reverse this input channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
RC9_DZ: RC dead-zone¶
PWM dead zone in microseconds around trim or bottom
Units |
Range |
|---|---|
PWM in microseconds |
0 - 200 |
RCMAP_ Parameters¶
RCMAP_ROLL: Roll channel¶
Roll channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Roll is normally on channel 1, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.
Range |
Increment |
RebootRequired |
|---|---|---|
1 - 8 |
1 |
True |
RCMAP_PITCH: Pitch channel¶
Pitch channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Pitch is normally on channel 2, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.
Range |
Increment |
RebootRequired |
|---|---|---|
1 - 8 |
1 |
True |
RCMAP_THROTTLE: Throttle channel¶
Throttle channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Throttle is normally on channel 3, but you can move it to any channel with this parameter. Warning APM 2.X: Changing the throttle channel could produce unexpected fail-safe results if connection between receiver and on-board PPM Encoder is lost. Disabling on-board PPM Encoder is recommended. Reboot is required for changes to take effect.
Range |
Increment |
RebootRequired |
|---|---|---|
1 - 8 |
1 |
True |
RCMAP_YAW: Yaw channel¶
Yaw channel number. This is useful when you have a RC transmitter that can't change the channel order easily. Yaw (also known as rudder) is normally on channel 4, but you can move it to any channel with this parameter. Reboot is required for changes to take effect.
Range |
Increment |
RebootRequired |
|---|---|---|
1 - 8 |
1 |
True |
RELAY_ Parameters¶
RELAY_PIN: First Relay Pin¶
Digital pin number for first relay control. This is the pin used for camera control.
Values |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RELAY_PIN2: Second Relay Pin¶
Digital pin number for 2nd relay control.
Values |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RELAY_PIN3: Third Relay Pin¶
Digital pin number for 3rd relay control.
Values |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RELAY_PIN4: Fourth Relay Pin¶
Digital pin number for 4th relay control.
Values |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RELAY_DEFAULT: Default relay state¶
The state of the relay on boot.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RLL2SRV_ Parameters¶
RLL2SRV_TCONST: Roll Time Constant¶
This controls the time constant in seconds from demanded to achieved bank angle. A value of 0.5 is a good default and will work with nearly all models. Advanced users may want to reduce this time to obtain a faster response but there is no point setting a time less than the aircraft can achieve.
Range |
Units |
Increment |
|---|---|---|
0.4 - 1.0 |
seconds |
0.1 |
RLL2SRV_P: Proportional Gain¶
This is the gain from bank angle error to aileron.
Range |
Increment |
|---|---|
0.1 - 4.0 |
0.1 |
RLL2SRV_D: Damping Gain¶
This is the gain from roll rate to aileron. This adjusts the damping of the roll control loop. It has the same effect as RLL2SRV_D in the old PID controller but without the spikes in servo demands. This gain helps to reduce rolling in turbulence. It should be increased in 0.01 increments as too high a value can lead to a high frequency roll oscillation that could overstress the airframe.
Range |
Increment |
|---|---|
0 - 0.1 |
0.01 |
RLL2SRV_I: Integrator Gain¶
This is the gain from the integral of bank angle to aileron. It has the same effect as RLL2SRV_I in the old PID controller. Increasing this gain causes the controller to trim out steady offsets due to an out of trim aircraft.
Range |
Increment |
|---|---|
0 - 1.0 |
0.05 |
RLL2SRV_RMAX: Maximum Roll Rate¶
This sets the maximum roll rate that the controller will demand (degrees/sec). Setting it to zero disables the limit. If this value is set too low, then the roll can't keep up with the navigation demands and the plane will start weaving. If it is set too high (or disabled by setting to zero) then ailerons will get large inputs at the start of turns. A limit of 60 degrees/sec is a good default.
Range |
Units |
Increment |
|---|---|---|
0 - 180 |
degrees per second |
1 |
RLL2SRV_IMAX: Integrator limit¶
This limits the number of degrees of aileron in centi-degrees over which the integrator will operate. At the default setting of 3000 centi-degrees, the integrator will be limited to +- 30 degrees of servo travel. The maximum servo deflection is +- 45 centi-degrees, so the default value represents a 2/3rd of the total control throw which is adequate unless the aircraft is severely out of trim.
Range |
Increment |
|---|---|
0 - 4500 |
1 |
RLL2SRV_FF: Feed forward Gain¶
This is the gain from demanded rate to aileron output.
Range |
Increment |
|---|---|
0.1 - 4.0 |
0.1 |
RNGFND Parameters¶
RNGFND_TYPE: Rangefinder type¶
What type of rangefinder device that is connected
Values |
||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND_PIN: Rangefinder pin¶
Analog pin that rangefinder is connected to. Set this to 0..9 for the APM2 analog pins. Set to 64 on an APM1 for the dedicated 'airspeed' port on the end of the board. Set to 11 on PX4 for the analog 'airspeed' port. Set to 15 on the Pixhawk for the analog 'airspeed' port.
Values |
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND_SCALING: Rangefinder scaling¶
Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.
Units |
Increment |
|---|---|
meters per volt |
0.001 |
RNGFND_OFFSET: rangefinder offset¶
Offset in volts for zero distance for analog rangefinders. Offset added to distance in centimeters for PWM and I2C Lidars
Units |
Increment |
|---|---|
volt |
0.001 |
RNGFND_FUNCTION: Rangefinder function¶
Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RNGFND_MIN_CM: Rangefinder minimum distance¶
Minimum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND_MAX_CM: Rangefinder maximum distance¶
Maximum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND_STOP_PIN: Rangefinder stop pin¶
Digital pin that enables/disables rangefinder measurement for an analog rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This can be used to ensure that multiple sonar rangefinders don't interfere with each other.
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND_SETTLE: Rangefinder settle time¶
The time in milliseconds that the rangefinder reading takes to settle. This is only used when a STOP_PIN is specified. It determines how long we have to wait for the rangefinder to give a reading after we set the STOP_PIN high. For a sonar rangefinder with a range of around 7m this would need to be around 50 milliseconds to allow for the sonar pulse to travel to the target and back again.
Units |
Increment |
|---|---|
milliseconds |
1 |
RNGFND_RMETRIC: Ratiometric¶
This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND_PWRRNG: Powersave range¶
This parameter sets the estimated terrain distance in meters above which the sensor will be put into a power saving mode (if available). A value of zero means power saving is not enabled
Units |
Range |
|---|---|
meters |
0 - 32767 |
RNGFND_GNDCLEAR: Distance (in cm) from the range finder to the ground¶
This parameter sets the expected range measurement(in cm) that the range finder should return when the vehicle is on the ground.
Units |
Range |
Increment |
|---|---|---|
centimeters |
5 - 127 |
1 |
RNGFND_ADDR: Bus address of sensor¶
This sets the bus address of the sensor, where applicable. Used for the LightWare I2C sensor to allow for multiple sensors on different addresses. A value of 0 disables the sensor.
Range |
Increment |
|---|---|
0 - 127 |
1 |
RNGFND_POS_X: X position offset¶
X position of the first rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND_POS_Y: Y position offset¶
Y position of the first rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND_POS_Z: Z position offset¶
Z position of the first rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND_ORIENT: Rangefinder orientation¶
Orientation of rangefinder
Values |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND2_TYPE: Second Rangefinder type¶
What type of rangefinder device that is connected
Values |
||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND2_PIN: Rangefinder pin¶
Analog pin that rangefinder is connected to. Set this to 0..9 for the APM2 analog pins. Set to 64 on an APM1 for the dedicated 'airspeed' port on the end of the board. Set to 11 on PX4 for the analog 'airspeed' port. Set to 15 on the Pixhawk for the analog 'airspeed' port.
Values |
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND2_SCALING: Rangefinder scaling¶
Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.
Units |
Increment |
|---|---|
meters per volt |
0.001 |
RNGFND2_OFFSET: rangefinder offset¶
Offset in volts for zero distance
Units |
Increment |
|---|---|
volt |
0.001 |
RNGFND2_FUNCTION: Rangefinder function¶
Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RNGFND2_MIN_CM: Rangefinder minimum distance¶
Minimum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND2_MAX_CM: Rangefinder maximum distance¶
Maximum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND2_STOP_PIN: Rangefinder stop pin¶
Digital pin that enables/disables rangefinder measurement for an analog rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This can be used to ensure that multiple sonar rangefinders don't interfere with each other.
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND2_SETTLE: Sonar settle time¶
The time in milliseconds that the rangefinder reading takes to settle. This is only used when a STOP_PIN is specified. It determines how long we have to wait for the rangefinder to give a reading after we set the STOP_PIN high. For a sonar rangefinder with a range of around 7m this would need to be around 50 milliseconds to allow for the sonar pulse to travel to the target and back again.
Units |
Increment |
|---|---|
milliseconds |
1 |
RNGFND2_RMETRIC: Ratiometric¶
This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND2_GNDCLEAR: Distance (in cm) from the second range finder to the ground¶
This parameter sets the expected range measurement(in cm) that the second range finder should return when the vehicle is on the ground.
Units |
Range |
Increment |
|---|---|---|
centimeters |
0 - 127 |
1 |
RNGFND2_ADDR: Bus address of second rangefinder¶
This sets the bus address of the sensor, where applicable. Used for the LightWare I2C sensor to allow for multiple sensors on different addresses. A value of 0 disables the sensor.
Range |
Increment |
|---|---|
0 - 127 |
1 |
RNGFND2_POS_X: X position offset¶
X position of the second rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND2_POS_Y: Y position offset¶
Y position of the second rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND2_POS_Z: Z position offset¶
Z position of the second rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND2_ORIENT: Rangefinder 2 orientation¶
Orientation of 2nd rangefinder
Values |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND3_TYPE: Third Rangefinder type¶
What type of rangefinder device that is connected
Values |
||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND3_PIN: Rangefinder pin¶
Analog pin that rangefinder is connected to. Set this to 0..9 for the APM2 analog pins. Set to 64 on an APM1 for the dedicated 'airspeed' port on the end of the board. Set to 11 on PX4 for the analog 'airspeed' port. Set to 15 on the Pixhawk for the analog 'airspeed' port.
Values |
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND3_SCALING: Rangefinder scaling¶
Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.
Units |
Increment |
|---|---|
meters per volt |
0.001 |
RNGFND3_OFFSET: rangefinder offset¶
Offset in volts for zero distance
Units |
Increment |
|---|---|
volt |
0.001 |
RNGFND3_FUNCTION: Rangefinder function¶
Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RNGFND3_MIN_CM: Rangefinder minimum distance¶
Minimum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND3_MAX_CM: Rangefinder maximum distance¶
Maximum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND3_STOP_PIN: Rangefinder stop pin¶
Digital pin that enables/disables rangefinder measurement for an analog rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This can be used to ensure that multiple sonar rangefinders don't interfere with each other.
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND3_SETTLE: Sonar settle time¶
The time in milliseconds that the rangefinder reading takes to settle. This is only used when a STOP_PIN is specified. It determines how long we have to wait for the rangefinder to give a reading after we set the STOP_PIN high. For a sonar rangefinder with a range of around 7m this would need to be around 50 milliseconds to allow for the sonar pulse to travel to the target and back again.
Units |
Increment |
|---|---|
milliseconds |
1 |
RNGFND3_RMETRIC: Ratiometric¶
This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND3_GNDCLEAR: Distance (in cm) from the third range finder to the ground¶
This parameter sets the expected range measurement(in cm) that the third range finder should return when the vehicle is on the ground.
Units |
Range |
Increment |
|---|---|---|
centimeters |
0 - 127 |
1 |
RNGFND3_ADDR: Bus address of third rangefinder¶
This sets the bus address of the sensor, where applicable. Used for the LightWare I2C sensor to allow for multiple sensors on different addresses. A value of 0 disables the sensor.
Range |
Increment |
|---|---|
0 - 127 |
1 |
RNGFND3_POS_X: X position offset¶
X position of the third rangefinder in body frame. Positive X is forward of the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND3_POS_Y: Y position offset¶
Y position of the third rangefinder in body frame. Positive Y is to the right of the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND3_POS_Z: Z position offset¶
Z position of the third rangefinder in body frame. Positive Z is down from the origin. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND3_ORIENT: Rangefinder 3 orientation¶
Orientation of 3rd rangefinder
Values |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND4_TYPE: Fourth Rangefinder type¶
What type of rangefinder device that is connected
Values |
||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND4_PIN: Rangefinder pin¶
Analog pin that rangefinder is connected to. Set this to 0..9 for the APM2 analog pins. Set to 64 on an APM1 for the dedicated 'airspeed' port on the end of the board. Set to 11 on PX4 for the analog 'airspeed' port. Set to 15 on the Pixhawk for the analog 'airspeed' port.
Values |
||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND4_SCALING: Rangefinder scaling¶
Scaling factor between rangefinder reading and distance. For the linear and inverted functions this is in meters per volt. For the hyperbolic function the units are meterVolts.
Units |
Increment |
|---|---|
meters per volt |
0.001 |
RNGFND4_OFFSET: rangefinder offset¶
Offset in volts for zero distance
Units |
Increment |
|---|---|
volt |
0.001 |
RNGFND4_FUNCTION: Rangefinder function¶
Control over what function is used to calculate distance. For a linear function, the distance is (voltage-offset)*scaling. For a inverted function the distance is (offset-voltage)*scaling. For a hyperbolic function the distance is scaling/(voltage-offset). The functions return the distance in meters.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RNGFND4_MIN_CM: Rangefinder minimum distance¶
Minimum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND4_MAX_CM: Rangefinder maximum distance¶
Maximum distance in centimeters that rangefinder can reliably read
Units |
Increment |
|---|---|
centimeters |
1 |
RNGFND4_STOP_PIN: Rangefinder stop pin¶
Digital pin that enables/disables rangefinder measurement for an analog rangefinder. A value of -1 means no pin. If this is set, then the pin is set to 1 to enable the rangefinder and set to 0 to disable it. This can be used to ensure that multiple sonar rangefinders don't interfere with each other.
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND4_SETTLE: Sonar settle time¶
The time in milliseconds that the rangefinder reading takes to settle. This is only used when a STOP_PIN is specified. It determines how long we have to wait for the rangefinder to give a reading after we set the STOP_PIN high. For a sonar rangefinder with a range of around 7m this would need to be around 50 milliseconds to allow for the sonar pulse to travel to the target and back again.
Units |
Increment |
|---|---|
milliseconds |
1 |
RNGFND4_RMETRIC: Ratiometric¶
This parameter sets whether an analog rangefinder is ratiometric. Most analog rangefinders are ratiometric, meaning that their output voltage is influenced by the supply voltage. Some analog rangefinders (such as the SF/02) have their own internal voltage regulators so they are not ratiometric.
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND4_GNDCLEAR: Distance (in cm) from the fourth range finder to the ground¶
This parameter sets the expected range measurement(in cm) that the fourth range finder should return when the vehicle is on the ground.
Units |
Range |
Increment |
|---|---|---|
centimeters |
0 - 127 |
1 |
RNGFND4_ADDR: Bus address of fourth rangefinder¶
This sets the bus address of the sensor, where applicable. Used for the LightWare I2C sensor to allow for multiple sensors on different addresses. A value of 0 disables the sensor.
Range |
Increment |
|---|---|
0 - 127 |
1 |
RNGFND4_POS_X: X position offset¶
X position of the fourth rangefinder in body frame. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND4_POS_Y: Y position offset¶
Y position of the fourth rangefinder in body frame. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND4_POS_Z: Z position offset¶
Z position of the fourth rangefinder in body frame. Use the zero range datum point if supplied.
Units |
|---|
meters |
RNGFND4_ORIENT: Rangefinder 4 orientation¶
Orientation of 4th range finder
Values |
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RNGFND2_ Parameters¶
RNGFND2_WSP_MAVG: Moving Average Range¶
Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results
Range |
|---|
0 - 255 |
RNGFND2_WSP_MEDF: Moving Median Filter¶
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
Range |
|---|
0 - 255 |
RNGFND2_WSP_FRQ: Frequency¶
Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.
Range |
|---|
0 - 10000 |
RNGFND2_WSP_AVG: Multi-pulse averages¶
Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement
Range |
|---|
0 - 255 |
RNGFND2_WSP_THR: Sensitivity threshold¶
Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments
Range |
|---|
-1 - 255 |
RNGFND2_WSP_BAUD: Baud rate¶
Desired baud rate
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND3_ Parameters¶
RNGFND3_WSP_MAVG: Moving Average Range¶
Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results
Range |
|---|
0 - 255 |
RNGFND3_WSP_MEDF: Moving Median Filter¶
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
Range |
|---|
0 - 255 |
RNGFND3_WSP_FRQ: Frequency¶
Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.
Range |
|---|
0 - 10000 |
RNGFND3_WSP_AVG: Multi-pulse averages¶
Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement
Range |
|---|
0 - 255 |
RNGFND3_WSP_THR: Sensitivity threshold¶
Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments
Range |
|---|
-1 - 255 |
RNGFND3_WSP_BAUD: Baud rate¶
Desired baud rate
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND4_ Parameters¶
RNGFND4_WSP_MAVG: Moving Average Range¶
Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results
Range |
|---|
0 - 255 |
RNGFND4_WSP_MEDF: Moving Median Filter¶
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
Range |
|---|
0 - 255 |
RNGFND4_WSP_FRQ: Frequency¶
Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.
Range |
|---|
0 - 10000 |
RNGFND4_WSP_AVG: Multi-pulse averages¶
Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement
Range |
|---|
0 - 255 |
RNGFND4_WSP_THR: Sensitivity threshold¶
Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments
Range |
|---|
-1 - 255 |
RNGFND4_WSP_BAUD: Baud rate¶
Desired baud rate
Values |
||||||
|---|---|---|---|---|---|---|
|
RNGFND_ Parameters¶
RNGFND_WSP_MAVG: Moving Average Range¶
Sets the number of historic range results to use for calculating the current range result. When MAVG is greater than 1, the current range result will be the current measured value averaged with the N-1 previous results
Range |
|---|
0 - 255 |
RNGFND_WSP_MEDF: Moving Median Filter¶
Sets the window size for the real-time median filter. When MEDF is greater than 0 the median filter is active
Range |
|---|
0 - 255 |
RNGFND_WSP_FRQ: Frequency¶
Sets the repetition frequency of the ranging operation in Hertz. Upon entering the desired frequency the system will calculate the nearest frequency that it can handle according to the resolution of internal timers.
Range |
|---|
0 - 10000 |
RNGFND_WSP_AVG: Multi-pulse averages¶
Sets the number of pulses to be used in multi-pulse averaging mode. In this mode, a sequence of rapid fire ranges are taken and then averaged to improve the accuracy of the measurement
Range |
|---|
0 - 255 |
RNGFND_WSP_THR: Sensitivity threshold¶
Sets the system sensitivity. Larger values of THR represent higher sensitivity. The system may limit the maximum value of THR to prevent excessive false alarm rates based on settings made at the factory. Set to -1 for automatic threshold adjustments
Range |
|---|
-1 - 255 |
RNGFND_WSP_BAUD: Baud rate¶
Desired baud rate
Values |
||||||
|---|---|---|---|---|---|---|
|
RPM Parameters¶
RPM_TYPE: RPM type¶
What type of RPM sensor is connected
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RPM_SCALING: RPM scaling¶
Scaling factor between sensor reading and RPM.
Increment |
|---|
0.001 |
RPM_MAX: Maximum RPM¶
Maximum RPM to report
Increment |
|---|
1 |
RPM_MIN: Minimum RPM¶
Minimum RPM to report
Increment |
|---|
1 |
RPM_MIN_QUAL: Minimum Quality¶
Minimum data quality to be used
Increment |
|---|
0.1 |
RPM_PIN: Input pin number¶
Which pin to use
Values |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RPM2_TYPE: Second RPM type¶
What type of RPM sensor is connected
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
RPM2_SCALING: RPM scaling¶
Scaling factor between sensor reading and RPM.
Increment |
|---|
0.001 |
RPM2_PIN: RPM2 input pin number¶
Which pin to use
Values |
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RSSI_ Parameters¶
RSSI_TYPE: RSSI Type¶
Radio Receiver RSSI type. If your radio receiver supports RSSI of some kind, set it here, then set its associated RSSI_XXXXX parameters, if any.
Values |
||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
RSSI_ANA_PIN: Receiver RSSI analog sensing pin¶
This selects an analog pin where the receiver RSSI voltage will be read.
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
RSSI_PIN_LOW: Receiver RSSI voltage low¶
This is the voltage value that the radio receiver will put on the RSSI_ANA_PIN when the signal strength is the weakest. Since some radio receivers put out inverted values from what you might otherwise expect, this isn't necessarily a lower value than RSSI_PIN_HIGH.
Units |
Increment |
Range |
|---|---|---|
volt |
0.01 |
0 - 5.0 |
RSSI_PIN_HIGH: Receiver RSSI voltage high¶
This is the voltage value that the radio receiver will put on the RSSI_ANA_PIN when the signal strength is the strongest. Since some radio receivers put out inverted values from what you might otherwise expect, this isn't necessarily a higher value than RSSI_PIN_LOW.
Units |
Increment |
Range |
|---|---|---|
volt |
0.01 |
0 - 5.0 |
RSSI_CHANNEL: Receiver RSSI channel number¶
The channel number where RSSI will be output by the radio receiver (5 and above).
RSSI_CHAN_LOW: Receiver RSSI PWM low value¶
This is the PWM value in microseconds that the radio receiver will put on the RSSI_CHANNEL when the signal strength is the weakest. Since some radio receivers put out inverted values from what you might otherwise expect, this isn't necessarily a lower value than RSSI_CHAN_HIGH.
Units |
Range |
|---|---|
PWM in microseconds |
0 - 2000 |
RSSI_CHAN_HIGH: Receiver RSSI PWM high value¶
This is the PWM value in microseconds that the radio receiver will put on the RSSI_CHANNEL when the signal strength is the strongest. Since some radio receivers put out inverted values from what you might otherwise expect, this isn't necessarily a higher value than RSSI_CHAN_LOW.
Units |
Range |
|---|---|
PWM in microseconds |
0 - 2000 |
SCHED_ Parameters¶
SCHED_DEBUG: Scheduler debug level¶
Set to non-zero to enable scheduler debug messages. When set to show "Slips" the scheduler will display a message whenever a scheduled task is delayed due to too much CPU load. When set to ShowOverruns the scheduled will display a message whenever a task takes longer than the limit promised in the task table.
Values |
||||||||
|---|---|---|---|---|---|---|---|---|
|
SCHED_LOOP_RATE: Scheduling main loop rate¶
This controls the rate of the main control loop in Hz. This should only be changed by developers. This only takes effect on restart. Values over 400 are considered highly experimental.
Values |
RebootRequired |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL Parameters¶
SERIAL0_BAUD: Serial0 baud rate¶
The baud rate used on the USB console. The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERIAL0_PROTOCOL: Console protocol selection¶
Control what protocol to use on the console.
Values |
RebootRequired |
||||||
|---|---|---|---|---|---|---|---|
|
True |
SERIAL1_PROTOCOL: Telem1 protocol selection¶
Control what protocol to use on the Telem1 port. Note that the Frsky options require external converter hardware. See the wiki for details.
Values |
RebootRequired |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL1_BAUD: Telem1 Baud Rate¶
The baud rate used on the Telem1 port. The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERIAL2_PROTOCOL: Telemetry 2 protocol selection¶
Control what protocol to use on the Telem2 port. Note that the Frsky options require external converter hardware. See the wiki for details.
Values |
RebootRequired |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL2_BAUD: Telemetry 2 Baud Rate¶
The baud rate of the Telem2 port. The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERIAL3_PROTOCOL: Serial 3 (GPS) protocol selection¶
Control what protocol Serial 3 (GPS) should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.
Values |
RebootRequired |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL3_BAUD: Serial 3 (GPS) Baud Rate¶
The baud rate used for the Serial 3 (GPS). The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERIAL4_PROTOCOL: Serial4 protocol selection¶
Control what protocol Serial4 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.
Values |
RebootRequired |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL4_BAUD: Serial 4 Baud Rate¶
The baud rate used for Serial4. The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERIAL5_PROTOCOL: Serial5 protocol selection¶
Control what protocol Serial5 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.
Values |
RebootRequired |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL5_BAUD: Serial 5 Baud Rate¶
The baud rate used for Serial5. The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERIAL6_PROTOCOL: Serial6 protocol selection¶
Control what protocol Serial6 port should be used for. Note that the Frsky options require external converter hardware. See the wiki for details.
Values |
RebootRequired |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
True |
SERIAL6_BAUD: Serial 6 Baud Rate¶
The baud rate used for Serial6. The APM2 can support all baudrates up to 115, and also can support 500. The PX4 can support rates of up to 1500. If you setup a rate you cannot support on APM2 and then can't connect to your board you should load a firmware from a different vehicle type. That will reset all your parameters to defaults.
Values |
||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO Parameters¶
SERVO_AUTO_TRIM: Automatic servo trim¶
This enables automatic servo trim in flight. Servos will be trimed in stabilized flight modes when the aircraft is close to level. Changes to servo trim will be saved every 10 seconds and will persist between flights.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO_RATE: Servo default output rate¶
This sets the default output rate in Hz for all outputs.
Range |
Units |
|---|---|
25 - 400 |
hertz |
SERVO10_ Parameters¶
SERVO10_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO10_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO10_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO10_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO10_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO11_ Parameters¶
SERVO11_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO11_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO11_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO11_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO11_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO12_ Parameters¶
SERVO12_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO12_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO12_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO12_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO12_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO13_ Parameters¶
SERVO13_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO13_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO13_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO13_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO13_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO14_ Parameters¶
SERVO14_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO14_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO14_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO14_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO14_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO15_ Parameters¶
SERVO15_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO15_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO15_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO15_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO15_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO16_ Parameters¶
SERVO16_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO16_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO16_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO16_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO16_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO1_ Parameters¶
SERVO1_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO1_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO1_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO1_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO1_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO2_ Parameters¶
SERVO2_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO2_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO2_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO2_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO2_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO3_ Parameters¶
SERVO3_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO3_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO3_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO3_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO3_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO4_ Parameters¶
SERVO4_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO4_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO4_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO4_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO4_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO5_ Parameters¶
SERVO5_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO5_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO5_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO5_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO5_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO6_ Parameters¶
SERVO6_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO6_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO6_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO6_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO6_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO7_ Parameters¶
SERVO7_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO7_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO7_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO7_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO7_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO8_ Parameters¶
SERVO8_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO8_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO8_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO8_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO8_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO9_ Parameters¶
SERVO9_MIN: Minimum PWM¶
minimum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
500 - 2200 |
1 |
SERVO9_MAX: Maximum PWM¶
maximum PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO9_TRIM: Trim PWM¶
Trim PWM pulse width in microseconds. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.
Units |
Range |
Increment |
|---|---|---|
PWM in microseconds |
800 - 2200 |
1 |
SERVO9_REVERSED: Servo reverse¶
Reverse servo operation. Set to 0 for normal operation. Set to 1 to reverse this output channel.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO9_FUNCTION: Servo output function¶
Function assigned to this servo. Seeing this to Disabled(0) will setup this output for control by auto missions or MAVLink servo set commands. any other value will enable the corresponding function
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO_BLH_ Parameters¶
SERVO_BLH_MASK: Channel Bitmask¶
Enable of BLHeli pass-thru servo protocol support to specific channels. This mask is in addition to motors enabled using SERVO_BLH_AUTO (if any)
Bitmask |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO_BLH_AUTO: auto-enable for multicopter motors¶
If set to 1 this auto-enables BLHeli pass-thru support for all multicopter motors
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO_BLH_TEST: internal test of BLHeli interface¶
Setting SERVO_BLH_TEST to a motor number enables an internal test of the BLHeli ESC protocol to the corresponding ESC. The debug output is displayed on the USB console.
Values |
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO_BLH_TMOUT: BLHeli protocol timeout¶
This sets the inactivity timeout for the BLHeli protocol in seconds. If no packets are received in this time normal MAVLink operations are resumed. A value of 0 means no timeout
Units |
Range |
|---|---|
seconds |
0 - 300 |
SERVO_BLH_TRATE: BLHeli telemetry rate¶
This sets the rate in Hz for requesting telemetry from ESCs. It is the rate per ESC. Setting to zero disables telemetry requests
Units |
Range |
|---|---|
hertz |
0 - 500 |
SERVO_BLH_DEBUG: BLHeli debug level¶
When set to 1 this enabled verbose debugging output over MAVLink when the blheli protocol is active. This can be used to diagnose failures.
Values |
||||||
|---|---|---|---|---|---|---|
|
SERVO_BLH_OTYPE: Output type override¶
When set to a non-zero value this overrides the output type for the output channels given by SERVO_BLH_MASK. This can be used to enable DShot on outputs that are not part of the multicopter motors group.
Values |
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO_BLH_PORT: Control port¶
This sets the telemetry port to use for blheli pass-thru
Values |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SERVO_SBUS_ Parameters¶
SERVO_SBUS_RATE: SBUS default output rate¶
This sets the SBUS output frame rate in Hz.
Range |
Units |
|---|---|
25 - 250 |
hertz |
SERVO_VOLZ_ Parameters¶
SERVO_VOLZ_MASK: Channel Bitmask¶
Enable of volz servo protocol to specific channels
Bitmask |
||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SOAR_ Parameters¶
SOAR_ENABLE: Is the soaring mode enabled or not¶
Toggles the soaring mode on and off
Values |
||||||
|---|---|---|---|---|---|---|
|
SOAR_VSPEED: Vertical v-speed¶
Rate of climb to trigger themalling speed
Units |
Range |
|---|---|
meters per second |
0 - 10 |
SOAR_DIST_AHEAD: Distance to thermal center¶
Initial guess of the distance to the thermal center
Units |
Range |
|---|---|
meters |
0 - 100 |
SOAR_MIN_THML_S: Minimum thermalling time¶
Minimum number of seconds to spend thermalling
Units |
Range |
|---|---|
seconds |
0 - 32768 |
SOAR_MIN_CRSE_S: Minimum cruising time¶
Minimum number of seconds to spend cruising
Units |
Range |
|---|---|
seconds |
0 - 32768 |
SOAR_POLAR_K: Cl factor¶
Cl factor 2*m*g/(rho*S)
Units |
Range |
|---|---|
square meter per square second |
0 - 0.5 |
SOAR_ALT_MAX: Maximum soaring altitude, relative to the home location¶
Don't thermal any higher than this.
Units |
Range |
|---|---|
meters |
0 - 1000.0 |
SOAR_ALT_MIN: Minimum soaring altitude, relative to the home location¶
Don't get any lower than this.
Units |
Range |
|---|---|
meters |
0 - 1000.0 |
SOAR_ALT_CUTOFF: Maximum power altitude, relative to the home location¶
Cut off throttle at this alt.
Units |
Range |
|---|---|
meters |
0 - 1000.0 |
SOAR_ENABLE_CH: (Optional) RC channel that toggles the soaring controller on and off¶
Toggles the soaring controller on and off. This parameter has any effect only if SOAR_ENABLE is set to 1 and this parameter is set to a valid non-zero channel number. When set, soaring will be activated when RC input to the specified channel is greater than or equal to 1700.
Range |
|---|
0 - 16 |
SR0_ Parameters¶
SR0_RAW_SENS: Raw sensor stream rate¶
Raw sensor stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_EXT_STAT: Extended status stream rate to ground station¶
Extended status stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_RC_CHAN: RC Channel stream rate to ground station¶
RC Channel stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_RAW_CTRL: Raw Control stream rate to ground station¶
Raw Control stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_POSITION: Position stream rate to ground station¶
Position stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_EXTRA1: Extra data type 1 stream rate to ground station¶
Extra data type 1 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_EXTRA2: Extra data type 2 stream rate to ground station¶
Extra data type 2 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_EXTRA3: Extra data type 3 stream rate to ground station¶
Extra data type 3 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_PARAMS: Parameter stream rate to ground station¶
Parameter stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR0_ADSB: ADSB stream rate to ground station¶
ADSB stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 50 |
1 |
SR1_ Parameters¶
SR1_RAW_SENS: Raw sensor stream rate¶
Raw sensor stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_EXT_STAT: Extended status stream rate to ground station¶
Extended status stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_RC_CHAN: RC Channel stream rate to ground station¶
RC Channel stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_RAW_CTRL: Raw Control stream rate to ground station¶
Raw Control stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_POSITION: Position stream rate to ground station¶
Position stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_EXTRA1: Extra data type 1 stream rate to ground station¶
Extra data type 1 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_EXTRA2: Extra data type 2 stream rate to ground station¶
Extra data type 2 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_EXTRA3: Extra data type 3 stream rate to ground station¶
Extra data type 3 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_PARAMS: Parameter stream rate to ground station¶
Parameter stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR1_ADSB: ADSB stream rate to ground station¶
ADSB stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 50 |
1 |
SR2_ Parameters¶
SR2_RAW_SENS: Raw sensor stream rate¶
Raw sensor stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_EXT_STAT: Extended status stream rate to ground station¶
Extended status stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_RC_CHAN: RC Channel stream rate to ground station¶
RC Channel stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_RAW_CTRL: Raw Control stream rate to ground station¶
Raw Control stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_POSITION: Position stream rate to ground station¶
Position stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_EXTRA1: Extra data type 1 stream rate to ground station¶
Extra data type 1 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_EXTRA2: Extra data type 2 stream rate to ground station¶
Extra data type 2 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_EXTRA3: Extra data type 3 stream rate to ground station¶
Extra data type 3 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_PARAMS: Parameter stream rate to ground station¶
Parameter stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR2_ADSB: ADSB stream rate to ground station¶
ADSB stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 50 |
1 |
SR3_ Parameters¶
SR3_RAW_SENS: Raw sensor stream rate¶
Raw sensor stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_EXT_STAT: Extended status stream rate to ground station¶
Extended status stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_RC_CHAN: RC Channel stream rate to ground station¶
RC Channel stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_RAW_CTRL: Raw Control stream rate to ground station¶
Raw Control stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_POSITION: Position stream rate to ground station¶
Position stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_EXTRA1: Extra data type 1 stream rate to ground station¶
Extra data type 1 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_EXTRA2: Extra data type 2 stream rate to ground station¶
Extra data type 2 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_EXTRA3: Extra data type 3 stream rate to ground station¶
Extra data type 3 stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_PARAMS: Parameter stream rate to ground station¶
Parameter stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 10 |
1 |
SR3_ADSB: ADSB stream rate to ground station¶
ADSB stream rate to ground station
Units |
Range |
Increment |
|---|---|---|
hertz |
0 - 50 |
1 |
STAT Parameters¶
STAT_BOOTCNT: Boot Count¶
Number of times board has been booted
ReadOnly |
|---|
True |
STAT_FLTTIME: Total FlightTime¶
Total FlightTime (seconds)
Units |
ReadOnly |
|---|---|
seconds |
True |
STAT_RUNTIME: Total RunTime¶
Total time autopilot has run
Units |
ReadOnly |
|---|---|
seconds |
True |
STAT_RESET: Reset time¶
Seconds since January 1st 2016 (Unix epoch+1451606400) since reset (set to 0 to reset statistics)
Units |
ReadOnly |
|---|---|
seconds |
True |
STEER2SRV_ Parameters¶
STEER2SRV_TCONST: Steering Time Constant¶
This controls the time constant in seconds from demanded to achieved steering angle. A value of 0.75 is a good default and will work with nearly all rovers. Ground steering in aircraft needs a bit smaller time constant, and a value of 0.5 is recommended for best ground handling in fixed wing aircraft. A value of 0.75 means that the controller will try to correct any deviation between the desired and actual steering angle in 0.75 seconds. Advanced users may want to reduce this time to obtain a faster response but there is no point setting a time less than the vehicle can achieve.
Range |
Units |
Increment |
|---|---|---|
0.4 - 1.0 |
seconds |
0.1 |
STEER2SRV_P: Steering turning gain¶
The proportional gain for steering. This should be approximately equal to the diameter of the turning circle of the vehicle at low speed and maximum steering angle
Range |
Increment |
|---|---|
0.1 - 10.0 |
0.1 |
STEER2SRV_I: Integrator Gain¶
This is the gain from the integral of steering angle. Increasing this gain causes the controller to trim out steady offsets due to an out of trim vehicle.
Range |
Increment |
|---|---|
0 - 1.0 |
0.05 |
STEER2SRV_D: Damping Gain¶
This adjusts the damping of the steering control loop. This gain helps to reduce steering jitter with vibration. It should be increased in 0.01 increments as too high a value can lead to a high frequency steering oscillation that could overstress the vehicle.
Range |
Increment |
|---|---|
0 - 0.1 |
0.01 |
STEER2SRV_IMAX: Integrator limit¶
This limits the number of degrees of steering in centi-degrees over which the integrator will operate. At the default setting of 1500 centi-degrees, the integrator will be limited to +- 15 degrees of servo travel. The maximum servo deflection is +- 45 centi-degrees, so the default value represents a 1/3rd of the total control throw which is adequate unless the vehicle is severely out of trim.
Range |
Increment |
Units |
|---|---|---|
0 - 4500 |
1 |
centidegrees |
STEER2SRV_MINSPD: Minimum speed¶
This is the minimum assumed ground speed in meters/second for steering. Having a minimum speed prevents oscillations when the vehicle first starts moving. The vehicle can still drive slower than this limit, but the steering calculations will be done based on this minimum speed.
Range |
Increment |
Units |
|---|---|---|
0 - 5 |
0.1 |
meters per second |
STEER2SRV_FF: Steering feed forward¶
The feed forward gain for steering this is the ratio of the achieved turn rate to applied steering. A value of 1 means that the vehicle would yaw at a rate of 45 degrees per second with full steering deflection at 1m/s ground speed.
Range |
Increment |
|---|---|
0.0 - 10.0 |
0.1 |
STEER2SRV_DRTSPD: Derating speed¶
Speed after that the maximum degree of steering will start to derate. Set this speed to a maximum speed that a plane can do controlled turn at maximum angle of steering wheel without rolling to wing. If 0 then no derating is used.
Range |
Increment |
Units |
|---|---|---|
0.0 - 30.0 |
0.1 |
meters per second |
STEER2SRV_DRTFCT: Derating factor¶
Degrees of steering wheel to derate at each additional m/s of speed above "Derating speed". Should be set so that at higher speeds the plane does not roll to the wing in turns.
Range |
Increment |
Units |
|---|---|---|
0.0 - 50.0 |
0.1 |
degrees per meter per second |
STEER2SRV_DRTMIN: Minimum angle of wheel¶
The angle that limits smallest angle of steering wheel at maximum speed. Even if it should derate below, it will stop derating at this angle.
Range |
Increment |
Units |
|---|---|---|
0.0 - 4500.0 |
0.1 |
centidegrees |
TECS_ Parameters¶
TECS_CLMB_MAX: Maximum Climb Rate (metres/sec)¶
This is the best climb rate that the aircraft can achieve with the throttle set to THR_MAX and the airspeed set to the default value. For electric aircraft make sure this number can be achieved towards the end of flight when the battery voltage has reduced. The setting of this parameter can be checked by commanding a positive altitude change of 100m in loiter, RTL or guided mode. If the throttle required to climb is close to THR_MAX and the aircraft is maintaining airspeed, then this parameter is set correctly. If the airspeed starts to reduce, then the parameter is set to high, and if the throttle demand require to climb and maintain speed is noticeably less than THR_MAX, then either CLMB_MAX should be increased or THR_MAX reduced.
Increment |
Range |
|---|---|
0.1 |
0.1 - 20.0 |
TECS_SINK_MIN: Minimum Sink Rate (metres/sec)¶
This is the sink rate of the aircraft with the throttle set to THR_MIN and the same airspeed as used to measure CLMB_MAX.
Increment |
Range |
|---|---|
0.1 |
0.1 - 10.0 |
TECS_TIME_CONST: Controller time constant (sec)¶
This is the time constant of the TECS control algorithm. Smaller values make it faster to respond, large values make it slower to respond.
Range |
Increment |
|---|---|
3.0 - 10.0 |
0.2 |
TECS_THR_DAMP: Controller throttle damping¶
This is the damping gain for the throttle demand loop. Increase to add damping to correct for oscillations in speed and height.
Range |
Increment |
|---|---|
0.1 - 1.0 |
0.1 |
TECS_INTEG_GAIN: Controller integrator¶
This is the integrator gain on the control loop. Increase to increase the rate at which speed and height offsets are trimmed out
Range |
Increment |
|---|---|
0.0 - 0.5 |
0.02 |
TECS_VERT_ACC: Vertical Acceleration Limit (metres/sec^2)¶
This is the maximum vertical acceleration either up or down that the controller will use to correct speed or height errors.
Range |
Increment |
|---|---|
1.0 - 10.0 |
0.5 |
TECS_HGT_OMEGA: Height complementary filter frequency (radians/sec)¶
This is the cross-over frequency of the complementary filter used to fuse vertical acceleration and baro alt to obtain an estimate of height rate and height.
Range |
Increment |
|---|---|
1.0 - 5.0 |
0.05 |
TECS_SPD_OMEGA: Speed complementary filter frequency (radians/sec)¶
This is the cross-over frequency of the complementary filter used to fuse longitudinal acceleration and airspeed to obtain a lower noise and lag estimate of airspeed.
Range |
Increment |
|---|---|
0.5 - 2.0 |
0.05 |
TECS_RLL2THR: Bank angle compensation gain¶
Increasing this gain turn increases the amount of throttle that will be used to compensate for the additional drag created by turning. Ideally this should be set to approximately 10 x the extra sink rate in m/s created by a 45 degree bank turn. Increase this gain if the aircraft initially loses energy in turns and reduce if the aircraft initially gains energy in turns. Efficient high aspect-ratio aircraft (eg powered sailplanes) can use a lower value, whereas inefficient low aspect-ratio models (eg delta wings) can use a higher value.
Range |
Increment |
|---|---|
5.0 - 30.0 |
1.0 |
TECS_SPDWEIGHT: Weighting applied to speed control¶
This parameter adjusts the amount of weighting that the pitch control applies to speed vs height errors. Setting it to 0.0 will cause the pitch control to control height and ignore speed errors. This will normally improve height accuracy but give larger airspeed errors. Setting it to 2.0 will cause the pitch control loop to control speed and ignore height errors. This will normally reduce airsped errors, but give larger height errors. A value of 1.0 gives a balanced response and is the default.
Range |
Increment |
|---|---|
0.0 - 2.0 |
0.1 |
TECS_PTCH_DAMP: Controller pitch damping¶
This is the damping gain for the pitch demand loop. Increase to add damping to correct for oscillations in speed and height.
Range |
Increment |
|---|---|
0.1 - 1.0 |
0.1 |
TECS_SINK_MAX: Maximum Descent Rate (metres/sec)¶
This sets the maximum descent rate that the controller will use. If this value is too large, the aircraft will reach the pitch angle limit first and be unable to achieve the descent rate. This should be set to a value that can be achieved at the lower pitch angle limit.
Increment |
Range |
|---|---|
0.1 |
0.0 - 20.0 |
TECS_LAND_ARSPD: Airspeed during landing approach (m/s)¶
When performing an autonomus landing, this value is used as the goal airspeed during approach. Note that this parameter is not useful if your platform does not have an airspeed sensor (use TECS_LAND_THR instead). If negative then this value is not used during landing.
Range |
Increment |
|---|---|
-1 - 127 |
1 |
TECS_LAND_THR: Cruise throttle during landing approach (percentage)¶
Use this parameter instead of LAND_ARSPD if your platform does not have an airspeed sensor. It is the cruise throttle during landing approach. If this value is negative then it is disabled and TECS_LAND_ARSPD is used instead.
Range |
Increment |
|---|---|
-1 - 100 |
0.1 |
TECS_LAND_SPDWGT: Weighting applied to speed control during landing.¶
Same as SPDWEIGHT parameter, with the exception that this parameter is applied during landing flight stages. A value closer to 2 will result in the plane ignoring height error during landing and our experience has been that the plane will therefore keep the nose up -- sometimes good for a glider landing (with the side effect that you will likely glide a ways past the landing point). A value closer to 0 results in the plane ignoring speed error -- use caution when lowering the value below 1 -- ignoring speed could result in a stall. Values between 0 and 2 are valid values for a fixed landing weight. When using -1 the weight will be scaled during the landing. At the start of the landing approach it starts with TECS_SPDWEIGHT and scales down to 0 by the time you reach the land point. Example: Halfway down the landing approach you'll effectively have a weight of TECS_SPDWEIGHT/2.
Range |
Increment |
|---|---|
-1.0 - 2.0 |
0.1 |
TECS_PITCH_MAX: Maximum pitch in auto flight¶
This controls maximum pitch up in automatic throttle modes. If this is set to zero then LIM_PITCH_MAX is used instead. The purpose of this parameter is to allow the use of a smaller pitch range when in automatic flight than what is used in FBWA mode.
Range |
Increment |
|---|---|
0 - 45 |
1 |
TECS_PITCH_MIN: Minimum pitch in auto flight¶
This controls minimum pitch in automatic throttle modes. If this is set to zero then LIM_PITCH_MIN is used instead. The purpose of this parameter is to allow the use of a smaller pitch range when in automatic flight than what is used in FBWA mode. Note that TECS_PITCH_MIN should be a negative number.
Range |
Increment |
|---|---|
-45 - 0 |
1 |
TECS_LAND_SINK: Sink rate for final landing stage¶
The sink rate in meters/second for the final stage of landing.
Range |
Increment |
|---|---|
0.0 - 2.0 |
0.1 |
TECS_LAND_TCONST: Land controller time constant (sec)¶
This is the time constant of the TECS control algorithm when in final landing stage of flight. It should be smaller than TECS_TIME_CONST to allow for faster flare
Range |
Increment |
|---|---|
1.0 - 5.0 |
0.2 |
TECS_LAND_DAMP: Controller sink rate to pitch gain during flare¶
This is the sink rate gain for the pitch demand loop when in final landing stage of flight. It should be larger than TECS_PTCH_DAMP to allow for better sink rate control during flare.
Range |
Increment |
|---|---|
0.1 - 1.0 |
0.1 |
TECS_LAND_PMAX: Maximum pitch during final stage of landing¶
This limits the pitch used during the final stage of automatic landing. During the final landing stage most planes need to keep their pitch small to avoid stalling. A maximum of 10 degrees is usually good. A value of zero means to use the normal pitch limits.
Range |
Increment |
|---|---|
-5 - 40 |
1 |
TECS_APPR_SMAX: Sink rate max for landing approach stage¶
The sink rate max for the landing approach stage of landing. This will need to be large for steep landing approaches especially when using reverse thrust. If 0, then use TECS_SINK_MAX.
Range |
Units |
Increment |
|---|---|---|
0.0 - 20.0 |
meters per second |
0.1 |
TECS_LAND_SRC: Land sink rate change¶
When zero, the flare sink rate (TECS_LAND_SINK) is a fixed sink demand. With this enabled the flare sinkrate will increase/decrease the flare sink demand as you get further beyond the LAND waypoint. Has no effect before the waypoint. This value is added to TECS_LAND_SINK proportional to distance traveled after wp. With an increasing sink rate you can still land in a given distance if you're traveling too fast and cruise passed the land point. A positive value will force the plane to land sooner proportional to distance passed land point. A negative number will tell the plane to slowly climb allowing for a pitched-up stall landing. Recommend 0.2 as initial value.
Range |
Units |
Increment |
|---|---|---|
-2.0 - 2.0 |
meters per second per meter |
0.1 |
TECS_LAND_TDAMP: Controller throttle damping when landing¶
This is the damping gain for the throttle demand loop during and auto-landing. Same as TECS_THR_DAMP but only in effect during an auto-land. Increase to add damping to correct for oscillations in speed and height. When set to 0 landing throttle damp is controlled by TECS_THR_DAMP.
Range |
Increment |
|---|---|
0.1 - 1.0 |
0.1 |
TECS_LAND_IGAIN: Controller integrator during landing¶
This is the integrator gain on the control loop during landing. When set to 0 then TECS_INTEG_GAIN is used. Increase to increase the rate at which speed and height offsets are trimmed out. Typically values lower than TECS_INTEG_GAIN work best
Range |
Increment |
|---|---|
0.0 - 0.5 |
0.02 |
TECS_TKOFF_IGAIN: Controller integrator during takeoff¶
This is the integrator gain on the control loop during takeoff. When set to 0 then TECS_INTEG_GAIN is used. Increase to increase the rate at which speed and height offsets are trimmed out. Typically values higher than TECS_INTEG_GAIN work best
Range |
Increment |
|---|---|
0.0 - 0.5 |
0.02 |
TECS_LAND_PDAMP: Pitch damping gain when landing¶
This is the damping gain for the pitch demand loop during landing. Increase to add damping to correct for oscillations in speed and height. If set to 0 then TECS_PTCH_DAMP will be used instead.
Range |
Increment |
|---|---|
0.1 - 1.0 |
0.1 |
TECS_SYNAIRSPEED: Enable the use of synthetic airspeed¶
This enable the use of synthetic airspeed for aircraft that don't have a real airspeed sensor. This is useful for development testing where the user is aware of the considerable limitations of the synthetic airspeed system, such as very poor estimates when a wind estimate is not accurate. Do not enable this option unless you fully understand the limitations of a synthetic airspeed estimate.
Values |
||||||
|---|---|---|---|---|---|---|
|
TERRAIN_ Parameters¶
TERRAIN_ENABLE: Terrain data enable¶
enable terrain data. This enables the vehicle storing a database of terrain data on the SD card. The terrain data is requested from the ground station as needed, and stored for later use on the SD card. To be useful the ground station must support TERRAIN_REQUEST messages and have access to a terrain database, such as the SRTM database.
Values |
||||||
|---|---|---|---|---|---|---|
|
TERRAIN_SPACING: Terrain grid spacing¶
Distance between terrain grid points in meters. This controls the horizontal resolution of the terrain data that is stored on te SD card and requested from the ground station. If your GCS is using the worldwide SRTM database then a resolution of 100 meters is appropriate. Some parts of the world may have higher resolution data available, such as 30 meter data available in the SRTM database in the USA. The grid spacing also controls how much data is kept in memory during flight. A larger grid spacing will allow for a larger amount of data in memory. A grid spacing of 100 meters results in the vehicle keeping 12 grid squares in memory with each grid square having a size of 2.7 kilometers by 3.2 kilometers. Any additional grid squares are stored on the SD once they are fetched from the GCS and will be demand loaded as needed.
Units |
Increment |
|---|---|
meters |
1 |
TUNE_ Parameters¶
TUNE_PARAM: Transmitter tuning parameter or set of parameters¶
This sets which parameter or set of parameters will be tuned. Values greater than 100 indicate a set of parameters rather than a single parameter. Parameters less than 50 are for QuadPlane vertical lift motors only.
Values |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TUNE_CHAN: Transmitter tuning channel¶
This sets the channel for transmitter tuning. This should be connected to a knob or slider on your transmitter. It needs to be setup to use the PWM range given by TUNE_CHAN_MIN to TUNE_CHAN_MAX
Values |
||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TUNE_CHAN_MIN: Transmitter tuning channel minimum pwm¶
This sets the PWM lower limit for the tuning channel
Range |
|---|
900 - 2100 |
TUNE_CHAN_MAX: Transmitter tuning channel maximum pwm¶
This sets the PWM upper limit for the tuning channel
Range |
|---|
900 - 2100 |
TUNE_SELECTOR: Transmitter tuning selector channel¶
This sets the channel for the transmitter tuning selector switch. This should be a 2 position switch, preferably spring loaded. A PWM above 1700 means high, below 1300 means low. If no selector is set then you won't be able to switch between parameters during flight or re-center the tuning knob
Values |
||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TUNE_RANGE: Transmitter tuning range¶
This sets the range over which tuning will change a parameter. A value of 2 means the tuning parameter will go from 0.5 times the start value to 2x the start value over the range of the tuning channel
TUNE_MODE_REVERT: Revert on mode change¶
This controls whether tuning values will revert on a flight mode change.
Values |
||||||
|---|---|---|---|---|---|---|
|
TUNE_ERR_THRESH: Controller error threshold¶
This sets the controller error threshold above which an alarm will sound and a message will be sent to the GCS to warn of controller instability
Range |
|---|
0 - 1 |
YAW2SRV_ Parameters¶
YAW2SRV_SLIP: Sideslip control gain¶
This is the gain from measured lateral acceleration to demanded yaw rate. It should be set to zero unless active control of sideslip is desired. This will only work effectively if there is enough fuselage side area to generate a measureable lateral acceleration when the model sideslips. Flying wings and most gliders cannot use this term. This term should only be adjusted after the basic yaw damper gain YAW2SRV_DAMP is tuned and the YAW2SRV_INT integrator gain has been set. Set this gain to zero if only yaw damping is required.
Range |
Increment |
|---|---|
0 - 4 |
0.25 |
YAW2SRV_INT: Sideslip control integrator¶
This is the integral gain from lateral acceleration error. This gain should only be non-zero if active control over sideslip is desired. If active control over sideslip is required then this can be set to 1.0 as a first try.
Range |
Increment |
|---|---|
0 - 2 |
0.25 |
YAW2SRV_DAMP: Yaw damping¶
This is the gain from yaw rate to rudder. It acts as a damper on yaw motion. If a basic yaw damper is required, this gain term can be incremented, whilst leaving the YAW2SRV_SLIP and YAW2SRV_INT gains at zero. Note that unlike with a standard PID controller, if this damping term is zero then the integrator will also be disabled.
Range |
Increment |
|---|---|
0 - 2 |
0.25 |
YAW2SRV_RLL: Yaw coordination gain¶
This is the gain term that is applied to the yaw rate offset calculated as required to keep the yaw rate consistent with the turn rate for a coordinated turn. The default value is 1 which will work for all models. Advanced users can use it to correct for any tendency to yaw away from or into the turn once the turn is established. Increase to make the model yaw more initially and decrease to make the model yaw less initially. If values greater than 1.1 or less than 0.9 are required then it normally indicates a problem with the airspeed calibration.
Range |
Increment |
|---|---|
0.8 - 1.2 |
0.05 |
YAW2SRV_IMAX: Integrator limit¶
This limits the number of centi-degrees of rudder over which the integrator will operate. At the default setting of 1500 centi-degrees, the integrator will be limited to +- 15 degrees of servo travel. The maximum servo deflection is +- 45 degrees, so the default value represents a 1/3rd of the total control throw which is adequate for most aircraft unless they are severely out of trim or have very limited rudder control effectiveness.
Range |
Increment |
|---|---|
0 - 4500 |
1 |