From bc5c933c7c315b3d08b6630ce3c257bf1e23fb21 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Thu, 2 Jul 2015 14:47:06 -0700 Subject: [PATCH] Generic AERT and AETR airframe support --- src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc b/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc index 1126103..b2024f8 100644 --- a/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc +++ b/src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc @@ -28,9 +28,10 @@ const AirframeComponentAirframes::AirframeInfo_t AirframeComponentAirframes::_rgAirframeInfoStandardPlane[] = { { "Multiplex Easystar 1/2", 2100 }, - { "Hobbyking Bixler 1/2", 2101 }, + { "Generic AERT", 2101 }, { "3DR Skywalker", 2102 }, { "Skyhunter (1800 mm)", 2103 }, + { "Generic AETR", 2104 }, { NULL, 0 } };