SITL: support octaquad in quadplane sim
This commit is contained in:
parent
f2411ac46e
commit
b0ac6c26e0
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user