Merge branch 'refs/heads/dev_robotaxi-d_240912_6.7.0' into dev_robotaxi-d_240912_6.7.2_local

This commit is contained in:
donghongyu-pc
2024-10-21 15:54:30 +08:00
17 changed files with 362 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ import com.mogo.eagle.core.function.api.map.angle.ScreenToOriginDis.DOWN
import com.mogo.eagle.core.function.api.map.angle.ScreenToOriginDis.UP
import com.mogo.eagle.core.function.api.map.road.IMoGoMapRoadListener
import com.mogo.eagle.core.function.call.autopilot.*
import com.mogo.eagle.core.function.call.hmi.CallerHmiManager
import com.mogo.eagle.core.function.call.map.*
import com.mogo.eagle.core.utilcode.kotlin.*
import com.zhidaoauto.map.data.road.RoadCross
@@ -150,6 +151,9 @@ class MoGoVisualAngleChangeProvider: IMoGoVisualAngleChangeProvider {
private var prevJob: Job? = null
override fun changeScene(scene: Scene) {
if (CallerHmiManager.isHdMapVisualAngleAdjustShow()) {
return
}
prevJob?.safeCancel()
scope.launch {
val delay = scene.getDelay()