get in line with PR2009

This commit is contained in:
Open UAS
2017-02-14 20:00:39 +01:00
committed by Developer
parent 7c1216f94f
commit 9d8e2c0603
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
</section>
<command_laws>
<call fun="throttle_curve_run(autopilot_motors_on, values)"/>
<call fun="throttle_curve_run(autopilot_get_motors_on(), values)"/>
<call fun="swashplate_mixing_run(values)"/>
<set servo="THROTTLE" value="throttle_curve.throttle"/>
<set servo="FRONT" value="swashplate_mixing.commands[SW_FRONT]"/>
+1 -1
View File
@@ -76,7 +76,7 @@
</section>
<command_laws>
<call fun="throttle_curve_run(autopilot_motors_on, values)"/>
<call fun="throttle_curve_run(autopilot_get_motors_on(), values)"/>
<call fun="swashplate_mixing_run(values)"/>
<set servo="THROTTLE" value="throttle_curve.throttle"/>
<set servo="FRONT" value="swashplate_mixing.commands[SW_FRONT]"/>