Merge branch 'dev_robotaxi-d_231031_6.2.0' into dev_robotaxi-d_231129_6.2.2_routing_verify

This commit is contained in:
aibingbing
2023-12-01 16:30:26 +08:00

View File

@@ -1,5 +1,6 @@
package com.mogo.eagle.core.function.call.map
import com.mogo.eagle.core.data.config.FunctionBuildConfig
import com.mogo.eagle.core.function.api.map.roma.IMoGoRomaListener
import com.mogo.eagle.core.function.call.base.CallerBase
import kotlin.properties.Delegates
@@ -60,7 +61,7 @@ object CallerMapRomaListener : CallerBase<IMoGoRomaListener>() {
}
fun isRange():Boolean{
return romaRange
return (FunctionBuildConfig.romaModeStyle == 0 && romaRange) || FunctionBuildConfig.romaModeStyle == 1
}
}