[dev_robobus-d_230322_3.0.0]fix调起自驾未传lineId问题,LogLib版本更新

This commit is contained in:
xuxinchao
2023-03-24 20:30:10 +08:00
parent 31c219f693
commit 74d2ebba73
2 changed files with 6 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ class DispatchAutoPilotManager private constructor() :
private fun startAutoPilot() {
val currentAutopilot = AutopilotControlParameters()
currentAutopilot.isSpeakVoice = false
// currentAutopilot.isSpeakVoice = false
val wayLatLon: MutableList<AutopilotControlParameters.AutoPilotLonLat> = ArrayList()
receiverBean?.let {
if (it.stopsList != null) {
@@ -183,6 +183,10 @@ class DispatchAutoPilotManager private constructor() :
)
}
}
currentAutopilot.routeID = it.lineId
currentAutopilot.routeName = it.lineName
currentAutopilot.startName = it.startLocAddress
currentAutopilot.endName = it.endLocAddress
currentAutopilot.wayLatLons = wayLatLon
currentAutopilot.startLatLon =
AutopilotControlParameters.AutoPilotLonLat(it.startLat, it.startLon)

View File

@@ -63,7 +63,7 @@ BIZCONFIG_VERSION=1.3.2
SERVICE_BIZ_VERSION=1.2.4
################ 外部依赖引用 ################
# loglib
LOGLIB_VERSION=1.5.11
LOGLIB_VERSION=1.5.22
######## MogoAiCloudSDK Version ########
# 网络请求LOGLIB_VERSION
MOGO_NETWORK_VERSION=1.4.6.4