merge qa_aiSdk_datalink

This commit is contained in:
zhongchao
2021-06-07 10:45:02 +08:00
5 changed files with 48 additions and 38 deletions

View File

@@ -307,9 +307,9 @@ class AdasRecognizedResultDrawer extends BaseDrawer {
}
marker.setAnchorColor(carColor);
if (shouldShowSpeed(recognizedListResult.type)) {
showSelfSpeed(marker, recognizedListResult.speed, recognizedListResult.uuid, recognizedListResult.type, MogoApisHandler.getInstance().getApis().getStatusManagerApi().isVrMode());
}
// if (shouldShowSpeed(recognizedListResult.type)) {
// showSelfSpeed(marker, recognizedListResult.speed, recognizedListResult.uuid, recognizedListResult.type, MogoApisHandler.getInstance().getApis().getStatusManagerApi().isVrMode());
// } //todo 6月4号演示关闭
}
/**