Merge branch 'qa_aiSdk_datalink' of http://gitlab.zhidaoauto.com/ecos/yycp-service/Launcher into qa_aiSdk_datalink
This commit is contained in:
@@ -110,11 +110,11 @@ public class V2XScenarioManager implements IV2XScenarioManager {
|
||||
mV2XScenario = new V2XOptimalRouteVREventScenario();
|
||||
break;
|
||||
case V2XMessageEntity.V2XTypeEnum.ALERT_THE_FRONT_WEAKNESS:
|
||||
mV2XScenario = new V2XFrontWarningScenario();
|
||||
if (V2XServiceManager.getMoGoStatusManager().isVrMode()) {
|
||||
} else {
|
||||
mV2XScenario = null;
|
||||
}
|
||||
// mV2XScenario = new V2XFrontWarningScenario();
|
||||
// if (V2XServiceManager.getMoGoStatusManager().isVrMode()) {
|
||||
// } else {
|
||||
// mV2XScenario = null;
|
||||
// }
|
||||
break;
|
||||
default:
|
||||
mV2XScenario = null;
|
||||
|
||||
Reference in New Issue
Block a user