[3.3.0] bus司机端到站log

This commit is contained in:
wangmingjun
2023-06-21 18:22:33 +08:00
parent 8bd21decc6
commit 6426d50879

View File

@@ -423,7 +423,7 @@ public class OrderModel {
//3、刚过站且过站距离在15m内 提交到站
if (stationAngle > 90 && distance <= BusConst.ARRIVE_AT_END_STATION_DISTANCE){
CallerLogger.INSTANCE.d(M_BUS + TAG, "c() = 刚过站且在15m内");
CallerLogger.INSTANCE.d(M_BUS + TAG, "judgeArrivedStation() = 刚过站且在15m内");
onArriveAt(null); //无自动驾驶到站信息传null
}