更改美化模式判断
This commit is contained in:
xuxinchao
2022-06-28 18:04:24 +08:00
committed by liujing
parent 370c80c083
commit 1cf4803d1e

View File

@@ -68,7 +68,7 @@ class IdentifyOriginDataDrawer : Identify, IMoGoAutopilotStatusListener {
@SuppressLint("NewApi")
override fun renderPlanningWarningObj(planningObjects: List<MessagePad.PlanningObject>?) {
//处于美化模式或者自动驾驶状态下展示
if(FunctionBuildConfig.isDrawUnknownIdentifyData || mAutopilotStatus==2){
if(FunctionBuildConfig.isIgnoreConditionsDrawAutopilotTrajectoryData || mAutopilotStatus==2){
if (planningObjects == null) {
Log.d("hy","planningObjects null")
if (colorTrafficData.size == 0) {