Merge branch 'dev' of http://88.22.24.105:3000/harmony_car/subject-two into dev
This commit is contained in:
commit
bc8017ff71
@ -261,8 +261,8 @@ const getPlcData = async (plc: string) => {
|
||||
//TODO gps数据
|
||||
//gps时间 经度 纬度 航向角 俯仰角 海拔高 高度差 速度
|
||||
sj: time,
|
||||
jd: p[96],
|
||||
wd: p[95],
|
||||
jd: Math.max(Number(p[95]),Number(p[96])),
|
||||
wd: Math.min(Number(p[95]),Number(p[96])),
|
||||
hxj: p[90],
|
||||
fyj: p[91],
|
||||
hbg: p[85],
|
||||
|
||||
@ -19,7 +19,7 @@ export const judgeConfig = {
|
||||
//四合一画面配置
|
||||
fourInOneScreen:{
|
||||
//gps位数
|
||||
gpsDigit:6
|
||||
gpsDigit:7
|
||||
},
|
||||
// 杭州科目二
|
||||
// trajectoryPath: 'logs/2024_07_19/0000000000001_342323199501470011_测试学员1_2024_07_19_06_49_12/judge_exam_data.txt',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user