| | |
| | | |
| | | boolean reset(ShuttleCommand command);//复位开关 |
| | | |
| | | boolean updateLocation(ShuttleCommand command);//更新坐标 |
| | | |
| | | boolean isIdle(); |
| | | |
| | | boolean isIdle(ExecuteSupport support);//是否空闲 |
| | |
| | | |
| | | boolean enableMoveLoc(ShuttleMoveLocParam param, boolean enable); |
| | | |
| | | boolean requestWaiting(); |
| | | |
| | | //***************获取命令***************** |
| | | |
| | | ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed, List<NavigateNode> nodes);//获取移动命令 |
| | |
| | | |
| | | ShuttleCommand getChargeCommand(Integer taskNo, Boolean charge);//充电开关命令 true=>开 false=>关 |
| | | |
| | | ShuttleCommand getUpdateLocationCommand(Integer taskNo, String locNo);//获取更新坐标命令 |
| | | |
| | | } |