Initial Comming

This commit is contained in:
2026-06-26 13:58:39 +10:00
parent 8b064bbd39
commit 0d1d66a85d
28 changed files with 4328 additions and 2 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"dictionary": "ARUCO_4X4_1000",
"note": "Maps physical ArUco marker IDs to scene.json anchors. fiducialId in scene.json must match arucoId here.",
"markers": [
{
"id": 0,
"name": "crest-01",
"ward": "North-West Ward"
},
{
"id": 1,
"name": "crest-02",
"ward": "North-East Ward"
},
{
"id": 2,
"name": "crest-03",
"ward": "Town Square Ward"
},
{
"id": 3,
"name": "crest-04",
"ward": "South-West Ward"
},
{
"id": 4,
"name": "crest-05",
"ward": "South-East Ward"
}
]
}