SITL: support octaquad in quadplane sim

This commit is contained in:
Andrew Tridgell 2016-03-13 10:12:14 +11:00
parent f2411ac46e
commit b0ac6c26e0

View File

@ -35,6 +35,8 @@ QuadPlane::QuadPlane(const char *home_str, const char *frame_str) :
if (strstr(frame_str, "-octa-quad")) {
frame_type = "octa-quad";
} else if (strstr(frame_str, "-octaquad")) {
frame_type = "octa-quad";
} else if (strstr(frame_str, "-octa")) {
frame_type = "octa";
} else if (strstr(frame_str, "-hexax")) {