[dev_opt_2.15.0]运营面板增加V2N场景进PNC开关

This commit is contained in:
xuxinchao
2023-04-03 16:33:04 +08:00
parent 94bb6c976b
commit 09e849ad19
6 changed files with 55 additions and 17 deletions

View File

@@ -282,6 +282,14 @@ object CallerAutoPilotControlManager {
}
}
/**
* 控制V2N数据给车端PnC
* @param switchCmd true为发给PnCfalse为不发给PnC
*/
fun sendV2nToPncCmd(switchCmd: Boolean){
providerApi?.sendV2nToPncCmd(switchCmd)
}
/**
* 向左变道
*/