[6.1.0]调整红绿灯数据分发
This commit is contained in:
@@ -136,8 +136,6 @@ class TrafficLightDispatcher : IMoGoAutopilotIdentifyListener, IMoGoTrafficLight
|
||||
)
|
||||
}
|
||||
if (!hasObuLightStatus) {
|
||||
hasAiLightStatus = true
|
||||
hasAutopilotPerception = false
|
||||
CallerLogger.d(
|
||||
"${SceneConstant.M_D_C}${TAG}",
|
||||
"onTrafficLightStatus trafficLightResult = $trafficLightResult "
|
||||
@@ -304,6 +302,8 @@ class TrafficLightDispatcher : IMoGoAutopilotIdentifyListener, IMoGoTrafficLight
|
||||
"updateTrafficLight ----- currentTrafficLight = $currentTrafficLight"
|
||||
)
|
||||
currentTrafficLight?.let {
|
||||
hasAiLightStatus = true
|
||||
hasAutopilotPerception = false
|
||||
val remain = if (it.time() > 99) {
|
||||
99
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user