Skip to content

Commit

Permalink
[airframes] clean some doubles, remove untested airframes that are in…
Browse files Browse the repository at this point in the history
… tudelft conf, remove tudelft airframes that are not in a conf
  • Loading branch information
dewagter committed Oct 6, 2018
1 parent 6dd1357 commit 68efa1a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 859 deletions.
8 changes: 4 additions & 4 deletions conf/airframes/examples/ardrone2_opticflow_hover.xml
@@ -1,6 +1,8 @@
<!DOCTYPE airframe SYSTEM "../airframe.dtd">

<airframe name="ardrone2_opticflow">
<description>ARDrone2, Opticflow hover
</description>

<firmware name="rotorcraft">
<target name="ap" board="ardrone2"/>
Expand All @@ -11,7 +13,7 @@

<define name="USE_SONAR" value="TRUE"/>

<!-- Subsystem section -->
<!-- Subsystem section -->
<module name="telemetry" type="transparent_udp"/>
<module name="radio_control" type="datalink"/>
<module name="motor_mixing"/>
Expand All @@ -21,9 +23,7 @@
<module name="stabilization" type="int_quat"/>
<module name="ahrs" type="int_cmpl_quat"/>
<module name="ins" type="extended"/>
</firmware>

<modules main_freq="512">
<module name="bat_voltage_ardrone2"/>
<module name="gps" type="ubx_ucenter"/>
<module name="send_imu_mag_current"/>
Expand All @@ -40,7 +40,7 @@
</module>

<module name="opticflow_hover"/>
</modules>
</firmware>

<commands>
<axis name="PITCH" failsafe_value="0"/>
Expand Down
224 changes: 0 additions & 224 deletions conf/airframes/tudelft/ardrone2_oa_clint_roland.xml

This file was deleted.

11 changes: 3 additions & 8 deletions conf/airframes/tudelft/ardrone2_opticflow.xml
Expand Up @@ -4,7 +4,6 @@
<description>ARDrone2, Opticflow hover
</description>


<firmware name="rotorcraft">
<target name="ap" board="ardrone2"/>

Expand All @@ -14,7 +13,7 @@

<define name="USE_SONAR" value="TRUE"/>

<!-- Subsystem section -->
<!-- Subsystem section -->
<module name="telemetry" type="transparent_udp"/>
<module name="radio_control" type="datalink"/>
<module name="motor_mixing"/>
Expand Down Expand Up @@ -117,14 +116,10 @@
<!-- local magnetic field -->
<!-- http://wiki.paparazziuav.org/wiki/Subsystem/ahrs#Local_Magnetic_Field -->
<section name="AHRS" prefix="AHRS_">
<!-- Toulouse -->
<define name="H_X" value="0.513081"/>
<define name="H_Y" value="-0.00242783"/>
<define name="H_Z" value="0.858336"/>
<!-- Delft -->
<!--define name="H_X" value="0.3892503"/>
<define name="H_X" value="0.3892503"/>
<define name="H_Y" value="0.0017972"/>
<define name="H_Z" value="0.9211303"/ -->
<define name="H_Z" value="0.9211303"/>
</section>

<section name="INS" prefix="INS_">
Expand Down

0 comments on commit 68efa1a

Please sign in to comment.