[6.9.0]
[fea] [driver] [启动自驾添加startPosType参数]
This commit is contained in:
@@ -166,6 +166,9 @@ class AutopilotControlParameters {
|
||||
@JvmField
|
||||
var orderId = ""//订单号
|
||||
|
||||
@JvmField
|
||||
var firstStationFlag: Int? = null
|
||||
|
||||
|
||||
class AutoPilotLine {
|
||||
var lineId = 0L
|
||||
@@ -284,6 +287,7 @@ class AutopilotControlParameters {
|
||||
"isSpeakVoice=$isSpeakVoice, " +
|
||||
"orderId=$orderId, " +
|
||||
"firstAutopilotFlag=$firstAutopilotFlag, " +
|
||||
"firstStationFlag=$firstStationFlag, " +
|
||||
"autoPilotLine=$autoPilotLine)"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user