replace unknow car type

This commit is contained in:
zhongchao
2021-05-08 20:38:55 +08:00
parent 4a38fefb9c
commit a3bfafcb67
2 changed files with 1 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ class BaseDrawer {
} else if (recognizedType == AdasRecognizedType.classIdWarningArrows) {
return R.raw.arraw;
} else if (recognizedType == AdasRecognizedType.classIdUnKnow) { //todo unKnow物体3D模型
return R.raw.othercar;
return R.raw.tache;
}
return R.raw.people;
}