aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/ArUcoMarkers/utils/aruco_plan.json
blob: 1ab05b25dff75608d7b58b58aedf4c157f2a943d (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
26
27
28
29
30
{
    "dictionary": "DICT_APRILTAG_16h5",
    "marker_size": 5,
    "width": 29.7,
    "height": 21,
    "places": {
        "lower_left": {
            "translation": [0, 0, 0],
            "rotation": [0, 0, 0],
            "marker": 2
        },
        "upper_left": {
            "translation": [0, 21, 0],
            "rotation": [0, 0, 0],
            "marker": 3
        },
        "upper_right": {
            "translation": [29.7, 21, 0],
            "rotation": [0, 0, 0],
            "marker": 4
        },
        "lower_right": {
            "translation": [29.7, 0, 0],
            "rotation": [0, 0, 0],
            "marker": 5
        }
    },
    "angle_tolerance": 5.0,
    "distance_tolerance": 1.0
}