Skip to content

Commit

Permalink
Change motor (#1768)
Browse files Browse the repository at this point in the history
update tudelft_course2016_bebop_avoider airframe
  • Loading branch information
shuoli-robotics authored and flixr committed Jun 27, 2016
1 parent c1c48c2 commit 8bd32d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/airframes/TUDELFT/tudelft_course2016_bebop_avoider.xml
Expand Up @@ -59,11 +59,11 @@
</commands>

<servos driver="Default">
<servo name="TOP_RIGHT" no="0" min="3000" neutral="3000" max="12000"/>
<servo name="TOP_LEFT" no="1" min="3000" neutral="3000" max="12000"/>
<servo name="BOTTOM_LEFT" no="2" min="3000" neutral="3000" max="12000"/>
<servo name="BOTTOM_RIGHT" no="3" min="3000" neutral="3000" max="12000"/>
</servos>
<servo name="TOP_LEFT" no="0" min="3000" neutral="3000" max="12000"/>
<servo name="TOP_RIGHT" no="1" min="3000" neutral="3000" max="12000"/>
<servo name="BOTTOM_RIGHT" no="2" min="3000" neutral="3000" max="12000"/>
<servo name="BOTTOM_LEFT" no="3" min="3000" neutral="3000" max="12000"/>
</servos>

<section name="MIXING" prefix="MOTOR_MIXING_">
<!-- Time cross layout (X), with order NW (CW), NE (CCW), SE (CW), SW (CCW) -->
Expand Down

0 comments on commit 8bd32d8

Please sign in to comment.