mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
Update multi_tables.py
Corrected HEX_T position and rotation for motors 1-2-5-6
This commit is contained in:
@@ -170,7 +170,7 @@ 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;
|
||||
|
||||
|
||||
@@ -125,12 +125,12 @@ hex_cox = [
|
||||
]
|
||||
|
||||
hex_t = [
|
||||
[ 60, CW],
|
||||
[ 60, CCW],
|
||||
[ 43.21, CCW],
|
||||
[ 43.21, CW],
|
||||
[ 180, CW],
|
||||
[ 180, CCW],
|
||||
[ -60, CW],
|
||||
[ -60, CCW],
|
||||
[ -43.21, CW],
|
||||
[ -43.21, CCW],
|
||||
]
|
||||
|
||||
octa_x = [
|
||||
|
||||
Reference in New Issue
Block a user