aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/utils/demo_data/aruco_markers_group.json
blob: e103d145af9acadf5541adcd0846207c9e17ebb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "dictionary": "DICT_APRILTAG_16h5",
    "places": {
        "0": {
            "translation": [-2.5, 17.5, 0],
            "rotation": [0.0, 0.0, 0.0],
            "size": 5
        },
        "1": {
            "translation": [27.5, 17.5, 0],
            "rotation": [0.0, 0.0, 0.0],
            "size": 5
        },
        "2": {
            "translation": [-2.5, -2.5, 0],
            "rotation": [0.0, 0.0, 0.0],
            "size": 5
        },
        "3": {
            "translation": [27.5, -2.5, 0],
            "rotation": [0.0, 0.0, 0.0],
            "size": 5
        }
    }
}