[6.7.0]
[fea] [暴露orderId]
This commit is contained in:
@@ -12,6 +12,7 @@ import com.mogo.eagle.core.function.api.autopilot.IMoGoChassisLocationGCJ02Liste
|
||||
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotControlManager
|
||||
import com.mogo.eagle.core.function.call.autopilot.CallerAutoPilotStatusListenerManager
|
||||
import com.mogo.eagle.core.function.call.map.CallerMapGlobalTrajectoryDrawManager
|
||||
import com.mogo.eagle.core.function.call.och.CallerEagleBaseFunctionCall4OchManager
|
||||
import com.mogo.eagle.core.function.call.order.CallerOrderListenerManager
|
||||
import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger.d
|
||||
import com.mogo.eagle.core.utilcode.mogo.logger.CallerLogger.e
|
||||
@@ -253,6 +254,7 @@ object LineManager : CallerBase<ILineCallback>() {
|
||||
CallerAutoPilotStatusListenerManager.updateAutopilotControlParameters(null)
|
||||
TrajectoryAndDistanceManager.setStationPoint(null, null, null)
|
||||
this.orderId = ""
|
||||
CallerEagleBaseFunctionCall4OchManager.setOchAutopilotOrderId(this.orderId)
|
||||
OchLocationManager.removeGCJ02Listener(TAG)
|
||||
}
|
||||
|
||||
@@ -300,6 +302,7 @@ object LineManager : CallerBase<ILineCallback>() {
|
||||
this.orderId = "${lineInfo.lineId}_${start.siteId}_${end.siteId}"
|
||||
parameters?.orderId = this.orderId
|
||||
parameters?.firstAutopilotFlag = isFirstStartAutopilot
|
||||
CallerEagleBaseFunctionCall4OchManager.setOchAutopilotOrderId(this.orderId)
|
||||
|
||||
if (parameters?.autoPilotLine == null) {
|
||||
parameters?.autoPilotLine = AutoPilotLine(
|
||||
|
||||
Reference in New Issue
Block a user