[fea]
[预测数据 只添加一个2s 超时]
This commit is contained in:
yangyakun
2025-05-14 14:22:40 +08:00
parent 3cc19ebfd0
commit 1b1c83f8cb
2 changed files with 2 additions and 3 deletions

View File

@@ -36,8 +36,7 @@ object OchBridgeManager: CallerBase<IMoGoPlanningTrajectoryListener>(),
}
override fun onPredictionObstacleTrajectory(predictionObjects: Prediction2025.mPredictionObjects) {
CallerLogger.d(TAG,"onPredictionObstacleTrajectory 数据:${predictionObjects.objsAppList.size}------${predictionObjects.objsAppCount}")
if (predictionObjects.objsAppList==null||predictionObjects.objsAppCount<=0) {
if (predictionObjects.objsAppList==null) {
BridgeServiceManager.invokePredictionHaveData(false)
}else{
BridgeServiceManager.invokePredictionHaveData(true)

View File

@@ -54,7 +54,7 @@ class HomeViewModel : ViewModel(), BridgeListener, OrderListener {
}
fun checkScreenChange(){
CallerLogger.d(TAG,"havePredictionInfos:${havePredictionInfos}--havePredictionInfos:${havePredictionInfos}--order:${order}")
CallerLogger.d(TAG,"havePredictionInfos:${havePredictionInfos}--haveTrajectoryInfos:${haveTrajectoryInfos}--order:${order}")
if(order!=null&&havePredictionInfos&&havePredictionInfos){
// 展示三联屏
BizLoopManager.runInMainThread{