Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
with open(file_path + 'tmp.txt', 'a+', encoding='utf-8') as w: # 记录偏转值 w.write(data) # 记录当前采集一组实际平均值 w.write(str(args[4]) + ',' + str(args[5]) + ',' + str(Tx_mean) + ',' + str(Ty_mean) + '\n') w.close()
如果涉及代码,需要报错提示与全部代码文本,请注意不要贴代码图片