[3.4.0]运营面板增加弱网减速停车策略开关、故障减速停车策路开关
This commit is contained in:
@@ -242,4 +242,19 @@ object FunctionBuildConfig {
|
||||
@Volatile
|
||||
@JvmField
|
||||
var isPassStartAutopilotCommand = true
|
||||
|
||||
/**
|
||||
*平行驾驶过程中检测到弱网停车策略,默认打开,演示时手动关闭
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var isWeakNetSlowDown = true
|
||||
|
||||
/**
|
||||
*检测到故障停车测罗,默认打开,演示时手动关闭
|
||||
*/
|
||||
@Volatile
|
||||
@JvmField
|
||||
var isFaultSlowDown = true
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user