From e608b056f95b527c7df72b5e7948925b6915c41b Mon Sep 17 00:00:00 2001 From: yuliang <398780299@qq.com> Date: Thu, 3 Jul 2025 17:19:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tw_test/scripts/all_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tw_test/scripts/all_test.ts b/tw_test/scripts/all_test.ts index 3a63b86..b995987 100644 --- a/tw_test/scripts/all_test.ts +++ b/tw_test/scripts/all_test.ts @@ -32,4 +32,4 @@ await RCS.agvLoad('3', '105_105', { priority: 1, forceStartWayPointId: '3_2', fo /* Rotation180 -> 5_2 -> 4_2 -> unload */ await RCS.cancelTasks('3'); -await RCS.agvUnload('3', '105_105', { priority: 1, forceStartWayPointId: '6_2', forceStartDirection: 'RIGHT' }) +await RCS.agvUnload('3', '105_105', { priority: 1, forceStartWayPointId: '6_2', forceStartDirection: 'RIGHT' }) \ No newline at end of file