Commit 4231bd12 authored by wanghao's avatar wanghao

1 调试

parent d3b38e63
...@@ -133,6 +133,7 @@ public class RobotArmCommand extends BaseEntity ...@@ -133,6 +133,7 @@ public class RobotArmCommand extends BaseEntity
.append("startExecutionTime", getStartExecutionTime()) .append("startExecutionTime", getStartExecutionTime())
.append("endExecutionTime", getEndExecutionTime()) .append("endExecutionTime", getEndExecutionTime())
.append("createTime", getCreateTime()) .append("createTime", getCreateTime())
.append("command", getCommand())
.toString(); .toString();
} }
} }
...@@ -124,8 +124,6 @@ public class RobotArmCommandServiceImpl implements IRobotArmCommandService ...@@ -124,8 +124,6 @@ public class RobotArmCommandServiceImpl implements IRobotArmCommandService
// 发送UDP指令 // 发送UDP指令
SocketAddress address = getRobotAddress(); SocketAddress address = getRobotAddress();
log.info("开始发送UDP指令了啊,可不能为空: {}", command.getCommand());
udpCommandSender.sendCommandWithId( udpCommandSender.sendCommandWithId(
address, address,
command.getCommand() command.getCommand()
......
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