Browse Source

Generic AERT and AETR airframe support

QGC4.4
Don Gagne 10 years ago
parent
commit
bc5c933c7c
  1. 3
      src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc

3
src/AutoPilotPlugins/PX4/AirframeComponentAirframes.cc

@ -28,9 +28,10 @@
const AirframeComponentAirframes::AirframeInfo_t AirframeComponentAirframes::_rgAirframeInfoStandardPlane[] = { const AirframeComponentAirframes::AirframeInfo_t AirframeComponentAirframes::_rgAirframeInfoStandardPlane[] = {
{ "Multiplex Easystar 1/2", 2100 }, { "Multiplex Easystar 1/2", 2100 },
{ "Hobbyking Bixler 1/2", 2101 }, { "Generic AERT", 2101 },
{ "3DR Skywalker", 2102 }, { "3DR Skywalker", 2102 },
{ "Skyhunter (1800 mm)", 2103 }, { "Skyhunter (1800 mm)", 2103 },
{ "Generic AETR", 2104 },
{ NULL, 0 } { NULL, 0 }
}; };

Loading…
Cancel
Save