[opt3.0][mogo-adas]修改m1不能启动自动驾驶的档位
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.mogo.eagle.core.data.config
|
||||
|
||||
import chassis.Chassis
|
||||
import com.mogo.eagle.core.data.deva.net.UrlConfig
|
||||
import com.mogo.eagle.core.utilcode.util.GsonUtils
|
||||
|
||||
@@ -213,4 +214,10 @@ object FunctionBuildConfig {
|
||||
@JvmField
|
||||
var urlJson: UrlConfig = GsonUtils.fromJson("{\"och_url\":\"https://tech.zhidaohulian.com\"}", UrlConfig::class.java)
|
||||
|
||||
/**
|
||||
* 最外层设置的Url
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var unableLaunchAutopilotGear: Set<Chassis.GearPosition>? = null
|
||||
}
|
||||
Reference in New Issue
Block a user