[6.0.0]
[围栏触发到站去掉非自驾判断]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user