| | |
| | | package com.zy.core.thread; |
| | | |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.zy.common.ExecuteSupport; |
| | | import com.zy.common.model.NavigateNode; |
| | | import com.zy.core.ThreadHandler; |
| | |
| | | |
| | | boolean offerSystemMsg(String format, Object... arguments); |
| | | |
| | | JSONObject parseStatusToMsg(ShuttleProtocol shuttleProtocol); |
| | | |
| | | //***************获取命令***************** |
| | | |
| | | ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed, List<NavigateNode> nodes);//获取移动命令 |