rebase problem and renote the traffic light code ,wait to know origin logic
This commit is contained in:
@@ -22,11 +22,11 @@ class TrafficLightHMIManager {
|
||||
}
|
||||
|
||||
fun updateTrafficLight(trafficLightResult: TrafficLightResult) {
|
||||
if (!initView) {
|
||||
initView = true
|
||||
CallerHmiManager.showWarningTrafficLight(0)
|
||||
}
|
||||
//todo 需要确认场景是否一致
|
||||
// if (!initView) {
|
||||
// initView = true
|
||||
// CallerHmiManager.showWarningTrafficLight(0)
|
||||
// }
|
||||
// val leftTrafficLightStatus = trafficLightResult.laneList.left
|
||||
// callerHMIToChangeLight(leftTrafficLightStatus)
|
||||
//
|
||||
|
||||
@@ -12,7 +12,6 @@ import com.mogo.eagle.core.function.api.trafficlight.IMoGoTrafficLightListener
|
||||
import com.mogo.eagle.core.function.call.hmi.CallerHmiManager
|
||||
import com.mogo.eagle.core.function.call.trafficlight.CallTrafficLightListenerManager
|
||||
import com.mogo.eagle.core.function.v2x.trafficlight.core.MogoTrafficLightManager
|
||||
import com.mogo.map.location.MogoLocation
|
||||
import com.mogo.map.navi.IMogoCarLocationChangedListener2
|
||||
import com.mogo.module.common.MogoApisHandler
|
||||
import com.mogo.module.common.enums.EventTypeEnum
|
||||
@@ -91,7 +90,7 @@ class VipCarManager : IMogoOnMessageListener<VipMessage>, IMoGoTrafficLightListe
|
||||
}
|
||||
|
||||
private fun canGetThroughCross(
|
||||
it: MogoLocation,
|
||||
it: Location,
|
||||
trafficLightResult: TrafficLightResult
|
||||
): Boolean {
|
||||
return if (CoordinateUtils.calculateLineDistance(
|
||||
|
||||
@@ -45,7 +45,7 @@ dependencies {
|
||||
api rootProject.ext.dependencies.mogoaicloudnetwork
|
||||
api rootProject.ext.dependencies.mogoaicloudpassport
|
||||
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
implementation rootProject.ext.dependencies.mogo_core_data
|
||||
} else {
|
||||
implementation project(':core:mogo-core-data')
|
||||
|
||||
@@ -17,6 +17,7 @@ import com.mogo.cloud.tanlu.bean.MarkerExploreWayItemCloud;
|
||||
import com.mogo.commons.voice.AIAssist;
|
||||
import com.mogo.eagle.core.data.map.MogoLatLng;
|
||||
import com.mogo.eagle.core.data.map.MogoLocation;
|
||||
import com.mogo.eagle.core.utilcode.mogo.thread.WorkThreadHandler;
|
||||
import com.mogo.map.marker.IMogoMarker;
|
||||
import com.mogo.map.marker.IMogoMarkerClickListener;
|
||||
import com.mogo.map.marker.IMogoMarkerManager;
|
||||
|
||||
Reference in New Issue
Block a user