mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 00:57:34 +08:00
Update mixer_multirotor.cpp
This commit is contained in:
@@ -170,6 +170,9 @@ MultirotorMixer::from_text(Mixer::ControlCallback control_cb, uintptr_t cb_handl
|
||||
|
||||
} else if (!strcmp(geomname, "6c")) {
|
||||
geometry = MultirotorGeometry::HEX_COX;
|
||||
|
||||
} else if (!strcmp(geomname, "6t")) {
|
||||
geometry = MultirotorGeometry::HEX_t;
|
||||
|
||||
} else if (!strcmp(geomname, "8+")) {
|
||||
geometry = MultirotorGeometry::OCTA_PLUS;
|
||||
|
||||
Reference in New Issue
Block a user