From fdb88b21a1c29c1df058923296d320c5f21d0d1c Mon Sep 17 00:00:00 2001 From: ywb <347742090@qq.com> Date: Thu, 14 May 2026 22:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=BA=E5=9E=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agv_app/data/machines_config.json | 42 ++++++++ agv_app/templates/setting.html | 168 +++++++++++++++--------------- 2 files changed, 128 insertions(+), 82 deletions(-) diff --git a/agv_app/data/machines_config.json b/agv_app/data/machines_config.json index bdb5f16..bb03c17 100644 --- a/agv_app/data/machines_config.json +++ b/agv_app/data/machines_config.json @@ -292,5 +292,47 @@ ], "poses": [] } + }, + { + "id": "m_1_1", + "row": 1, + "col": 1, + "front": { + "coords": [ + 0, + 0, + 0 + ], + "poses": [] + }, + "back": { + "coords": [ + 0, + 0, + 0 + ], + "poses": [] + } + }, + { + "id": "m_1_0", + "row": 1, + "col": 0, + "front": { + "coords": [ + 0, + 0, + 0 + ], + "poses": [] + }, + "back": { + "coords": [ + 0, + 0, + 0 + ], + "poses": [] + } } ] \ No newline at end of file diff --git a/agv_app/templates/setting.html b/agv_app/templates/setting.html index a14e794..d6dfded 100644 --- a/agv_app/templates/setting.html +++ b/agv_app/templates/setting.html @@ -4,7 +4,7 @@
暂无机型配置,请添加新机型