constants.py 139 Bytes
Newer Older
yukang's avatar
yukang committed
1
2
3
4
5
6
7
8
9
10
11
12
LABEL_ATTR = (
    "tx_m",
    "ty_m",
    "tz_m",
    "length_m",
    "width_m",
    "height_m",
    "qw",
    "qx",
    "qy",
    "qz",
)