mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 21:23:57 +08:00
Update multi_tables.py
This commit is contained in:
@@ -124,6 +124,15 @@ hex_cox = [
|
|||||||
[ -60, CCW],
|
[ -60, CCW],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
hex_t = [
|
||||||
|
[ 60, CW],
|
||||||
|
[ 60, CCW],
|
||||||
|
[ 180, CW],
|
||||||
|
[ 180, CCW],
|
||||||
|
[ -60, CW],
|
||||||
|
[ -60, CCW],
|
||||||
|
]
|
||||||
|
|
||||||
octa_x = [
|
octa_x = [
|
||||||
[ 22.5, CW],
|
[ 22.5, CW],
|
||||||
[-157.5, CW],
|
[-157.5, CW],
|
||||||
@@ -180,7 +189,7 @@ tri_y = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
tables = [quad_x, quad_h, quad_plus, quad_v, quad_wide, quad_deadcat, hex_x, hex_plus, hex_cox, octa_x, octa_plus, octa_cox, octa_cox_wide, twin_engine, tri_y]
|
tables = [quad_x, quad_h, quad_plus, quad_v, quad_wide, quad_deadcat, hex_x, hex_plus, hex_cox, hex_t, octa_x, octa_plus, octa_cox, octa_cox_wide, twin_engine, tri_y]
|
||||||
|
|
||||||
def variableName(variable):
|
def variableName(variable):
|
||||||
for variableName, value in list(globals().items()):
|
for variableName, value in list(globals().items()):
|
||||||
|
|||||||
Reference in New Issue
Block a user