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