#
Junjie
昨天 114b4110c46d1976c53ca1373e45c63471e2c9ba
src/main/java/com/zy/core/thread/ShuttleThread.java
@@ -1,6 +1,7 @@
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;
@@ -67,6 +68,8 @@
    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);//获取移动命令