Commit c70c3484 authored by PX4 Jenkins's avatar PX4 Jenkins

Update PX4 Firmware metadata Mon Jan 1 04:37:12 UTC 2018

parent e438f2d5
......@@ -3654,6 +3654,15 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<value code="1">Assume no use of remote control after fallback. Switch to DESCEND if a height estimate is available, else switch to TERMINATION.</value>
</values>
</parameter>
<parameter default="0" name="COM_TAKEOFF_ACT" type="INT32">
<short_desc>Action after TAKEOFF has been accepted</short_desc>
<long_desc>The mode transition after TAKEOFF has completed successfully.</long_desc>
<scope>modules/commander</scope>
<values>
<value code="0">Hold</value>
<value code="1">Mission (if valid)</value>
</values>
</parameter>
<parameter default="1" name="MIS_ALTMODE" type="INT32">
<short_desc>Altitude setpoint mode</short_desc>
<long_desc>0: the system will follow a zero order hold altitude setpoint 1: the system will follow a first order hold altitude setpoint values follow the definition in enum mission_altitude_mode</long_desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment