12 lines
139 B
Python
12 lines
139 B
Python
|
|
LABEL_ATTR = (
|
||
|
|
"tx_m",
|
||
|
|
"ty_m",
|
||
|
|
"tz_m",
|
||
|
|
"length_m",
|
||
|
|
"width_m",
|
||
|
|
"height_m",
|
||
|
|
"qw",
|
||
|
|
"qx",
|
||
|
|
"qy",
|
||
|
|
"qz",
|
||
|
|
)
|