[Ardrone] Takeoff without joystick is possible

This commit is contained in:
Christophe De Wagter
2013-08-30 12:52:31 +02:00
parent e216c61244
commit e6ae39d9d9
+2 -1
View File
@@ -207,9 +207,10 @@
</section>
<section name="AUTOPILOT">
<define name="MODE_STARTUP" value="AP_MODE_NAV"/>
<define name="MODE_MANUAL" value="AP_MODE_ATTITUDE_DIRECT"/>
<define name="MODE_AUTO1" value="AP_MODE_ATTITUDE_Z_HOLD"/>
<define name="MODE_AUTO2" value="AP_MODE_HOVER_Z_HOLD"/>
<define name="MODE_AUTO2" value="AP_MODE_NAV"/>
</section>
<section name="BAT">