[6.9.0]
[fix] [offline] [下发轨迹控制]
This commit is contained in:
@@ -12,6 +12,7 @@ import com.mogo.och.bridge.autopilot.trajectory.ITrajectoryListListener
|
||||
import com.mogo.och.bridge.autopilot.trajectory.TrajectoryManager
|
||||
import com.mogo.och.common.module.manager.logchainanalytic.OchChainLogManager
|
||||
import com.mogo.och.offline.constant.BusConst
|
||||
import com.mogo.och.offline.model.LineModel
|
||||
import com.mogo.och.offline.model.LineModel.currentTask
|
||||
import com.mogo.och.offline.model.OrderModel.isGoingToNextStation
|
||||
import io.reactivex.Observable
|
||||
@@ -57,7 +58,7 @@ object OffLineTrajectoryManager : ITrajectoryListListener {
|
||||
"开始或者结束下发轨迹 轨迹id:${mAutopilotControlParameters!!.autoPilotLine!!.lineId}"
|
||||
)
|
||||
}
|
||||
if (isLogin() && currentTask != null && !isGoingToNextStation) {
|
||||
if (isLogin() && currentTask != null && !isGoingToNextStation && LineModel.startStationIndex == 0) {
|
||||
d(TAG, "syncTrajectoryInfo() start.")
|
||||
startTrajReqLoop()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user