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