[围栏触发到站去掉非自驾判断]
This commit is contained in:
yangyakun
2023-09-07 14:49:20 +08:00
committed by zhongchao
parent 69479643d5
commit 9d3268904d

View File

@@ -1096,8 +1096,7 @@ public class TaxiModel {
if (getCurOrderStatus() == TaxiOrderStatusEnum.OnTheWayToStart) {
judgeStartStation(gnssInfo);
}
if (getCurOrderStatus() == TaxiOrderStatusEnum.OnTheWayToEnd &&
CallerAutoPilotStatusListenerManager.INSTANCE.getState() != IMoGoAutopilotStatusListener.STATUS_AUTOPILOT_RUNNING) {
if (getCurOrderStatus() == TaxiOrderStatusEnum.OnTheWayToEnd) {
judgeEndStation(gnssInfo);
}
}