Skip to content

Commit

Permalink
[conf] asctec_cdw bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Dec 15, 2014
1 parent 48c23fa commit aa87a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/airframes/CDW/asctec_cdw.xml
Expand Up @@ -79,8 +79,8 @@
<call fun="motor_mixing_run(autopilot_motors_on,FALSE,values)"/>
<set servo="FRONT" value="motor_mixing.commands[0]"/>
<set servo="BACK" value="motor_mixing.commands[1]"/>
<set servo="RIGHT" value="motor_mixing.commands[2]"/>
<set servo="LEFT" value="motor_mixing.commands[3]"/>
<set servo="LEFT" value="motor_mixing.commands[2]"/>
<set servo="RIGHT" value="motor_mixing.commands[3]"/>
</command_laws>

<!-- ************************* SENSORS ************************* -->
Expand Down

0 comments on commit aa87a0f

Please sign in to comment.