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