| | |
| | | continue; |
| | | } |
| | | |
| | | |
| | | String next = pathListPart.get(i); |
| | | |
| | | Code nextCode = codeService.getCacheByData(next); |
| | |
| | | lastDirection = nextDirection; |
| | | } |
| | | |
| | | actionList.add(new Action( |
| | | null, // 编号 |
| | | task.getBusId(), // 总线 |
| | | task.getId(), // 任务 |
| | | null, // 动作号 |
| | | null, // 优先级 |
| | | ActionTypeType.RunToWaitHeight.desc, // 名称 |
| | | 1D, // 属性값 |
| | | lastCode.getData(), // 地面码 |
| | | "350", // 动作参数 |
| | | ActionTypeType.RunToWaitHeight.val(), // 动作类型 |
| | | actionPrepareSts, // 动作进度 |
| | | agvId, // AGV |
| | | now // 工作时间 |
| | | )); |
| | | |
| | | |
| | | // run |
| | | ActionTypeType actionType = ActionTypeType.StraightAheadTurnable; |
| | | if (reverse) { |