[airframe] flappy update

This commit is contained in:
Christophe De Wagter
2017-11-10 12:52:43 +01:00
parent 0e7baf2472
commit ffe62681ea
2 changed files with 2 additions and 9 deletions
-7
View File
@@ -172,12 +172,6 @@
<define name="SENSORS_PARAMS" value="&quot;nps_sensors_params_default.h&quot;"/> <define name="SENSORS_PARAMS" value="&quot;nps_sensors_params_default.h&quot;"/>
</section> </section>
<modules main_freq="512">
<!--load name="gps_ubx_ucenter.xml"/-->
<!--load name="send_imu_mag_current.xml"/-->
<!--load name="logger_uart.xml" /-->
</modules>
<firmware name="rotorcraft"> <firmware name="rotorcraft">
<target name="ap" board="lisa_mx_2.1"> <target name="ap" board="lisa_mx_2.1">
<define name="REMAP_UART3" value="TRUE" /> <define name="REMAP_UART3" value="TRUE" />
@@ -192,7 +186,6 @@
</module--> </module-->
<configure name="AHRS_PROPAGATE_FREQUENCY" value="500"/> <configure name="AHRS_PROPAGATE_FREQUENCY" value="500"/>
<define name="USE_PERSISTENT_SETTINGS" value="TRUE"/>
</target> </target>
<target name="nps" board="pc"> <target name="nps" board="pc">
+2 -2
View File
@@ -183,9 +183,9 @@
ac_id="231" ac_id="231"
airframe="airframes/tudelft/quadthopter.xml" airframe="airframes/tudelft/quadthopter.xml"
radio="radios/deltang_rx31.xml" radio="radios/deltang_rx31.xml"
telemetry="telemetry/default_rotorcraft.xml" telemetry="telemetry/default_rotorcraft_slow.xml"
flight_plan="flight_plans/rotorcraft_basic.xml" flight_plan="flight_plans/rotorcraft_basic.xml"
settings="" settings="settings/rotorcraft_basic.xml"
settings_modules="modules/air_data.xml modules/ahrs_int_cmpl_quat.xml modules/stabilization_int_quat.xml modules/nav_basic_rotorcraft.xml modules/guidance_rotorcraft.xml modules/gps.xml modules/imu_common.xml" settings_modules="modules/air_data.xml modules/ahrs_int_cmpl_quat.xml modules/stabilization_int_quat.xml modules/nav_basic_rotorcraft.xml modules/guidance_rotorcraft.xml modules/gps.xml modules/imu_common.xml"
gui_color="white" gui_color="white"
release="65aa9a711dc4a66ed2d7cf73c0f5872bbeeb821d" release="65aa9a711dc4a66ed2d7cf73c0f5872bbeeb821d"