Merge branch 'dev_robotaxi-d_250417_8.0.0' into dev_robotaxi-d_250417_8.0.0_routing

This commit is contained in:
yangyakun
2025-05-26 11:46:52 +08:00
41 changed files with 1092 additions and 395 deletions

View File

@@ -60,4 +60,5 @@ interface IMoGoAutopilotIdentifyListener {
*/
fun onAutopilotV2nCongestionEvent(header: MessagePad.Header, rsi: MogoV2X.RSI_PB) {}
fun onPredictionProbabilityChanged(pro1: Float, pro2: Float) {}
}

View File

@@ -0,0 +1,14 @@
package com.mogo.eagle.core.function.api.setting
/**
* 工控机显示版本监听接口
*/
interface IMapShowNameListener {
/**
* 工控机显示版本
* @param showName 展示版本
*/
fun changeMapShowName(showName: String){}
}