[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [5778] asset
From: |
Christophe De Wagter |
Subject: |
[paparazzi-commits] [5778] asset |
Date: |
Wed, 01 Sep 2010 12:02:10 +0000 |
Revision: 5778
http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5778
Author: dewagter
Date: 2010-09-01 12:01:47 +0000 (Wed, 01 Sep 2010)
Log Message:
-----------
asset
Modified Paths:
--------------
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
paparazzi3/trunk/conf/messages.xml
Modified:
paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
===================================================================
--- paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
2010-08-31 18:52:50 UTC (rev 5777)
+++ paparazzi3/trunk/conf/autopilot/subsystems/fixedwing/autopilot.makefile
2010-09-01 12:01:47 UTC (rev 5778)
@@ -25,8 +25,13 @@
# All targets need the board config
$(TARGET).CFLAGS += -DBOARD_CONFIG=$(BOARD_CFG)
-$(TARGET).CFLAGS += -DWIND_INFO -DTRAFFIC_INFO
+ifeq ($(OPTIONS), minimal)
+else
+ $(TARGET).CFLAGS += -DWIND_INFO
+endif
+$(TARGET).CFLAGS += -DTRAFFIC_INFO
+
sim.CFLAGS += -DSITL -DAP -DFBW -DRADIO_CONTROL -DINTER_MCU -DDOWNLINK
-DDOWNLINK_TRANSPORT=IvyTransport -DLED
sim.srcs += latlong.c radio_control.c downlink.c commands.c gps.c inter_mcu.c
estimator.c sys_time.c main_fbw.c main_ap.c datalink.c $(SRC_ARCH)/sim_ap.c
$(SRC_ARCH)/ppm_hw.c $(SRC_ARCH)/sim_gps.c $(SRC_ARCH)/ivy_transport.c
$(SRC_ARCH)/sim_adc_generic.c $(SRC_ARCH)/led_hw.c
Modified: paparazzi3/trunk/conf/messages.xml
===================================================================
--- paparazzi3/trunk/conf/messages.xml 2010-08-31 18:52:50 UTC (rev 5777)
+++ paparazzi3/trunk/conf/messages.xml 2010-09-01 12:01:47 UTC (rev 5778)
@@ -388,8 +388,38 @@
<field name="groundspeed_sp" type="float" unit="m/s"/>
</message>
- <!-- 55 is free -->
+ <message name="XSENS" id="55">
+ <field name="counter" type="int16" unit=""/>
+ <field name="p" type="float" unit="deg/s"/>
+ <field name="q" type="float" unit="deg/s"/>
+ <field name="r" type="float" unit="deg/s"/>
+
+ <field name="phi" type="float" unit="deg"/>
+ <field name="theta" type="float" unit="deg"/>
+ <field name="psi" type="float" unit="deg"/>
+
+ <field name="ax" type="float" unit="m/s2"/>
+ <field name="ay" type="float" unit="m/s2"/>
+ <field name="az" type="float" unit="m/s2"/>
+
+ <field name="vx" type="float" unit="m/s"/>
+ <field name="vy" type="float" unit="m/s"/>
+ <field name="vz" type="float" unit="m/s"/>
+
+ <field name="lat" type="float" unit="deg"/>
+ <field name="lon" type="float" unit="deg"/>
+ <field name="alt" type="float" unit="m"/>
+
+ <field name="status" type="uint8" unit=""/>
+
+ <field name="hour" type="uint8" unit=""/>
+ <field name="min" type="uint8" unit=""/>
+ <field name="sec" type="uint8" unit=""/>
+ <field name="nanosec" type="uint32" unit=""/>
+
+ </message>
+
<message name="BARO_ETS" id="56">
<field name="adc" type="uint16"/>
<field name="offset" type="uint16"/>
@@ -1868,6 +1898,11 @@
<field name="pitch" type="int8"/>
</message>
+ <message name="KITE_COMMAND" id="96">
+ <field name="POWER" type="uint16"/>
+ <field name="TURN" type="uint16"/>
+ </message>
+
<message name="SET_ACTUATOR" id="100">
<field name="value" type="uint16"/>
<field name="no" type="uint8"/>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [5778] asset,
Christophe De Wagter <=