Skip to content

Instantly share code, notes, and snippets.

@geeksville
Created February 17, 2013 01:27
Show Gist options
  • Save geeksville/4969589 to your computer and use it in GitHub Desktop.
Save geeksville/4969589 to your computer and use it in GitHub Desktop.
arduplane.pdef.xml - an example file for xml autoput of arduplane param_parse.py
<?xml version="1.0" encoding="utf-8"?>
<!-- Dynamically generated list of documented parameters (generated by param_parse.py) -->
<paramfile>
<vehicles>
<parameters name="ArduPlane">
<param humanName="Telemetry Baud Rate" name="ArduPlane:SERIAL0_BAUD" documentation="The baud rate used on the main uart">
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
<param humanName="Telemetry Baud Rate" name="ArduPlane:SERIAL3_BAUD" documentation="The baud rate used on the telemetry port">
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
<param humanName="Telemetry startup delay " name="ArduPlane:TELEM_DELAY" documentation="The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up">
<field name="Range">0 10</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
<param humanName="Pitch Compensation" name="ArduPlane:KFF_PTCHCOMP" documentation="Adds pitch input to compensate for the loss of lift due to roll control. 0 = 0 %, 1 = 100%">
<field name="Range">0 1</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Rudder Mix" name="ArduPlane:KFF_RDDRMIX" documentation="The amount of rudder mix to apply during aileron movement 0 = 0 %, 1 = 100%">
<field name="Range">0 1</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Pitch to Throttle Mix" name="ArduPlane:KFF_PTCH2THR" documentation="Pitch to throttle feed-forward gain.">
<field name="Range">0 5</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Throttle to Pitch Mix" name="ArduPlane:KFF_THR2PTCH" documentation="Throttle to pitch feed-forward gain.">
<field name="Range">0 5</field>
<field name="Increment">0.01</field>
</param>
<param humanName="Manual Level" name="ArduPlane:MANUAL_LEVEL" documentation="Setting this to Disabled(0) will enable autolevel on every boot. Setting it to Enabled(1) will do a calibration only when you tell it to">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Stick Mixing" name="ArduPlane:STICK_MIXING" documentation="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">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Rudder steering on takeoff and landing" name="ArduPlane:RUDDER_STEER" documentation="When enabled, only rudder will be used for steering during takeoff and landing, with the ailerons used to hold the plane level">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Landing Pitch" name="ArduPlane:land_pitch_cd" documentation="Used in autoland for planes without airspeed sensors in hundredths of a degree">
<field name="Units">centi-Degrees</field>
</param>
<param humanName="Landing flare altitude" name="ArduPlane:land_flare_alt" documentation="Altitude in autoland at which to lock heading and flare to the LAND_PITCH_CD pitch">
<field name="Increment">0.1</field>
<field name="Units">meters</field>
</param>
<param humanName="Landing flare time" name="ArduPlane:land_flare_sec" documentation="Time before landing point at which to lock heading and flare to the LAND_PITCH_CD pitch">
<field name="Increment">0.1</field>
<field name="Units">seconds</field>
</param>
<param humanName="Crosstrack Gain" name="ArduPlane:XTRK_GAIN_SC" documentation="The scale between distance off the line and angle to meet the line (in Degrees * 100)">
<field name="Range">0 2000</field>
<field name="Increment">1</field>
</param>
<param humanName="Crosstrack Entry Angle" name="ArduPlane:XTRK_ANGLE_CD" documentation="Maximum angle used to correct for track following.">
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
<param humanName="Crosstrack Wind correction" name="ArduPlane:XTRK_USE_WIND" documentation="If enabled, use wind estimation for navigation crosstrack when using a compass for yaw">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Crosstrack mininum distance" name="ArduPlane:XTRK_MIN_DIST" documentation="Minimum distance in meters between waypoints to do crosstrack correction.">
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Gps to Baro Mix" name="ArduPlane:ALT_MIX" documentation="The percent of mixing between gps altitude and baro altitude. 0 = 100% gps, 1 = 100% baro">
<field name="Range">0 1</field>
<field name="Increment">0.1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Altitude control algorithm" name="ArduPlane:ALT_CTRL_ALG" documentation="This sets what algorithm will be used for altitude control. The default is to select the algorithm based on whether airspeed is enabled. If you set it to 1, then the airspeed based algorithm won't be used for altitude control, but airspeed can be used for other flight control functions">
<values>
<value code="0">Default Method</value>
<value code="1">non-airspeed</value>
</values>
</param>
<param humanName="Altitude offset" name="ArduPlane:ALT_OFFSET" documentation="This is added to the target altitude in automatic flight. It can be used to add a global altitude offset to a mission, or to adjust for barometric pressure changes">
<field name="Range">-32767 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Waypoint Radius" name="ArduPlane:WP_RADIUS" documentation="Defines the distance from a waypoint, that when crossed indicates the wp has been hit.">
<field name="Range">1 127</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Waypoint Loiter Radius" name="ArduPlane:WP_LOITER_RAD" documentation="Defines the distance from the waypoint center, the plane will maintain during a loiter">
<field name="Range">1 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Action on geofence breach" name="ArduPlane:FENCE_ACTION" documentation="What to do on fence breach">
<values>
<value code="0">None</value>
<value code="1">GuidedMode</value>
<value code="2">ReportOnly</value>
</values>
</param>
<param humanName="Fence Total" name="ArduPlane:FENCE_TOTAL" documentation="Number of geofence points currently loaded">
</param>
<param humanName="Fence Channel" name="ArduPlane:FENCE_CHANNEL" documentation="RC Channel to use to enable geofence. PWM input above 1750 enables the geofence">
</param>
<param humanName="Fence Minimum Altitude" name="ArduPlane:FENCE_MINALT" documentation="Minimum altitude allowed before geofence triggers">
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">meters</field>
</param>
<param humanName="Fence Maximum Altitude" name="ArduPlane:FENCE_MAXALT" documentation="Maximum altitude allowed before geofence triggers">
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">meters</field>
</param>
<param humanName="Fly By Wire Minimum Airspeed" name="ArduPlane:ARSPD_FBW_MIN" documentation="Airspeed corresponding to minimum throttle in Fly By Wire B mode.">
<field name="Range">5 50</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
<param humanName="Fly By Wire Maximum Airspeed" name="ArduPlane:ARSPD_FBW_MAX" documentation="Airspeed corresponding to maximum throttle in Fly By Wire B mode.">
<field name="Range">5 50</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
<param humanName="Fly By Wire elevator reverse" name="ArduPlane:FBWB_ELEV_REV" documentation="Reverse sense of elevator in FBWB. 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>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Minimum Throttle" name="ArduPlane:THR_MIN" documentation="The minimum throttle setting to which the autopilot will apply.">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Maximum Throttle" name="ArduPlane:THR_MAX" documentation="The maximum throttle setting to which the autopilot will apply.">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Throttle slew rate" name="ArduPlane:THR_SLEWRATE" documentation="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">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Throttle suppress manual passthru" name="ArduPlane:THR_SUPP_MAN" documentation="When throttle is supressed 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>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Throttle passthru in stabilize" name="ArduPlane:THR_PASS_STAB" documentation="If this is set then when in STABILIZE or FBWA mode 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>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Throttle Failsafe Enable" name="ArduPlane:THR_FAILSAFE" documentation="The throttle failsafe allows you to configure a software failsafe activated by a setting on the throttle input channel">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Throttle Failsafe Value" name="ArduPlane:THR_FS_VALUE" documentation="The PWM level on channel 3 below which throttle sailsafe triggers">
</param>
<param humanName="Throttle cruise percentage" name="ArduPlane:TRIM_THROTTLE" documentation="The target percentage of throttle to apply for normal flight">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Throttle nudge enable" name="ArduPlane:THROTTLE_NUDGE" documentation="When enabled, this uses the throttle input in auto-throttle modes to 'nudge' the throttle to higher or lower values">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Short failsafe action" name="ArduPlane:FS_SHORT_ACTN" documentation="The action to take on a short (1 second) failsafe event">
<values>
<value code="0">None</value>
<value code="1">ReturnToLaunch</value>
</values>
</param>
<param humanName="Long failsafe action" name="ArduPlane:FS_LONG_ACTN" documentation="The action to take on a long (20 second) failsafe event">
<values>
<value code="0">None</value>
<value code="1">ReturnToLaunch</value>
</values>
</param>
<param humanName="GCS failsafe enable" name="ArduPlane:FS_GCS_ENABL" documentation="Enable ground control station telemetry failsafe. Failsafe will trigger after 20 seconds of no MAVLink heartbeat messages. 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 either use a separate motor arming switch or remove the propeller in any ground testing.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Flightmode channel" name="ArduPlane:FLTMODE_CH" documentation="RC Channel to use for flight mode control">
</param>
<param humanName="FlightMode1" name="ArduPlane:FLTMODE1" documentation="Flight mode for switch position 1 (910 to 1230 and above 2049)">
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="FlightMode2" name="ArduPlane:FLTMODE2" documentation="Flight mode for switch position 2 (1231 to 1360)">
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="FlightMode3" name="ArduPlane:FLTMODE3" documentation="Flight mode for switch position 3 (1361 to 1490)">
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="FlightMode4" name="ArduPlane:FLTMODE4" documentation="Flight mode for switch position 4 (1491 to 1620)">
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="FlightMode5" name="ArduPlane:FLTMODE5" documentation="Flight mode for switch position 5 (1621 to 1749)">
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="FlightMode6" name="ArduPlane:FLTMODE6" documentation="Flight mode for switch position 6 (1750 to 2049)">
<values>
<value code="0">Manual</value>
<value code="1">CIRCLE</value>
<value code="2">STABILIZE</value>
<value code="3">TRAINING</value>
<value code="5">FBWA</value>
<value code="6">FBWB</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="12">Loiter</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Maximum Bank Angle" name="ArduPlane:LIM_ROLL_CD" documentation="The maximum commanded bank angle in either direction">
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
<param humanName="Maximum Pitch Angle" name="ArduPlane:LIM_PITCH_MAX" documentation="The maximum commanded pitch up angle">
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
<param humanName="Minimum Pitch Angle" name="ArduPlane:LIM_PITCH_MIN" documentation="The minimum commanded pitch down angle">
<field name="Range">-9000 0</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
<param humanName="Auto trim" name="ArduPlane:AUTO_TRIM" documentation="Set RC trim PWM levels to current levels when switching away from manual mode">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Elevon mixing" name="ArduPlane:MIX_MODE" documentation="Enable elevon mixing">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Elevon reverse" name="ArduPlane:ELEVON_REVERSE" documentation="Reverse elevon mixing">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Elevon reverse" name="ArduPlane:ELEVON_CH1_REV" documentation="Reverse elevon channel 1">
<values>
<value code="-1">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Elevon reverse" name="ArduPlane:ELEVON_CH2_REV" documentation="Reverse elevon channel 2">
<values>
<value code="-1">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Num Resets" name="ArduPlane:SYS_NUM_RESETS" documentation="Number of APM board resets">
</param>
<param humanName="Log bitmask" name="ArduPlane:LOG_BITMASK" documentation="bitmap of log fields to enable">
</param>
<param humanName="Reset Switch Channel" name="ArduPlane:RST_SWITCH_CH" documentation="RC channel to use to reset to last flight mode&#9;after geofence takeover.">
</param>
<param humanName="Reset Mission Channel" name="ArduPlane:RST_MISSION_CH" documentation="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.">
</param>
<param humanName="Target airspeed" name="ArduPlane:TRIM_ARSPD_CM" documentation="Airspeed in cm/s to aim for when airspeed is enabled in auto mode">
<field name="Units">cm/s</field>
</param>
<param humanName="speed used for speed scaling calculations" name="ArduPlane:SCALING_SPEED" documentation="Airspeed in m/s to use when calculating surface speed scaling. Note that changing this value will affect all PID values">
<field name="Units">m/s</field>
</param>
<param humanName="Minimum ground speed" name="ArduPlane:MIN_GNDSPD_CM" documentation="Minimum ground speed in cm/s when under airspeed control">
<field name="Units">cm/s</field>
</param>
<param humanName="Pitch angle offset" name="ArduPlane:TRIM_PITCH_CD" documentation="offset to add to pitch - used for trimming tail draggers">
<field name="Units">centi-Degrees</field>
</param>
<param humanName="RTL altitude" name="ArduPlane:ALT_HOLD_RTL" documentation="Return to launch target altitude">
<field name="Units">centimeters</field>
</param>
<param humanName="Enable Compass" name="ArduPlane:MAG_ENABLE" documentation="Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Apms per volt" name="ArduPlane:APM_PER_VOLT" documentation="Number of amps that a 1V reading on the current sensor corresponds to">
<field name="Units">A/V</field>
</param>
<param humanName="AMP offset" name="ArduPlane:AMP_OFFSET" documentation="Voltage offset at zero current on current sensor">
<field name="Units">Volts</field>
</param>
<param humanName="Battery capacity" name="ArduPlane:BATT_CAPACITY" documentation="Capacity of the battery in mAh when full">
<field name="Units">mAh</field>
</param>
<param humanName="Battery Voltage sensing pin" name="ArduPlane:BATT_VOLT_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.">
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
<param humanName="Battery Current sensing pin" name="ArduPlane:BATT_CURR_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.">
<values>
<value code="-1">Disabled</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 12">A12</value>
</values>
</param>
<param humanName="Receiver RSSI sensing pin" name="ArduPlane:RSSI_PIN" documentation="This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum">
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
</parameters>
<parameters name="ArduCopter">
<param humanName="Eeprom format version number" name="ArduCopter:SYSID_SW_MREV" documentation="This value is incremented when changes are made to the eeprom format">
</param>
<param humanName="Software Type" name="ArduCopter:SYSID_SW_TYPE" documentation="This is used by the ground station to recognise the software type (eg ArduPlane vs ArduCopter)">
</param>
<param humanName="Mavlink version" name="ArduCopter:SYSID_THISMAV" documentation="Allows reconising the mavlink version">
</param>
<param humanName="My ground station number" name="ArduCopter:SYSID_MYGCS" documentation="Allows restricting radio overrides to only come from my ground station">
</param>
<param humanName="Telemetry Baud Rate" name="ArduCopter:SERIAL3_BAUD" documentation="The baud rate used on the telemetry port">
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
<param humanName="Telemetry startup delay" name="ArduCopter:TELEM_DELAY" documentation="The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up">
<field name="Range">0 10</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
<param humanName="RTL Altitude" name="ArduCopter:RTL_ALT" documentation="The minimum altitude the model will move to before Returning to Launch. Set to zero to return at current altitude.">
<field name="Range">0 4000</field>
<field name="Increment">1</field>
<field name="Units">Centimeters</field>
</param>
<param humanName="Enable Sonar" name="ArduCopter:SONAR_ENABLE" documentation="Setting this to Enabled(1) will enable the sonar. Setting this to Disabled(0) will disable the sonar">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Sonar type" name="ArduCopter:SONAR_TYPE" documentation="Used to adjust scaling to match the sonar used (only Maxbotix sonars are supported at this time)">
<values>
<value code="0">XL-EZ0</value>
<value code="1">LV-EZ0</value>
<value code="2">XLL-EZ0</value>
<value code="3">HRLV</value>
</values>
</param>
<param humanName="Battery monitoring" name="ArduCopter:BATT_MONITOR" documentation="Controls enabling monitoring of the battery's voltage and current">
<values>
<value code="0">Disabled</value>
<value code="3">Voltage Only</value>
<value code="4">Voltage and Current</value>
</values>
</param>
<param humanName="Battery Failsafe Enable" name="ArduCopter:FS_BATT_ENABLE" documentation="Controls whether failsafe will be invoked when battery voltage or current runs low">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Voltage Divider" name="ArduCopter:VOLT_DIVIDER" documentation="Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin voltage * INPUT_VOLTS/1024 * VOLT_DIVIDER)">
</param>
<param humanName="Current Amps per volt" name="ArduCopter:AMP_PER_VOLT" documentation="Used to convert the voltage on the current sensing pin (BATT_CURR_PIN) to the actual current being consumed in amps (curr pin voltage * INPUT_VOLTS/1024 * AMP_PER_VOLT )">
</param>
<param humanName="Max internal voltage of the battery voltage and current sensing pins" name="ArduCopter:INPUT_VOLTS" documentation="Used to convert the voltage read in on the voltage and current pins for battery monitoring. Normally 5 meaning 5 volts.">
</param>
<param humanName="Battery Capacity" name="ArduCopter:BATT_CAPACITY" documentation="Battery capacity in milliamp-hours (mAh)">
<field name="Units">mAh</field>
</param>
<param humanName="Enable Compass" name="ArduCopter:MAG_ENABLE" documentation="Setting this to Enabled(1) will enable the compass. Setting this to Disabled(0) will disable the compass">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Enable Optical Flow" name="ArduCopter:FLOW_ENABLE" documentation="Setting this to Enabled(1) will enable optical flow. Setting this to Disabled(0) will disable optical flow">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Low Voltage" name="ArduCopter:LOW_VOLT" documentation="Set this to the voltage you want to represent low voltage">
<field name="Range">0 20</field>
<field name="Increment">.1</field>
</param>
<param humanName="Enable Super Simple Mode" name="ArduCopter:SUPER_SIMPLE" documentation="Setting this to Enabled(1) will enable Super Simple Mode. Setting this to Disabled(0) will disable Super Simple Mode">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="RTL Final Altitude" name="ArduCopter:RTL_ALT_FINAL" documentation="This is the altitude the vehicle will move to as the final stage of Returning to Launch or after completing a mission. Set to zero to land.">
<field name="Range">-1 1000</field>
<field name="Increment">1</field>
<field name="Units">Centimeters</field>
</param>
<param humanName="Auto Tilt Compensation" name="ArduCopter:TILT" documentation="This is a feed-forward compensation which helps the aircraft achieve target waypoint speed.">
<field name="Range">0 100</field>
<field name="Increment">1</field>
</param>
<param humanName="Battery Voltage sensing pin" name="ArduCopter:BATT_VOLT_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.">
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
<param humanName="Battery Current sensing pin" name="ArduCopter:BATT_CURR_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.">
<values>
<value code="-1">Disabled</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 12">A12</value>
</values>
</param>
<param humanName="Receiver RSSI sensing pin" name="ArduCopter:RSSI_PIN" documentation="This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum">
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 13">A13</value>
</values>
</param>
<param humanName="Enable Accel based throttle controller" name="ArduCopter:THR_ACC_ENABLE" documentation="This allows enabling and disabling the accelerometer based throttle controller. If disabled a velocity based controller is used.">
<values>
<value code="0">Disabled</value>
<value code=" 1">Enabled</value>
</values>
</param>
<param humanName="Yaw override behaviour" name="ArduCopter:YAW_OVR_BEHAVE" documentation="Controls when autopilot takes back normal control of yaw after pilot overrides">
<values>
<value code="0">At Next WP</value>
<value code=" 1">On Mission Restart</value>
</values>
</param>
<param humanName="Waypoint Total" name="ArduCopter:WP_TOTAL" documentation="Total number of commands in the mission stored in the eeprom. Do not update this parameter directly!">
</param>
<param humanName="Waypoint Index" name="ArduCopter:WP_INDEX" documentation="The index number of the command that is currently being executed. Do not update this parameter directly!">
</param>
<param humanName="Waypoint Radius" name="ArduCopter:WP_RADIUS" documentation="Defines the distance from a waypoint, that when crossed indicates the wp has been hit.">
<field name="Range">1 127</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Circle radius" name="ArduCopter:CIRCLE_RADIUS" documentation="Defines the radius of the circle the vehicle will fly when in Circle flight mode">
<field name="Range">1 127</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Waypoint Max Speed Target" name="ArduCopter:WP_SPEED_MAX" documentation="Defines the speed which the aircraft will attempt to maintain during a WP mission.">
<field name="Increment">100</field>
<field name="Units">Centimeters/Second</field>
</param>
<param humanName="Cross-Track Gain" name="ArduCopter:XTRK_GAIN_SC" documentation="This controls the rate that the Auto Controller will attempt to return original track">
<field name="Units">Dimensionless</field>
</param>
<param humanName="Crosstrack mininum distance" name="ArduCopter:XTRK_MIN_DIST" documentation="Minimum distance in meters between waypoints to do crosstrack correction.">
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="RTL loiter time" name="ArduCopter:RTL_LOIT_TIME" documentation="Time (in milliseconds) to loiter above home before begining final descent">
<field name="Range">0 60000</field>
<field name="Increment">1000</field>
<field name="Units">ms</field>
</param>
<param humanName="Land speed" name="ArduCopter:LAND_SPEED" documentation="The descent speed for the final stage of landing in cm/s">
<field name="Range">10 200</field>
<field name="Increment">10</field>
<field name="Units">Centimeters/Second</field>
</param>
<param humanName="Autopilot's min vertical speed (max descent) in cm/s" name="ArduCopter:AUTO_VELZ_MIN" documentation="The minimum vertical velocity (i.e. descent speed) the autopilot may request in cm/s">
<field name="Range">-500 -50</field>
<field name="Increment">10</field>
<field name="Units">Centimeters/Second</field>
</param>
<param humanName="Auto pilot's max vertical speed in cm/s" name="ArduCopter:AUTO_VELZ_MAX" documentation="The maximum vertical velocity the autopilot may request in cm/s">
<field name="Range">50 500</field>
<field name="Increment">10</field>
<field name="Units">Centimeters/Second</field>
</param>
<param humanName="Pilot maximum vertical speed" name="ArduCopter:PILOT_VELZ_MAX" documentation="The maximum vertical velocity the pilot may request in cm/s">
<field name="Range">10 500</field>
<field name="Increment">10</field>
<field name="Units">Centimeters/Second</field>
</param>
<param humanName="Minimum Throttle" name="ArduCopter:THR_MIN" documentation="The minimum throttle that will be sent to the motors to keep them spinning">
<field name="Range">0 1000</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="Maximum Throttle" name="ArduCopter:THR_MAX" documentation="The maximum throttle that will be sent to the motors">
<field name="Range">0 1000</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="Throttle Failsafe Enable" name="ArduCopter:FS_THR_ENABLE" documentation="The throttle failsafe allows you to configure a software failsafe activated by a setting on the throttle input channel">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled always RTL</value>
<value code="2">Enabled Continue with Mission in Auto Mode</value>
</values>
</param>
<param humanName="Throttle Failsafe Value" name="ArduCopter:FS_THR_VALUE" documentation="The PWM level on channel 3 below which throttle sailsafe triggers">
</param>
<param humanName="Throttle Trim" name="ArduCopter:TRIM_THROTTLE" documentation="The autopilot's estimate of the throttle required to maintain a level hover. Calculated automatically from the pilot's throttle input while in stabilize mode">
<field name="Range">0 1000</field>
<field name="Units">PWM</field>
</param>
<param humanName="Throttle Mid Position" name="ArduCopter:THR_MID" documentation="The throttle output (0 ~ 1000) when throttle stick is in mid position. Used to scale the manual throttle so that the mid throttle stick position is close to the throttle required to hover">
<field name="Range">300 700</field>
<field name="Increment">1</field>
</param>
<param humanName="Flight Mode 1" name="ArduCopter:FLTMODE1" documentation="Flight mode when Channel 5 pwm is &lt;= 1230">
</param>
<param humanName="Flight Mode 2" name="ArduCopter:FLTMODE2" documentation="Flight mode when Channel 5 pwm is &gt;1230, &lt;= 1360">
</param>
<param humanName="Flight Mode 3" name="ArduCopter:FLTMODE3" documentation="Flight mode when Channel 5 pwm is &gt;1360, &lt;= 1490">
</param>
<param humanName="Flight Mode 4" name="ArduCopter:FLTMODE4" documentation="Flight mode when Channel 5 pwm is &gt;1490, &lt;= 1620">
</param>
<param humanName="Flight Mode 5" name="ArduCopter:FLTMODE5" documentation="Flight mode when Channel 5 pwm is &gt;1620, &lt;= 1749">
</param>
<param humanName="Flight Mode 6" name="ArduCopter:FLTMODE6" documentation="Flight mode when Channel 5 pwm is &gt;=1750">
</param>
<param humanName="Simple mode bitmask" name="ArduCopter:SIMPLE" documentation="Bitmask which holds which flight modes use simple heading mode (eg bit 0 = 1 means Flight Mode 0 uses simple mode)">
</param>
<param humanName="Log bitmask" name="ArduCopter:LOG_BITMASK" documentation="2 byte bitmap of log types to enable">
</param>
<param humanName="Toy Yaw Rate" name="ArduCopter:TOY_RATE" documentation="Controls yaw rate in Toy mode. Higher values will cause a slower yaw rate. Do not set to zero!">
<field name="Range">1 10</field>
</param>
<param humanName="ESC Calibration" name="ArduCopter:ESC" documentation="Controls whether ArduCopter will enter ESC calibration on the next restart. Do not adjust this parameter manually.">
<values>
<value code="0">Normal Start-up</value>
<value code="1">Start-up in ESC Calibration mode</value>
</values>
</param>
<param humanName="Channel 6 Tuning" name="ArduCopter:TUNE" documentation="Controls which parameters (normally PID gains) are being tuned with transmitter's channel 6 knob">
<values>
<value code="0">CH6_NONE</value>
<value code="1">CH6_STABILIZE_KP</value>
<value code="2">CH6_STABILIZE_KI</value>
<value code="3">CH6_YAW_KP</value>
<value code="4">CH6_RATE_KP</value>
<value code="5">CH6_RATE_KI</value>
<value code="6">CH6_YAW_RATE_KP</value>
<value code="7">CH6_THROTTLE_KP</value>
<value code="8">CH6_TOP_BOTTOM_RATIO</value>
<value code="9">CH6_RELAY</value>
<value code="10">CH6_TRAVERSE_SPEED</value>
<value code="11">CH6_NAV_KP</value>
<value code="12">CH6_LOITER_KP</value>
<value code="13">CH6_HELI_EXTERNAL_GYRO</value>
<value code="14">CH6_THR_HOLD_KP</value>
<value code="17">CH6_OPTFLOW_KP</value>
<value code="18">CH6_OPTFLOW_KI</value>
<value code="19">CH6_OPTFLOW_KD</value>
<value code="20">CH6_NAV_KI</value>
<value code="21">CH6_RATE_KD</value>
<value code="22">CH6_LOITER_RATE_KP</value>
<value code="23">CH6_LOITER_RATE_KD</value>
<value code="24">CH6_YAW_KI</value>
<value code="25">CH6_ACRO_KP</value>
<value code="26">CH6_YAW_RATE_KD</value>
<value code="27">CH6_LOITER_KI</value>
<value code="28">CH6_LOITER_RATE_KI</value>
<value code="29">CH6_STABILIZE_KD</value>
<value code="30">CH6_AHRS_YAW_KP</value>
<value code="31">CH6_AHRS_KP</value>
<value code="32">CH6_INAV_TC</value>
<value code="33">CH6_THROTTLE_KI</value>
<value code="34">CH6_THR_ACCEL_KP</value>
<value code="35">CH6_THR_ACCEL_KI</value>
<value code="36">CH6_THR_ACCEL_KD</value>
</values>
</param>
<param humanName="Tuning minimum" name="ArduCopter:TUNE_LOW" documentation="The minimum value that will be applied to the parameter currently being tuned with the transmitter's channel 6 knob">
<field name="Range">0 32767</field>
</param>
<param humanName="Tuning maximum" name="ArduCopter:TUNE_HIGH" documentation="The maximum value that will be applied to the parameter currently being tuned with the transmitter's channel 6 knob">
<field name="Range">0 32767</field>
</param>
<param humanName="Frame Orientation (+, X or V)" name="ArduCopter:FRAME" documentation="Controls motor mixing for multicopters. Not used for Tri or Traditional Helicopters.">
<field name="Range">0 32767</field>
<values>
<value code="0">Plus</value>
<value code=" 1">X</value>
<value code=" 2">V</value>
</values>
</param>
<param humanName="Channel 7 option" name="ArduCopter:CH7_OPT" documentation="Select which function if performed when CH7 is above 1800 pwm">
<values>
<value code="0">Do Nothing</value>
<value code=" 2">Flip</value>
<value code=" 3">Simple Mode</value>
<value code=" 4">RTL</value>
<value code=" 5">Save Trim</value>
<value code=" 7">Save WP</value>
<value code=" 9">Camera Trigger</value>
<value code=" 10">Sonar</value>
</values>
</param>
<param humanName="Auto Slew Rate" name="ArduCopter:AUTO_SLEW" documentation="This restricts the rate of change of the roll and pitch attitude commanded by the auto pilot">
<field name="Range">1 45</field>
<field name="Increment">1</field>
<field name="Units">Degrees/Second</field>
</param>
<param humanName="ESC Update Speed" name="ArduCopter:RC_SPEED" documentation="This is the speed in Hertz that your ESCs will receive updates">
<field name="Values">125,400,490</field>
<field name="Units">Hertz (Hz)</field>
</param>
<param humanName="Acro P gain" name="ArduCopter:ACRO_P" documentation="Used to convert pilot roll, pitch and yaw input into a dssired rate of rotation in ACRO mode. Higher values mean faster rate of rotation.">
<field name="Range">1 10</field>
</param>
<param humanName="Acro Axis" name="ArduCopter:AXIS_ENABLE" documentation="Used to control whether acro mode actively maintains the current angle when control sticks are released (Enabled = maintains current angle)">
<values>
<value code="0">Disabled</value>
<value code=" 1">Enabled</value>
</values>
</param>
<param humanName="Acro Balance Roll" name="ArduCopter:ACRO_BAL_ROLL" documentation="rate at which roll angle returns to level in acro mode">
<field name="Range">0 300</field>
<field name="Increment">1</field>
</param>
<param humanName="Acro Balance Pitch" name="ArduCopter:ACRO_BAL_PITCH" documentation="rate at which pitch angle returns to level in acro mode">
<field name="Range">0 300</field>
<field name="Increment">1</field>
</param>
<param humanName="Acro Trainer Enabled" name="ArduCopter:ACRO_TRAINER" documentation="Set to 1 (Enabled) to make roll return to within 45 degrees of level automatically">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Copter LED Mode" name="ArduCopter:LED_MODE" documentation="bitmap to control the copter led mode">
<values>
<value code="0">Disabled</value>
<value code="1">Enable</value>
<value code="2">GPS On</value>
<value code="4">Aux</value>
<value code="8">Buzzer</value>
<value code="16">Oscillate</value>
<value code="32">Nav Blink</value>
<value code="64">GPS Nav Blink</value>
</values>
</param>
<param humanName="Roll axis rate controller D gain" name="ArduCopter:RATE_RLL_P" documentation="Roll axis rate controller D gain. Compensates for short-term change in desired roll rate vs actual roll rate">
<field name="Range">0.001 0.008</field>
</param>
<param humanName="Pitch axis rate controller D gain" name="ArduCopter:RATE_PIT_P" documentation="Pitch axis rate controller D gain. Compensates for short-term change in desired pitch rate vs actual pitch rate">
<field name="Range">0.001 0.008</field>
</param>
<param humanName="Yaw axis rate controller D gain" name="ArduCopter:RATE_YAW_P" documentation="Yaw axis rate controller D gain. Compensates for short-term change in desired yaw rate vs actual yaw rate">
<field name="Range">0.000 0.001</field>
</param>
<param humanName="Loiter latitude rate controller D gain" name="ArduCopter:LOITER_LAT_P" documentation="Loiter latitude rate controller D gain. Compensates for short-term change in desired speed vs actual speed">
<field name="Range">0.200 0.600</field>
</param>
<param humanName="Loiter longituderate controller D gain" name="ArduCopter:LOITER_LON_P" documentation="Loiter longitude rate controller D gain. Compensates for short-term change in desired speed vs actual speed">
<field name="Range">0.200 0.600</field>
</param>
<param humanName="Navigation latitude rate controller D gain" name="ArduCopter:NAV_LAT_P" documentation="Navigation latitude rate controller D gain. Compensates for short-term change in desired speed vs actual speed">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Navigation longituderate controller D gain" name="ArduCopter:NAV_LON_P" documentation="Navigation longitude rate controller D gain. Compensates for short-term change in desired speed vs actual speed">
<field name="Range">0.000 0.100</field>
</param>
<param humanName="Throttle rate controller D gain" name="ArduCopter:THR_RATE_P" documentation="Throttle rate controller D gain. Compensates for short-term change in desired vertical speed vs actual speed">
<field name="Range">0.000 0.400</field>
</param>
<param humanName="Throttle acceleration controller D gain" name="ArduCopter:THR_ACCEL_P" documentation="Throttle acceleration controller D gain. Compensates for short-term change in desired vertical acceleration vs actual acceleration">
<field name="Range">0.000 0.400</field>
</param>
<param humanName="Optical Flow based loiter controller roll axis D gain" name="ArduCopter:OF_RLL_P" documentation="Optical Flow based loiter controller roll axis D gain. Compensates for short-term change in speed in the roll direction">
<field name="Range">0.100 0.140</field>
</param>
<param humanName="Optical Flow based loiter controller pitch axis D gain" name="ArduCopter:OF_PIT_P" documentation="Optical Flow based loiter controller pitch axis D gain. Compensates for short-term change in speed in the pitch direction">
<field name="Range">0.100 0.140</field>
</param>
<param humanName="Roll axis stabilize controller I gain maximum" name="ArduCopter:STB_RLL_P" documentation="Roll axis stabilize (i.e. angle) controller I gain maximum. Constrains the maximum roll rate that the I term will generate">
<field name="Range">0 4500</field>
</param>
<param humanName="Pitch axis stabilize controller I gain maximum" name="ArduCopter:STB_PIT_P" documentation="Pitch axis stabilize (i.e. angle) controller I gain maximum. Constrains the maximum pitch rate that the I term will generate">
<field name="Range">0 4500</field>
</param>
<param humanName="Yaw axis stabilize controller I gain maximum" name="ArduCopter:STB_YAW_P" documentation="Yaw axis stabilize (i.e. angle) controller I gain maximum. Constrains the maximum yaw rate that the I term will generate">
<field name="Range">0 4500</field>
</param>
<param humanName="Altitude controller I gain maximum" name="ArduCopter:THR_ALT_P" documentation="Altitude controller I gain maximum. Constrains the maximum climb rate rate that the I term will generate">
<field name="Range">0 500</field>
</param>
<param humanName="Loiter latitude position controller I gain maximum" name="ArduCopter:HLD_LAT_P" documentation="Loiter latitude position controller I gain maximum. Constrains the maximum desired speed that the I term will generate">
<field name="Range">0 3000</field>
</param>
<param humanName="Loiter longitudeposition controller I gain maximum" name="ArduCopter:HLD_LON_P" documentation="Loiter longitudeposition controller I gain maximum. Constrains the maximum desired speed that the I term will generate">
<field name="Range">0 3000</field>
</param>
</parameters>
<parameters name="APMrover2">
<param humanName="Receiver RSSI sensing pin" name="APMrover2:RSSI_PIN" documentation="This selects an analog pin for the receiver RSSI voltage. It assumes the voltage is 5V for max rssi, 0V for minimum">
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
<param humanName="Battery Voltage sensing pin" name="APMrover2:BATT_VOLT_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.">
<values>
<value code="-1">Disabled</value>
<value code=" 0">A0</value>
<value code=" 1">A1</value>
<value code=" 13">A13</value>
</values>
</param>
<param humanName="Battery Current sensing pin" name="APMrover2:BATT_CURR_PIN" documentation="Setting this to 0 ~ 13 will enable battery current sensing on pins A0 ~ A13.">
<values>
<value code="-1">Disabled</value>
<value code=" 1">A1</value>
<value code=" 2">A2</value>
<value code=" 12">A12</value>
</values>
</param>
<param humanName="MAVLink system ID" name="APMrover2:SYSID_THIS_MAV" documentation="ID used in MAVLink protocol to identify this vehicle">
</param>
<param humanName="MAVLink ground station ID" name="APMrover2:SYSID_MYGCS" documentation="ID used in MAVLink protocol to identify the controlling ground station">
</param>
<param humanName="Telemetry Baud Rate" name="APMrover2:SERIAL0_BAUD" documentation="The baud rate used on the first serial port">
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
<param humanName="Telemetry Baud Rate" name="APMrover2:SERIAL3_BAUD" documentation="The baud rate used on the telemetry port">
<values>
<value code="1">1200</value>
<value code="2">2400</value>
<value code="4">4800</value>
<value code="9">9600</value>
<value code="19">19200</value>
<value code="38">38400</value>
<value code="57">57600</value>
<value code="111">111100</value>
<value code="115">115200</value>
</values>
</param>
<param humanName="Telemetry startup delay " name="APMrover2:TELEM_DELAY" documentation="The amount of time (in seconds) to delay radio telemetry to prevent an Xbee bricking on power up">
<field name="Range">0 10</field>
<field name="Increment">1</field>
<field name="Units">seconds</field>
</param>
<param humanName="Magnetometer (compass) enabled" name="APMrover2:MAG_ENABLED" documentation="This should be set to 1 if a compass is installed">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Battery monitoring" name="APMrover2:BATT_MONITOR" documentation="Controls enabling monitoring of the battery's voltage and current">
<values>
<value code="0">Disabled</value>
<value code="3">Voltage Only</value>
<value code="4">Voltage and Current</value>
</values>
</param>
<param humanName="Voltage Divider" name="APMrover2:VOLT_DIVIDER" documentation="Used to convert the voltage of the voltage sensing pin (BATT_VOLT_PIN) to the actual battery's voltage (pin voltage * INPUT_VOLTS/1024 * VOLT_DIVIDER)">
</param>
<param humanName="Current Amps per volt" name="APMrover2:AMP_PER_VOLT" documentation="Used to convert the voltage on the current sensing pin (BATT_CURR_PIN) to the actual current being consumed in amps (curr pin voltage * INPUT_VOLTS/1024 * AMP_PER_VOLT )">
</param>
<param humanName="Max internal voltage of the battery voltage and current sensing pins" name="APMrover2:INPUT_VOLTS" documentation="Used to convert the voltage read in on the voltage and current pins for battery monitoring. Normally 5 meaning 5 volts.">
</param>
<param humanName="Battery Capacity" name="APMrover2:BATT_CAPACITY" documentation="Battery capacity in milliamp-hours (mAh)">
<field name="Units">mAh</field>
</param>
<param humanName="Crosstrack Gain" name="APMrover2:XTRK_GAIN_SC" documentation="This controls how hard the Rover tries to follow the lines between waypoints, as opposed to driving directly to the next waypoint. The value is the scale between distance off the line and angle to meet the line (in Degrees * 100)">
<field name="Range">0 2000</field>
<field name="Increment">1</field>
</param>
<param humanName="Crosstrack Entry Angle" name="APMrover2:XTRK_ANGLE_CD" documentation="Maximum angle used to correct for track following.">
<field name="Range">0 9000</field>
<field name="Increment">1</field>
<field name="Units">centi-Degrees</field>
</param>
<param humanName="Target speed in auto modes" name="APMrover2:CRUISE_SPEED" documentation="The target speed in auto missions.">
<field name="Range">0 100</field>
<field name="Increment">0.1</field>
<field name="Units">m/s</field>
</param>
<param humanName="Channel 7 option" name="APMrover2:CH7_OPTION" documentation="What to do use channel 7 for">
<values>
<value code="0">Nothing</value>
<value code="1">LearnWaypoint</value>
</values>
</param>
<param humanName="Minimum Throttle" name="APMrover2:THR_MIN" documentation="The minimum throttle setting to which the autopilot will apply. This is mostly useful for rovers with internal combustion motors, to prevent the motor from cutting out in auto mode.">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Maximum Throttle" name="APMrover2:THR_MAX" documentation="The maximum throttle setting to which the autopilot will apply.">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Base throttle percentage in auto" name="APMrover2:CRUISE_THROTTLE" documentation="The base throttle percentage to use in auto mode">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Throttle slew rate" name="APMrover2:THR_SLEWRATE" documentation="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. A value of zero means no limit.">
<field name="Range">0 100</field>
<field name="Increment">1</field>
<field name="Units">Percent</field>
</param>
<param humanName="Failsafe Action" name="APMrover2:FS_ACTION" documentation="What to do on a failsafe event">
<values>
<value code="0">Nothing</value>
<value code="1">RTL</value>
<value code="2">STOP</value>
</values>
</param>
<param humanName="Failsafe timeout" name="APMrover2:FS_TIMEOUT" documentation="How long a failsafe event need to happen for before we trigger the failsafe action">
<field name="Units">seconds</field>
</param>
<param humanName="Throttle Failsafe Enable" name="APMrover2:FS_THR_ENABLE" documentation="The throttle failsafe allows you to configure a software failsafe activated by a setting on the throttle input channel to a low value. This can be used to detect the RC transmitter going out of range.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Throttle Failsafe Value" name="APMrover2:FS_THR_VALUE" documentation="The PWM level on channel 3 below which throttle sailsafe triggers.">
</param>
<param humanName="GCS failsafe enable" name="APMrover2:FS_GCS_ENABLE" documentation="Enable ground control station telemetry failsafe">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Enable Sonar" name="APMrover2:SONAR_ENABLE" documentation="Setting this to Enabled(1) will enable the sonar. Setting this to Disabled(0) will disable the sonar">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Mode channel" name="APMrover2:MODE_CH" documentation="RC Channel to use for driving mode control">
</param>
<param humanName="Mode1" name="APMrover2:MODE1" documentation="Driving mode for switch position 1 (910 to 1230 and above 2049)">
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Mode2" name="APMrover2:MODE2" documentation="Driving mode for switch position 2 (1231 to 1360)">
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Mode3" name="APMrover2:MODE3" documentation="Driving mode for switch position 3 (1361 to 1490)">
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Mode4" name="APMrover2:MODE4" documentation="Driving mode for switch position 4 (1491 to 1620)">
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Mode5" name="APMrover2:MODE5" documentation="Driving mode for switch position 5 (1621 to 1749)">
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Mode6" name="APMrover2:MODE6" documentation="Driving mode for switch position 6 (1750 to 2049)">
<values>
<value code="0">Manual</value>
<value code="2">LEARNING</value>
<value code="10">Auto</value>
<value code="11">RTL</value>
<value code="15">Guided</value>
</values>
</param>
<param humanName="Waypoint radius" name="APMrover2:WP_RADIUS" documentation="The distance in meters from a waypoint when we consider the waypoint has been reached. This determines when the rover will turn along the next waypoint path.">
<field name="Range">0 1000</field>
<field name="Increment">0.1</field>
<field name="Units">meters</field>
</param>
</parameters>
</vehicles><libraries><parameters name="CAM_">
<param humanName="Camera shutter (trigger) type" name="CAM_TRIGG_TYPE" documentation="how to trigger the camera to take a picture">
<values>
<value code="0">Servo</value>
<value code="1">Relay</value>
<value code="2">Servo and turn off throttle</value>
<value code="3">Servo when 3m from waypoint</value>
<value code="4">transistor</value>
</values>
</param>
<param humanName="Duration that shutter is held open" name="CAM_DURATION" documentation="How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)">
<field name="Range">0 50</field>
</param>
<param humanName="Servo ON PWM value" name="CAM_SERVO_ON" documentation="PWM value to move servo to when shutter is activated">
<field name="Range">1000 2000</field>
</param>
<param humanName="Servo OFF PWM value" name="CAM_SERVO_OFF" documentation="PWM value to move servo to when shutter is deactivated">
<field name="Range">1000 2000</field>
</param>
</parameters>
<parameters name="RC1_">
<param humanName="RC min PWM" name="RC1_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC1_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC1_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC1_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC1_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC2_">
<param humanName="RC min PWM" name="RC2_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC2_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC2_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC2_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC2_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC3_">
<param humanName="RC min PWM" name="RC3_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC3_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC3_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC3_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC3_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC4_">
<param humanName="RC min PWM" name="RC4_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC4_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC4_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC4_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC4_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC5_">
<param humanName="Servo out function" name="RC5_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC5_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC5_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC5_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC5_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC5_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC6_">
<param humanName="Servo out function" name="RC6_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC6_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC6_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC6_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC6_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC6_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC7_">
<param humanName="Servo out function" name="RC7_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC7_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC7_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC7_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC7_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC7_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC8_">
<param humanName="Servo out function" name="RC8_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC8_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC8_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC8_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC8_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC8_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC9_">
<param humanName="Servo out function" name="RC9_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC9_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC9_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC9_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC9_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC9_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC10_">
<param humanName="Servo out function" name="RC10_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC10_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC10_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC10_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC10_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC10_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC11_">
<param humanName="Servo out function" name="RC11_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
<param humanName="RC min PWM" name="RC11_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC11_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC11_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC11_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC11_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="COMPASS_">
<param humanName="Compass offsets on the Z axis" name="COMPASS_OFS_X" documentation="Offset to be added to the compass z-axis values to compensate for metal in the frame">
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
<param humanName="Compass declination" name="COMPASS_DEC" documentation="An angle to compensate between the true north and magnetic north">
<field name="Range">-3.142 3.142</field>
<field name="Increment">0.01</field>
<field name="Units">Radians</field>
</param>
<param humanName="Learn compass offsets automatically" name="COMPASS_LEARN" documentation="Enable or disable the automatic learning of compass offsets">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Use compass for yaw" name="COMPASS_USE" documentation="Enable or disable the use of the compass (instead of the GPS) for determining heading">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Auto Declination" name="COMPASS_AUTODEC" documentation="Enable or disable the automatic calculation of the declination based on gps location">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
</parameters>
<parameters name="INS_">
<param humanName="IMU Product ID" name="INS_PRODUCT_ID" documentation="Which type of IMU is installed (read-only)">
</param>
<param humanName="Accelerometer offsets of Z axis" name="INS_ACCOFFS_X" documentation="Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Gyro offsets of Z axis" name="INS_GYROFFS_X" documentation="Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations">
<field name="Units">rad/s</field>
</param>
<param humanName="MPU6000 filter frequency" name="INS_MPU6K_FILTER" documentation="Filter frequency to ask the MPU6000 to apply to samples. This can be set to a lower value to try to cope with very high vibration levels in aircraft. The default value on ArduPlane and APMrover2 is 20Hz. The default value on ArduCopter is 42Hz. This option takes effect on the next reboot or gyro initialisation">
<values>
<value code="0">Default</value>
<value code="5">5Hz</value>
<value code="10">10Hz</value>
<value code="20">20Hz</value>
<value code="42">42Hz</value>
<value code="98">98Hz</value>
</values>
<field name="Units">Hz</field>
</param>
</parameters>
<parameters name="AHRS_">
<param humanName="AHRS GPS gain" name="AHRS_GPS_GAIN" documentation="This controls how 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.">
<field name="Range">0.0 1.0</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS use GPS for navigation" name="AHRS_GPS_USE" documentation="This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight.">
</param>
<param humanName="Yaw P" name="AHRS_YAW_P" documentation="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.">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS RP_P" name="AHRS_RP_P" documentation="This controls how fast the accelerometers correct the attitude">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="Maximum wind" name="AHRS_WIND_MAX" documentation="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.">
<field name="Range">0 127</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
<param humanName="AHRS Use Barometer" name="AHRS_BARO_USE" documentation="This controls the use of the barometer for vertical acceleration compensation in AHRS. It is currently recommended that you set this value to zero unless you are a developer experimenting with the AHRS system.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="AHRS Trim Yaw" name="AHRS_TRIM_X" documentation="Not Used">
<field name="Units">Radians</field>
</param>
<param humanName="Board Orientation" name="AHRS_ORIENTATION" documentation="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>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
</param>
</parameters>
<parameters name="ARSPD_">
<param humanName="Airspeed enable" name="ARSPD_ENABLE" documentation="enable airspeed sensor">
<values>
<value code="0">Disable</value>
<value code="1">Enable</value>
</values>
</param>
<param humanName="Airspeed use" name="ARSPD_USE" documentation="use airspeed for flight control">
<values>
<value code="1">Use</value>
<value code="0">Don't Use</value>
</values>
</param>
<param humanName="Airspeed offset" name="ARSPD_OFFSET" documentation="Airspeed calibration offset">
<field name="Increment">0.1</field>
</param>
<param humanName="Airspeed ratio" name="ARSPD_RATIO" documentation="Airspeed calibration ratio">
<field name="Increment">0.1</field>
</param>
</parameters>
<parameters name="MNT_">
<param humanName="Mount operation mode" name="MNT_MODE" documentation="Camera or antenna mount operation mode">
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT_RETRACT_X" documentation="Mount yaw/pan angle when in retracted position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT_NEUTRAL_X" documentation="Mount pan/yaw angle when in neutral position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT_CONTROL_X" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Stabilize mount pan/yaw angle" name="MNT_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="roll RC input channel" name="MNT_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum roll angle" name="MNT_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum roll angle" name="MNT_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="tilt (pitch) RC input channel" name="MNT_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum tilt angle" name="MNT_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum tilt angle" name="MNT_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="pan (yaw) RC input channel" name="MNT_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum pan angle" name="MNT_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum pan angle" name="MNT_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="mount joystick speed" name="MNT_JSTICK_SPD" documentation="0 for position control, small for low speeds, 10 for max speed">
<field name="Range">0 10</field>
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="MNT2_">
<param humanName="Mount operation mode" name="MNT2_MODE" documentation="Camera or antenna mount operation mode">
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT2_RETRACT_X" documentation="Mount yaw/pan angle when in retracted position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT2_NEUTRAL_X" documentation="Mount pan/yaw angle when in neutral position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT2_CONTROL_X" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT2_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Stabilize mount pan/yaw angle" name="MNT2_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="roll RC input channel" name="MNT2_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum roll angle" name="MNT2_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum roll angle" name="MNT2_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="tilt (pitch) RC input channel" name="MNT2_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum tilt angle" name="MNT2_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum tilt angle" name="MNT2_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="pan (yaw) RC input channel" name="MNT2_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum pan angle" name="MNT2_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum pan angle" name="MNT2_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="mount joystick speed" name="MNT2_JSTICK_SPD" documentation="0 for position control, small for low speeds, 10 for max speed">
<field name="Range">0 10</field>
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="RC1_">
<param humanName="RC min PWM" name="RC1_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC1_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC1_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC1_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC1_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC2_">
<param humanName="RC min PWM" name="RC2_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC2_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC2_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC2_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC2_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC3_">
<param humanName="RC min PWM" name="RC3_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC3_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC3_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC3_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC3_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC4_">
<param humanName="RC min PWM" name="RC4_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC4_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC4_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC4_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC4_DZ" documentation="dead zone around trim.">
</param>
</parameters>
<parameters name="RC5_">
<param humanName="RC min PWM" name="RC5_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC5_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC5_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC5_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC5_DZ" documentation="dead zone around trim.">
</param>
<param humanName="Servo out function" name="RC5_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC6_">
<param humanName="RC min PWM" name="RC6_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC6_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC6_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC6_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC6_DZ" documentation="dead zone around trim.">
</param>
<param humanName="Servo out function" name="RC6_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC7_">
<param humanName="RC min PWM" name="RC7_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC7_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC7_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC7_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC7_DZ" documentation="dead zone around trim.">
</param>
<param humanName="Servo out function" name="RC7_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC8_">
<param humanName="RC min PWM" name="RC8_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC8_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC8_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC8_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC8_DZ" documentation="dead zone around trim.">
</param>
<param humanName="Servo out function" name="RC8_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC10_">
<param humanName="RC min PWM" name="RC10_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC10_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC10_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC10_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC10_DZ" documentation="dead zone around trim.">
</param>
<param humanName="Servo out function" name="RC10_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="RC11_">
<param humanName="RC min PWM" name="RC11_MIN" documentation="RC minimum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC trim PWM" name="RC11_TRIM" documentation="RC trim (neutral) PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC max PWM" name="RC11_MAX" documentation="RC maximum PWM pulse width. Typically 1000 is lower limit, 1500 is neutral and 2000 is upper limit.">
<field name="Range">800 2200</field>
<field name="Increment">1</field>
<field name="Units">ms</field>
</param>
<param humanName="RC reverse" name="RC11_REV" documentation="Reverse servo operation. Ignored on APM1 unless dip-switches are disabled.">
<values>
<value code="-1">Reversed</value>
<value code="1">Normal</value>
</values>
</param>
<param humanName="RC dead-zone" name="RC11_DZ" documentation="dead zone around trim.">
</param>
<param humanName="Servo out function" name="RC11_FUNCTION" documentation="Setting this to Disabled(0) will disable this output, any other value will enable the corresponding function">
<values>
<value code="0">Disabled</value>
<value code="1">Manual</value>
<value code="2">Flap</value>
<value code="3">Flap_auto</value>
<value code="4">Aileron</value>
<value code="5">flaperon</value>
<value code="6">mount_pan</value>
<value code="7">mount_tilt</value>
<value code="8">mount_roll</value>
<value code="9">mount_open</value>
<value code="10">camera_trigger</value>
<value code="11">release</value>
<value code="12">mount2_pan</value>
<value code="13">mount2_tilt</value>
<value code="14">mount2_roll</value>
<value code="15">mount2_open</value>
<value code="16">DifferentialSpoiler1</value>
<value code="17">DifferentialSpoiler2</value>
<value code="18">AileronWithInput</value>
<value code="19">Elevator</value>
<value code="20">ElevatorWithInput</value>
</values>
</param>
</parameters>
<parameters name="CAM_">
<param humanName="Camera shutter (trigger) type" name="CAM_TRIGG_TYPE" documentation="how to trigger the camera to take a picture">
<values>
<value code="0">Servo</value>
<value code="1">Relay</value>
<value code="2">Servo and turn off throttle</value>
<value code="3">Servo when 3m from waypoint</value>
<value code="4">transistor</value>
</values>
</param>
<param humanName="Duration that shutter is held open" name="CAM_DURATION" documentation="How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)">
<field name="Range">0 50</field>
</param>
<param humanName="Servo ON PWM value" name="CAM_SERVO_ON" documentation="PWM value to move servo to when shutter is activated">
<field name="Range">1000 2000</field>
</param>
<param humanName="Servo OFF PWM value" name="CAM_SERVO_OFF" documentation="PWM value to move servo to when shutter is deactivated">
<field name="Range">1000 2000</field>
</param>
</parameters>
<parameters name="COMPASS_">
<param humanName="Compass offsets on the Z axis" name="COMPASS_OFS_X" documentation="Offset to be added to the compass z-axis values to compensate for metal in the frame">
<field name="Range">-400 400</field>
<field name="Increment">1</field>
</param>
<param humanName="Compass declination" name="COMPASS_DEC" documentation="An angle to compensate between the true north and magnetic north">
<field name="Range">-3.142 3.142</field>
<field name="Increment">0.01</field>
<field name="Units">Radians</field>
</param>
<param humanName="Learn compass offsets automatically" name="COMPASS_LEARN" documentation="Enable or disable the automatic learning of compass offsets">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Use compass for yaw" name="COMPASS_USE" documentation="Enable or disable the use of the compass (instead of the GPS) for determining heading">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Auto Declination" name="COMPASS_AUTODEC" documentation="Enable or disable the automatic calculation of the declination based on gps location">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
</parameters>
<parameters name="INAV_">
<param humanName="Horizontal Time Constant" name="INAV_TC_XY" documentation="Time constant for GPS and accel mixing. Higher TC decreases GPS impact on position estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Vertical Time Constant" name="INAV_TC_Z" documentation="Time constant for baro and accel mixing. Higher TC decreases barometers impact on altitude estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
</parameters>
<parameters name="SR0_">
<param humanName="Horizontal Time Constant" name="SR0_TC_XY" documentation="Time constant for GPS and accel mixing. Higher TC decreases GPS impact on position estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Vertical Time Constant" name="SR0_TC_Z" documentation="Time constant for baro and accel mixing. Higher TC decreases barometers impact on altitude estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
</parameters>
<parameters name="SR3_">
<param humanName="Horizontal Time Constant" name="SR3_TC_XY" documentation="Time constant for GPS and accel mixing. Higher TC decreases GPS impact on position estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
<param humanName="Vertical Time Constant" name="SR3_TC_Z" documentation="Time constant for baro and accel mixing. Higher TC decreases barometers impact on altitude estimate">
<field name="Range">0 10</field>
<field name="Increment">0.1</field>
</param>
</parameters>
<parameters name="AHRS_">
<param humanName="AHRS GPS gain" name="AHRS_GPS_GAIN" documentation="This controls how 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.">
<field name="Range">0.0 1.0</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS use GPS for navigation" name="AHRS_GPS_USE" documentation="This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight.">
</param>
<param humanName="Yaw P" name="AHRS_YAW_P" documentation="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.">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS RP_P" name="AHRS_RP_P" documentation="This controls how fast the accelerometers correct the attitude">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="Maximum wind" name="AHRS_WIND_MAX" documentation="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.">
<field name="Range">0 127</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
<param humanName="AHRS Use Barometer" name="AHRS_BARO_USE" documentation="This controls the use of the barometer for vertical acceleration compensation in AHRS. It is currently recommended that you set this value to zero unless you are a developer experimenting with the AHRS system.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="AHRS Trim Yaw" name="AHRS_TRIM_X" documentation="Not Used">
<field name="Units">Radians</field>
</param>
<param humanName="Board Orientation" name="AHRS_ORIENTATION" documentation="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>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
</param>
</parameters>
<parameters name="MNT_">
<param humanName="Mount operation mode" name="MNT_MODE" documentation="Camera or antenna mount operation mode">
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT_RETRACT_X" documentation="Mount yaw/pan angle when in retracted position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT_NEUTRAL_X" documentation="Mount pan/yaw angle when in neutral position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT_CONTROL_X" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Stabilize mount pan/yaw angle" name="MNT_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="roll RC input channel" name="MNT_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum roll angle" name="MNT_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum roll angle" name="MNT_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="tilt (pitch) RC input channel" name="MNT_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum tilt angle" name="MNT_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum tilt angle" name="MNT_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="pan (yaw) RC input channel" name="MNT_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum pan angle" name="MNT_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum pan angle" name="MNT_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="mount joystick speed" name="MNT_JSTICK_SPD" documentation="0 for position control, small for low speeds, 10 for max speed">
<field name="Range">0 10</field>
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="MNT2_">
<param humanName="Mount operation mode" name="MNT2_MODE" documentation="Camera or antenna mount operation mode">
<values>
<value code="0">retract</value>
<value code="1">neutral</value>
<value code="2">MavLink_targeting</value>
<value code="3">RC_targeting</value>
<value code="4">GPS_point</value>
</values>
</param>
<param humanName="Mount yaw/pan angle when in retracted position" name="MNT2_RETRACT_X" documentation="Mount yaw/pan angle when in retracted position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle when in neutral position" name="MNT2_NEUTRAL_X" documentation="Mount pan/yaw angle when in neutral position">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Mount pan/yaw angle command from groundstation" name="MNT2_CONTROL_X" documentation="Mount pan/yaw angle when in MavLink or RC control operation mode">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Stabilize mount's pitch/tilt angle" name="MNT2_STAB_TILT" documentation="enable tilt/pitch stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Stabilize mount pan/yaw angle" name="MNT2_STAB_PAN" documentation="enable pan/yaw stabilisation relative to Earth">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="roll RC input channel" name="MNT2_RC_IN_ROLL" documentation="0 for none, any other for the RC channel to be used to control roll movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum roll angle" name="MNT2_ANGMIN_ROL" documentation="Minimum physical roll angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum roll angle" name="MNT2_ANGMAX_ROL" documentation="Maximum physical roll angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="tilt (pitch) RC input channel" name="MNT2_RC_IN_TILT" documentation="0 for none, any other for the RC channel to be used to control tilt (pitch) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum tilt angle" name="MNT2_ANGMIN_TIL" documentation="Minimum physical tilt (pitch) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum tilt angle" name="MNT2_ANGMAX_TIL" documentation="Maximum physical tilt (pitch) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="pan (yaw) RC input channel" name="MNT2_RC_IN_PAN" documentation="0 for none, any other for the RC channel to be used to control pan (yaw) movements">
<values>
<value code="0">Disabled</value>
<value code="5">RC5</value>
<value code="6">RC6</value>
<value code="7">RC7</value>
<value code="8">RC8</value>
</values>
</param>
<param humanName="Minimum pan angle" name="MNT2_ANGMIN_PAN" documentation="Minimum physical pan (yaw) angular position of mount.">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="Maximum pan angle" name="MNT2_ANGMAX_PAN" documentation="Maximum physical pan (yaw) angular position of the mount">
<field name="Range">-18000 17999</field>
<field name="Increment">1</field>
<field name="Units">Centi-Degrees</field>
</param>
<param humanName="mount joystick speed" name="MNT2_JSTICK_SPD" documentation="0 for position control, small for low speeds, 10 for max speed">
<field name="Range">0 10</field>
<field name="Increment">1</field>
</param>
</parameters>
<parameters name="LIM_">
<param humanName="Enable Limits Library" name="LIM_ENABLED" documentation="Setting this to Enabled(1) will enable the limits system">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Limits Library Required" name="LIM_REQUIRED" documentation="Setting this to 1 will enable the limits pre-arm checklist">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Enable Limits Debug" name="LIM_DEBUG" documentation="Setting this to 1 will turn on debugging messages on the console and via MAVLink STATUSTEXT messages">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Limits Safetime" name="LIM_SAFETIME" documentation="Automatic return of controls to pilot. Set to 0 to disable (full RTL) or a number of seconds after complete recovery to return the controls to the pilot in STABILIZE">
<values>
<value code="0">Disabled</value>
<value code="1-255">Seconds before returning control</value>
</values>
</param>
<param humanName="Limits Channel" name="LIM_CHANNEL" documentation="Channel for Limits on/off control. If channel exceeds LIMITS_ENABLE_PWM, it turns limits on, and vice-versa.">
<field name="Range">1-8</field>
</param>
<param humanName="Limits Recovery Mode" name="LIM_RECMODE" documentation='Select how Limits should "recover". Set to 0 for RTL-like mode, where the vehicle navigates back to home until it is "safe". Set to 1, for bounce-mode, where the vehicle will hold position when it hits a limit. RTL mode is better for large fenced areas, Bounce mode for smaller spaces. Note: RTL mode will cause the vehicle to yaw 180 degrees (turn around) to navigate towards home when it hits a limit.'>
<values>
<value code="0">RTL mode</value>
<value code=" 1"> Bounce mode</value>
</values>
</param>
<param humanName="Enable gpslock" name="LIM_GPSLCK_ON" documentation="Setting this to Enabled(1) will enable the gpslock. Setting this to Disabled(0) will disable the gpslock">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Require gpslock" name="LIM_GPSLCK_REQ" documentation="Setting this to Enabled(1) will make being inside the gpslock a required check before arming the vehicle.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Enable Geofence" name="LIM_FNC_ON" documentation="Setting this to Enabled(1) will enable the geofence. Setting this to Disabled(0) will disable the geofence">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Require Geofence" name="LIM_FNC_REQ" documentation="Setting this to Enabled(1) will make being inside the geofence a required check before arming the vehicle.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Require Geofence" name="LIM_FNC_SMPL" documentation='"Simple" geofence (enabled - 1) is based on a radius from the home position, "Complex" (disabled - 0) define a complex fence by lat/long positions'>
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Require Geofence" name="LIM_FNC_RAD" documentation="Radius of fenced area in meters. A value of 20 creates a 20-meter radius circle (40-meter diameter) from the home point.">
<field name="Range">0 32767</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Total number of geofence points" name="LIM_FNC_TOT" documentation="Total number of geofence points. This parameter should not be updated manually">
<field name="Range">0 6</field>
<field name="Increment">1</field>
</param>
<param humanName="Enable altitude" name="LIM_ALT_ON" documentation="Setting this to Enabled(1) will enable the altitude. Setting this to Disabled(0) will disable the altitude">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Require altitude" name="LIM_ALT_REQ" documentation="Setting this to Enabled(1) will make being inside the altitude a required check before arming the vehicle.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Minimum Altitude" name="LIM_ALT_MIN" documentation='Minimum Altitude. Zero to disable. Sets a "floor" that your vehicle will try to stay above. IF the vehicle is crossing the threshold at speed, it will take a while to recover, so give yourself enough room. Caution: minimum altitude limits can cause unexpected behaviour, such as inability to land, or sudden takeoff. Read the wiki instructions before setting.'>
<field name="Range">0 250000</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
<param humanName="Maximum Altitude" name="LIM_ALT_MAX" documentation='Maximum Altitude. Zero to disable. Sets a "ceiling" that your vehicle will try to stay below. IF the vehicle is crossing the threshold at speed, it will take a while to recover.'>
<field name="Range">0 250000</field>
<field name="Increment">1</field>
<field name="Units">Meters</field>
</param>
</parameters>
<parameters name="H_">
<param humanName="Servo 1 Position" name="H_SV1_POS" documentation="This is the angular location of swash servo #1.">
<field name="Range">-180 180</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Servo 2 Position" name="H_SV2_POS" documentation="This is the angular location of swash servo #2.">
<field name="Range">-180 180</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Servo 3 Position" name="H_SV3_POS" documentation="This is the angular location of swash servo #3.">
<field name="Range">-180 180</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Maximum Roll Angle" name="H_ROL_MAX" documentation="This is the maximum allowable roll of the swash plate.">
<field name="Range">0 18000</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Maximum Pitch Angle" name="H_PIT_MAX" documentation="This is the maximum allowable pitch of the swash plate.">
<field name="Range">0 18000</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Collective Pitch Minimum" name="H_COL_MIN" documentation="This controls the lowest possible servo position for the swashplate.">
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
<param humanName="Collective Pitch Maximum" name="H_COL_MAX" documentation="This controls the highest possible servo position for the swashplate.">
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
<param humanName="Collective Pitch Mid-Point" name="H_COL_MID" documentation="This is the swash servo position corresponding to zero collective pitch (or zero lift for Assymetrical blades).">
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
<param humanName="External Gyro Enabled" name="H_GYR_ENABLE" documentation="Setting this to Enabled(1) will enable an external rudder gyro control which means outputting a gain on channel 7 and using a simpler heading control algorithm. Setting this to Disabled(0) will disable the external gyro gain on channel 7 and revert to a more complex yaw control algorithm.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Swash Plate Type" name="H_SWASH_TYPE" documentation='Setting this to 0 will configure for a 3-servo CCPM. Setting this to 1 will configure for mechanically mixed "H1".'>
</param>
<param humanName="External Gyro Gain" name="H_GYR_GAIN" documentation="This is the PWM which is passed to the external gyro when external gyro is enabled.">
<field name="Range">1000 2000</field>
<field name="Increment">1</field>
<field name="Units">PWM</field>
</param>
<param humanName="Manual Servo Mode" name="H_SV_MAN" documentation="Setting this to Enabled(1) will pass radio inputs directly to servos. Setting this to Disabled(0) will enable Arducopter control of servos. This is only meant to be used by the Mission Planner using swash plate set-up.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="Swashplate Phase Angle Compensation" name="H_PHANG" documentation="This corrects for phase angle errors of the helicopter main rotor head. For example if pitching the swash forward also induces a roll, that effect can be offset with this parameter.">
<field name="Range">-90 90</field>
<field name="Increment">1</field>
<field name="Units">Degrees</field>
</param>
<param humanName="Collective-Yaw Mixing" name="H_COLYAW" documentation="This is a feed-forward compensation to automatically add rudder input when collective pitch is increased.">
<field name="Range">0 5</field>
</param>
<param humanName="External Motor Governor Setpoint" name="H_GOV_SETPOINT" documentation="This is the PWM which is passed to the external motor governor when external governor is enabled.">
<field name="Range">1000 2000</field>
<field name="Increment">10</field>
<field name="Units">PWM</field>
</param>
<param humanName="Rotor Speed Control Mode" name="H_RSC_MODE" documentation="This sets which ESC control mode is active.">
<field name="Range">1 3</field>
</param>
<param humanName="RSC Ramp Rate" name="H_RSC_RATE" documentation="This sets the time the RSC takes to ramp up to full speed (Soft Start).">
<field name="Range">0 6000</field>
<field name="Units">Seconds</field>
</param>
<param humanName="Flybar Mode Selector" name="H_FLYBAR_MODE" documentation="This sets which acro mode is active. (0) is Flybarless (1) is Mechanical Flybar">
<field name="Range">0 1</field>
</param>
<param humanName="Stabilize Throttle Minimum" name="H_STAB_COL_MIN" documentation="This is the minimum collective setpoint in Stabilize Mode">
<field name="Range">0 50</field>
<field name="Increment">1</field>
<field name="Units">1%</field>
</param>
<param humanName="Stabilize Throttle Maximum" name="H_STAB_COL_MAX" documentation="This is the maximum collective setpoint in Stabilize Mode">
<field name="Range">50 100</field>
<field name="Increment">1</field>
<field name="Units">1%</field>
</param>
</parameters>
<parameters name="MOT_">
<param humanName="Top Bottom Ratio" name="MOT_TB_RATIO" documentation="Not Used. Will control the speed of the top motors vs bottom motors on frames such as the Octo-Quad and Y6">
</param>
<param humanName="Thrust Curve Enable" name="MOT_TCRV_ENABLE" documentation="Controls whether a curve is used to linearize the thrust produced by the motors">
<values>
<value code="0">Disabled</value>
<value code="1">Enable</value>
</values>
</param>
<param humanName="Thrust Curve mid-point percentage" name="MOT_TCRV_MIDPCT" documentation="Set the pwm position that produces half the maximum thrust of the motors">
<field name="Range">20 80</field>
</param>
<param humanName="Thrust Curve max thrust percentage" name="MOT_TCRV_MAXPCT" documentation="Set to the lowest pwm position that produces the maximum thrust of the motors. Most motors produce maximum thrust below the maximum pwm value that they accept.">
<field name="Range">20 80</field>
</param>
</parameters>
<parameters name="INS_">
<param humanName="IMU Product ID" name="INS_PRODUCT_ID" documentation="Which type of IMU is installed (read-only)">
</param>
<param humanName="Accelerometer offsets of Z axis" name="INS_ACCOFFS_X" documentation="Accelerometer offsets of Z axis. This is setup using the acceleration calibration or level operations">
<field name="Range">-300 300</field>
<field name="Units">m/s/s</field>
</param>
<param humanName="Gyro offsets of Z axis" name="INS_GYROFFS_X" documentation="Gyro sensor offsets of Z axis. This is setup on each boot during gyro calibrations">
<field name="Units">rad/s</field>
</param>
<param humanName="MPU6000 filter frequency" name="INS_MPU6K_FILTER" documentation="Filter frequency to ask the MPU6000 to apply to samples. This can be set to a lower value to try to cope with very high vibration levels in aircraft. The default value on ArduPlane and APMrover2 is 20Hz. The default value on ArduCopter is 42Hz. This option takes effect on the next reboot or gyro initialisation">
<values>
<value code="0">Default</value>
<value code="5">5Hz</value>
<value code="10">10Hz</value>
<value code="20">20Hz</value>
<value code="42">42Hz</value>
<value code="98">98Hz</value>
</values>
<field name="Units">Hz</field>
</param>
</parameters>
<parameters name="AHRS_">
<param humanName="AHRS GPS gain" name="AHRS_GPS_GAIN" documentation="This controls how 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.">
<field name="Range">0.0 1.0</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS use GPS for navigation" name="AHRS_GPS_USE" documentation="This controls whether to use dead-reckoning or GPS based navigation. If set to 0 then the GPS won't be used for navigation, and only dead reckoning will be used. A value of zero should never be used for normal flight.">
</param>
<param humanName="Yaw P" name="AHRS_YAW_P" documentation="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.">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="AHRS RP_P" name="AHRS_RP_P" documentation="This controls how fast the accelerometers correct the attitude">
<field name="Range">0.1 0.4</field>
<field name="Increment">.01</field>
</param>
<param humanName="Maximum wind" name="AHRS_WIND_MAX" documentation="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.">
<field name="Range">0 127</field>
<field name="Increment">1</field>
<field name="Units">m/s</field>
</param>
<param humanName="AHRS Use Barometer" name="AHRS_BARO_USE" documentation="This controls the use of the barometer for vertical acceleration compensation in AHRS. It is currently recommended that you set this value to zero unless you are a developer experimenting with the AHRS system.">
<values>
<value code="0">Disabled</value>
<value code="1">Enabled</value>
</values>
</param>
<param humanName="AHRS Trim Yaw" name="AHRS_TRIM_X" documentation="Not Used">
<field name="Units">Radians</field>
</param>
<param humanName="Board Orientation" name="AHRS_ORIENTATION" documentation="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>
<value code="0">None</value>
<value code="1">Yaw45</value>
<value code="2">Yaw90</value>
<value code="3">Yaw135</value>
<value code="4">Yaw180</value>
<value code="5">Yaw225</value>
<value code="6">Yaw270</value>
<value code="7">Yaw315</value>
<value code="8">Roll180</value>
<value code="9">Roll180Yaw45</value>
<value code="10">Roll180Yaw90</value>
<value code="11">Roll180Yaw135</value>
<value code="12">Pitch180</value>
<value code="13">Roll180Yaw225</value>
<value code="14">Roll180Yaw270</value>
<value code="15">Roll180Yaw315</value>
<value code="16">Roll90</value>
<value code="17">Roll90Yaw45</value>
<value code="18">Roll90Yaw135</value>
<value code="19">Roll270</value>
<value code="20">Roll270Yaw45</value>
<value code="21">Roll270Yaw90</value>
<value code="22">Roll270Yaw136</value>
<value code="23">Pitch90</value>
<value code="24">Pitch270</value>
</values>
</param>
</parameters>
</libraries></paramfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment