This commit is contained in:
ywb
2026-06-01 18:27:36 +08:00
parent 74ec30ba3f
commit e7c9621c65
7 changed files with 39 additions and 12 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
# ========== 网络配置(集中管理所有 IP 地址 — 修改此处即可全局生效)==========
AGV_HOST = "192.168.50.93"
ARM_HOST = "192.168.50.90"
ARM_HOST = "192.168.50.91"
# ========== AGV 参数 ==========
AGV_CONFIG = {
@@ -89,4 +89,4 @@ class State:
class PhotoType:
FRONT = "front"
BACK = "back"
NAMEPLATE = "nameplate"
NAMEPLATE = "nameplate"