mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 07:30:34 +08:00
add new asymmetric airframe for Spedix S250AQ
This commit is contained in:
committed by
Lorenz Meier
parent
6ff85fb927
commit
8962eaa944
@@ -167,6 +167,9 @@ MultirotorMixer::from_text(Mixer::ControlCallback control_cb, uintptr_t cb_handl
|
||||
} else if (!strcmp(geomname, "4w")) {
|
||||
geometry = MultirotorGeometry::QUAD_WIDE;
|
||||
|
||||
} else if (!strcmp(geomname, "4s")) {
|
||||
geometry = MultirotorGeometry::QUAD_S250AQ;
|
||||
|
||||
} else if (!strcmp(geomname, "4dc")) {
|
||||
geometry = MultirotorGeometry::QUAD_DEADCAT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user