delete perception data

This commit is contained in:
lixiaopeng
2021-09-08 11:39:08 +08:00
parent 0a025af16d
commit 44d1248d47

View File

@@ -179,10 +179,10 @@ public class MapMarkerManager implements IMogoMarkerClickListener,
// msg.obj = resultList;
// msg.what = MSG_ADAS;
// msg.sendToTarget();
// 使用与渠道配置一样的gps提供者提供的数据
if (FunctionBuildConfig.gpsProvider != 2) {
AdasRecognizedResultDrawer.getInstance().renderAdasRecognizedResult(resultList);
}
// 使用与渠道配置一样的gps提供者提供的数据 武汉四跨不需要感知渲染,暂时去掉
// if (FunctionBuildConfig.gpsProvider != 2) {
// AdasRecognizedResultDrawer.getInstance().renderAdasRecognizedResult(resultList);
// }
//添加自车的定位图标,碰撞只有一个预警,还需要和adas 联调,
// for ( ADASRecognizedResult result : resultList) {