[6.9.0][Opt]车龙决策信息展示
This commit is contained in:
@@ -115,6 +115,12 @@ class PncActionsView @JvmOverloads constructor(
|
||||
e.printStackTrace()
|
||||
}
|
||||
}
|
||||
planningActionMsg.v2NActionMsgList?.forEach { v2nAction ->
|
||||
actions = PncActionsHelper.getAction(
|
||||
v2nAction.drivingState.number,
|
||||
v2nAction.drivingAction.number
|
||||
)
|
||||
}
|
||||
// update view
|
||||
if (actions.isNullOrEmpty()) {
|
||||
tvHmiPncActions.background = null
|
||||
|
||||
Reference in New Issue
Block a user