长兴特科拉项目

This commit is contained in:
zhang
2025-01-03 17:04:16 +08:00
parent e18fcf64c6
commit 2f54a1e9b9

View File

@@ -55,9 +55,6 @@ public class AGVSchedulingServiceImpl implements AGVSchedulingService {
block.put("blockId", IdUtil.simpleUUID());
block.put("location", inst.getStart_point_code());
block.put("operation", "JackLoad");
block.put("operationArgs", new JSONObject() {{
put("recognize", true);
}});
blocks.add(block);
// 终点1
@@ -68,13 +65,10 @@ public class AGVSchedulingServiceImpl implements AGVSchedulingService {
blocks.add(block);
// 起点2
blocks.add(block);
block = new JSONObject();
block.put("blockId", IdUtil.simpleUUID());
block.put("location", inst.getStart_point_code2());
block.put("operationArgs", new JSONObject() {{
put("recognize", true);
}});
block.put("operation", "JackLoad");
blocks.add(block);
// 终点2
block = new JSONObject();