removed some long deprecated subsystem makefiles

This commit is contained in:
Felix Ruess
2012-10-14 19:13:07 +02:00
parent 2225d1624d
commit 3f192fa17b
6 changed files with 0 additions and 14 deletions
@@ -1,4 +0,0 @@
# attitude estimation for fixedwings via dcm algorithm
$(error The attitude_dcm subsystem has been renamed, please replace <subsystem name="attitude" type="dcm"/> with <subsystem name="ahrs" type="dcm"/>)
@@ -1 +0,0 @@
$(error Attitude estimation via infrared has been implemented as an AHRS subsystem now. Please replace <subsystem name="attitude" type="infrared"/> with <subsystem name="ahrs" type="infrared"/> and add the module <load name="infrared_adc.xml"/> in your airframe file.)
@@ -1 +0,0 @@
$(error Attitude estimation via infrared has been implemented as an AHRS subsystem now. Please replace <subsystem name="attitude" type="infrared"/> with <subsystem name="ahrs" type="infrared"/> and add the module <load name="infrared_i2c.xml"/> in your airframe file.)
@@ -1,3 +0,0 @@
# UBlox LEA 4P
$(error The gps_ublox_lea4p subsystem has been renamed, please replace <subsystem name="gps" type="ublox_lea4p"/> with <subsystem name="gps" type="ublox_utm"/> in your airframe file.)
@@ -1,4 +0,0 @@
# UBlox LEA 5H
$(error The gps_ublox_lea5h subsystem has been renamed, please replace <subsystem name="gps" type="ublox_lea5h"/> with <subsystem name="gps" type="ublox"/> in your airframe file.)
@@ -1 +0,0 @@
$(error The imu_booz subsystem has been removed, please replace <subsystem name="imu" type="booz"/> with e.g. <subsystem name="imu" type="yai"/> or "b2_v1.0", "b2_v1.1", "b2_v1.2" as appropriate.)