src/yaokong/SteeringCommandSender.java
@@ -19,9 +19,6 @@ // 使用修正后的方法构建指令 byte[] commandBytes = buildSteeringCommandBytes(steeringSpeed, forwardSpeed); // 调试:打印发送的数据 System.out.println("发送修正后的转向指令: " + bytesToHex(commandBytes)); // 发送数据 outputStream.write(commandBytes); outputStream.flush();