Skip to content

Commit

Permalink
[conf] Update servo hertz and range of motor
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen authored and dewagter committed Jul 27, 2016
1 parent 122827e commit c4d7ca1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf/airframes/TUDELFT/tudelft_outback.xml
Expand Up @@ -61,7 +61,9 @@
<define name="RADIO_CONTROL_SPEKTRUM_NO_SIGN" value="1"/>
</module>

<module name="actuators" type="pwm"/>
<module name="actuators" type="pwm">
<define name="SERVO_HZ" value="300"/>
</module>
<module name="intermcu" type="uart"/>
<module name="telemetry" type="intermcu"/>
<module name="opa_controller"/>
Expand All @@ -83,7 +85,7 @@
</section>

<servos driver="Pwm">
<servo name="THROTTLE" no="0" min="1100" neutral="1100" max="1900"/>
<servo name="THROTTLE" no="0" min="1000" neutral="1000" max="2000"/>
<servo name="SW_BACK" no="1" min="1950" neutral="1550" max="1150"/>
<servo name="SW_LEFTFRONT" no="2" min="1100" neutral="1500" max="1900"/>
<servo name="SW_RIGHTFRONT" no="3" min="1880" neutral="1480" max="1080"/>
Expand Down

0 comments on commit c4d7ca1

Please sign in to comment.