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