[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5623] Updated to full xml with sim
From: |
Eric |
Subject: |
[paparazzi-commits] [5623] Updated to full xml with sim |
Date: |
Mon, 23 Aug 2010 15:36:11 +0000 |
Revision: 5623
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5623
Author: lamestllama
Date: 2010-08-23 15:36:11 +0000 (Mon, 23 Aug 2010)
Log Message:
-----------
Updated to full xml with sim
Modified Paths:
--------------
paparazzi3/trunk/conf/airframes/UofAdelaide/A1000_BOOZ.xml
Modified: paparazzi3/trunk/conf/airframes/UofAdelaide/A1000_BOOZ.xml
===================================================================
--- paparazzi3/trunk/conf/airframes/UofAdelaide/A1000_BOOZ.xml 2010-08-23
15:31:43 UTC (rev 5622)
+++ paparazzi3/trunk/conf/airframes/UofAdelaide/A1000_BOOZ.xml 2010-08-23
15:36:11 UTC (rev 5623)
@@ -270,20 +270,10 @@
</section>
- <firmware name="rotorcraft">
+ <firmware name="rotorcraft">
<target name="ap" board="booz_1.0">
- <param name="FLASH_MODE" value="IAP"/> <!-- default for the board but
putting it here as example-->
- </target>
-
- <target name="sim" board="pc" />
-
- <subsystem name="radio_control" type="ppm"/>
- <subsystem name="actuators" type="mkk"/>
- <subsystem name="imu" type="crista"/>
- <subsystem name="gps" type="ublox"/>
- <subsystem name="ahrs" type="cmpl"/>
- <subsystem name="ins" type="hff"/>
- <define name="RADIO_CONTROL_KILL_SWITCH" value="RADIO_CONTROL_SWITCH1"/>
+ <param name="FLASH_MODE" value="IAP"/> <!-- default for the board but
putting it here as example-->
+ <define name="RADIO_CONTROL_KILL_SWITCH" value="RADIO_CONTROL_SWITCH1"/>
<!-- <define name="KILL_MOTORS"/> -->
<define name="MODEM_BAUD" value = "B57600"/>
<define name="BOOZ_FAILSAFE_GROUND_DETECT"/>
@@ -293,6 +283,17 @@
<define name="USE_ADAPT_HOVER"/>
<define name="USE_INS_NAV_INIT"/>
<define name="BOOZ_START_DELAY" value = "3"/>
+ </target>
+
+ <target name="sim" board="pc"/>
+ <subsystem name="simulator" type="nps"/>
+ <subsystem name="radio_control" type="ppm"/>
+ <subsystem name="actuators" type="mkk"/>
+ <subsystem name="imu" type="b2_v1.1"/>
+ <subsystem name="gps" type="ublox"/>
+ <subsystem name="ahrs" type="cmpl"/>
+ <subsystem name="ins" type="hff"/>
+
</firmware>
<firmware name="booz_test_progs">
@@ -300,6 +301,13 @@
<target name="test_baro" board="booz_1.0"/>
<target name="test_spektrum" board="booz_1.0"/>
</firmware>
+
+
+ <firmware name="booz_test_progs">
+ <target name="test_telemetry" board="booz_1.0"/>
+ <target name="test_baro" board="booz_1.0"/>
+ <target name="test_spektrum" board="booz_1.0"/>
+ </firmware>
<!-- old makefile section
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5623] Updated to full xml with sim,
Eric <=