[8.0.0]
[fea] [预测数据 只添加一个2s 超时]
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user