mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 16:49:06 +08:00
Update mixer_multirotor.cpp
This commit is contained in:
parent
3daf4a3a67
commit
021da9b2e1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user