升级地图版本1.0.0-vr-8.5.75 修改崩溃问题

增加新模型解决穿模问题
This commit is contained in:
董宏宇
2021-07-14 14:56:39 +08:00
parent 0f912d7815
commit 26d573e129
4 changed files with 5 additions and 3 deletions

View File

@@ -219,11 +219,13 @@ class BaseDrawer {
} else if (recognizedType == AdasRecognizedType.classIdWarningArrows) {
return R.raw.arraw;
} else if (recognizedType == AdasRecognizedType.classIdUnKnow) {
return R.raw.tache;
// TODO 这里临时替换模型解决穿模现象
return R.raw.tachexiaoche;
} else if (recognizedType == AdasRecognizedType.classIdBicycle) {
return R.raw.zixingche;
} else if (recognizedType == AdasRecognizedType.classIdTrafficTruck) {
return R.raw.kache;
// TODO 这里临时替换模型解决穿模现象
return R.raw.daba;
}
return R.raw.people;
}