Merge remote-tracking branch 'remotes/origin/JD900' into JD900

This commit is contained in:
2024-07-28 11:07:10 +08:00
3 changed files with 1950 additions and 2209 deletions
+1
View File
@@ -19,6 +19,7 @@
.QLabel {
font: 15px "黑体";
max-height : 33;
}
+1947 -2207
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,4 +1,4 @@
#include "Parse.h"
#include "Parse.h"
#include <cmath>
@@ -684,7 +684,7 @@ void Parse::run()
memcpy(&imu.GPSWeek, data.data() + index, 2);
index += 2;
qDebug() << "imu.GPSWeek" << QString::number(imu.GPSWeek, 16);
//qDebug() << "imu.GPSWeek" << QString::number(imu.GPSWeek, 16);
memcpy(&imu.tow_ms, data.data() + index, 4);
index += 4;