TractorVision初期移植

This commit is contained in:
CHAMPION923
2025-05-30 16:30:37 +08:00
commit 2acf920a87
36 changed files with 3898 additions and 0 deletions

12
config/2d_camera.json Normal file
View File

@@ -0,0 +1,12 @@
{
"camera": [
{
"sn":"054042423001",
"title":"前2D"
},
{
"sn":"054042423002",
"title":"后2D"
}
]
}

12
config/2d_camera.json.bak Normal file
View File

@@ -0,0 +1,12 @@
{
"camera": [
{
"sn":"054042423001",
"title":"前2D"
},
{
"sn":"054042423002",
"title":"后2D"
}
]
}

11
config/camera_sn.json Normal file
View File

@@ -0,0 +1,11 @@
{
"camera": [
{"sn": "234000035", "title": "前左避障"},
{"sn": "233801341", "title": "前右避障"},
{"sn": "233800055", "title": "后左避障"},
{"sn": "233800056", "title": "后右避障"},
{"sn": "233900305", "title": "前右上轨"},
{"sn": "233900303", "title": "后左上轨"}
]
}

28
config/camera_sn.json.bak Normal file
View File

@@ -0,0 +1,28 @@
{
"camera": [
{
"sn":"234000035",
"title":"前左避障"
},
{
"sn":"233801341",
"title":"前右避障"
},
{
"sn":"233900305",
"title":"前右上轨"
},
{
"sn":"233800055",
"title":"后左避障"
},
{
"sn":"233800056",
"title":"后右避障"
},
{
"sn":"233900303",
"title":"后左上轨"
}
]
}