Merge branch 'dev_robotaxi-d-app-module_251_220125_2.5.1' into dev_MogoAP_eagle-220_211207_8.0.17_merge
This commit is contained in:
@@ -78,15 +78,15 @@ public class IdentifyDataDrawer {
|
||||
}
|
||||
|
||||
// 循环将集合中的数据提取记录
|
||||
// ArrayList<String> trafficDataUuidList = new ArrayList<>();
|
||||
// for (TrafficData trafficData : resultList) {
|
||||
// // 过滤掉未知感知数据
|
||||
// if (trafficData.getType() == TrafficTypeEnum.TYPE_TRAFFIC_ID_WEI_ZHI) {
|
||||
// //Logger.w(TAG, "未知感知类型数据,丢弃,不渲染");
|
||||
// continue;
|
||||
// }
|
||||
// trafficDataUuidList.add(trafficData.getUuid());
|
||||
// }
|
||||
ArrayList<String> trafficDataUuidList = new ArrayList<>();
|
||||
for (TrafficData trafficData : resultList) {
|
||||
// 过滤掉未知感知数据
|
||||
if (trafficData.getType() == TrafficTypeEnum.TYPE_TRAFFIC_ID_WEI_ZHI) {
|
||||
//Logger.w(TAG, "未知感知类型数据,丢弃,不渲染");
|
||||
continue;
|
||||
}
|
||||
trafficDataUuidList.add(trafficData.getUuid());
|
||||
}
|
||||
// // 找出上一针数据中已经不在本次数据中存在的数据
|
||||
// for (String uuid : mMarkersCaches.keySet()) {
|
||||
// if (!trafficDataUuidList.contains(uuid)) {
|
||||
|
||||
Reference in New Issue
Block a user