paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5622] subsystem simulator is now only for target si


From: antoine drouin
Subject: [paparazzi-commits] [5622] subsystem simulator is now only for target sim
Date: Mon, 23 Aug 2010 15:31:44 +0000

Revision: 5622
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5622
Author:   poine
Date:     2010-08-23 15:31:43 +0000 (Mon, 23 Aug 2010)
Log Message:
-----------
subsystem simulator is now only for target sim

Modified Paths:
--------------
    paparazzi3/trunk/conf/airframes/Poine/booz2_a1.xml

Modified: paparazzi3/trunk/conf/airframes/Poine/booz2_a1.xml
===================================================================
--- paparazzi3/trunk/conf/airframes/Poine/booz2_a1.xml  2010-08-23 15:30:19 UTC 
(rev 5621)
+++ paparazzi3/trunk/conf/airframes/Poine/booz2_a1.xml  2010-08-23 15:31:43 UTC 
(rev 5622)
@@ -197,20 +197,13 @@
 
 
 
-<!--
-  <makefile target="opening">
-# prevents motors from ever starting
-#ap.CFLAGS += -DKILL_MOTORS
-#ap.CFLAGS += -DUSE_ADAPT_HOVER
-  </makefile>
--->
-
   <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="simulator"     type="nps"/>
+    <target name="sim" board="pc">
+      <subsystem name="simulator"     type="nps"/>
+    </target>
     <subsystem name="radio_control" type="ppm"/>
     <subsystem name="actuators"     type="mkk"/>
     <subsystem name="imu"           type="b2_v1.0"/>
@@ -225,14 +218,5 @@
     <target name="test_spektrum"  board="booz_1.0"/>
   </firmware>
 
-<!--
-  <makefile target="closure" location="after">
-#CFG_BOOZ=$(PAPARAZZI_SRC)/conf/autopilot/
-# FIXME: make fms a module
-#include $(CFG_BOOZ)/subsystems/booz2_fms_test_signal.makefile
-#include $(CFG_BOOZ)/booz2_test_progs.makefile
-#include $(PAPARAZZI_SRC)/conf/autopilot/booz2_simulator_nps.makefile
-  </makefile>
--->
 
 </airframe>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]