Commit de5e66bf authored by wanghao's avatar wanghao

1 扫托盘 上料 测试

parent a0364038
...@@ -140,9 +140,8 @@ public class NettyUdpServerHandler extends SimpleChannelInboundHandler<DatagramP ...@@ -140,9 +140,8 @@ public class NettyUdpServerHandler extends SimpleChannelInboundHandler<DatagramP
// 处理指令完成 // 处理指令完成
if (status.isFullyIdle()) { if (status.isFullyIdle()) {
log.info("status.isFullyIdle 了 吗? "); log.info("处理指令完成跟踪: {}", sender);
CommandExecution execution = currentCommands.get(sender); CommandExecution execution = currentCommands.get(sender);
log.info("currentCommands.get(sender) = " + execution);
if (execution != null) { if (execution != null) {
robotArmCommandService.completeCommand(execution.commandId); robotArmCommandService.completeCommand(execution.commandId);
currentCommands.remove(sender); currentCommands.remove(sender);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment