Skip to content

Commit

Permalink
[FBW_GPS] fix fixeding example
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Oct 6, 2016
1 parent d9009a0 commit a2f7cf3
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions conf/airframes/examples/separate_fbw_ap.xml
Expand Up @@ -202,7 +202,6 @@


<modules>
<module name="gps" type="ubx_ucenter"/>
<!--
<module name="adc_generic">
<configure name="ADC_CHANNEL_GENERIC1" value="ADC_1" />
Expand Down Expand Up @@ -248,6 +247,12 @@
<configure name="INTERMCU_PORT" value="UART5"/>
</module>

<module name="gps" type="ublox">
<configure name="GPS_PORT" value="UART1"/>
</module>
<module name="gps" type="ubx_ucenter"/>


<module name="control"/>
<module name="navigation"/>
</target>
Expand All @@ -272,6 +277,11 @@
<target name="sim" board="pc">
<module name="control"/>
<module name="navigation"/>

<module name="gps" type="ublox">
<configure name="GPS_PORT" value="UART1"/>
</module>

</target>

<configure name="FLASH_MODE" value="JTAG"/>
Expand All @@ -296,10 +306,6 @@

<!-- Sensors -->
<module name="imu" type="aspirin_v2.1"/>
<module name="gps" type="ublox">
<configure name="GPS_PORT" value="UART1"/>
</module>

<module name="ahrs" type="float_dcm"/>
<module name="ins" type="alt_float"/>

Expand Down

0 comments on commit a2f7cf3

Please sign in to comment.