[Routing dev]
1、删除isAutoRouting
This commit is contained in:
@@ -139,7 +139,6 @@ class AutopilotControlParameters {
|
||||
@JvmField
|
||||
var autoPilotLine: AutoPilotLine? = null // 自动驾驶路线
|
||||
|
||||
var isAutoRouting = false//是否进行自动算路,true--使用车端自动算路,false--不使用自动算路,使用轨迹循迹
|
||||
|
||||
class AutoPilotLine {
|
||||
var lineId = 0L
|
||||
@@ -229,8 +228,7 @@ class AutopilotControlParameters {
|
||||
"routeID=$routeID, " +
|
||||
"routeName='$routeName', " +
|
||||
"isSpeakVoice=$isSpeakVoice, " +
|
||||
"autoPilotLine=$autoPilotLine, " +
|
||||
"isAutoRouting=$isAutoRouting)"
|
||||
"autoPilotLine=$autoPilotLine)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user