mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-04 22:17:01 +08:00
[ardrone] Fixed Baro
This commit is contained in:
committed by
Felix Ruess
parent
8e84c8ecbd
commit
9a864d8927
@@ -29,7 +29,11 @@
|
||||
|
||||
</firmware>
|
||||
|
||||
<!-- <modules main_freq="512"> <load name="sys_mon.xml" /> </modules> -->
|
||||
<!--
|
||||
<modules main_freq="512" >
|
||||
<load name="gps_ubx_ucenter.xml" />
|
||||
</modules>
|
||||
-->
|
||||
|
||||
<commands>
|
||||
<axis name="PITCH" failsafe_value="0" />
|
||||
@@ -117,7 +121,7 @@
|
||||
</section>
|
||||
|
||||
<section name="INS" prefix="INS_">
|
||||
<define name="BARO_SENS" value="100." integer="16" />
|
||||
<define name="BARO_SENS" value="22.4" integer="16" />
|
||||
</section>
|
||||
|
||||
<section name="STABILIZATION_RATE" prefix="STABILIZATION_RATE_">
|
||||
|
||||
Reference in New Issue
Block a user