[Feat]添加自动驾驶设置车速功能
This commit is contained in:
@@ -63,4 +63,7 @@ object CallerAutoPilotManager {
|
||||
providerApi.setIsWriteLog(isWriteLog)
|
||||
}
|
||||
|
||||
fun setAutoPilotSpeed(speed: Int) {
|
||||
providerApi.setAutoPilotSpeed(speed)
|
||||
}
|
||||
}
|
||||
@@ -200,4 +200,12 @@ object CallerHmiManager : CallerBase() {
|
||||
fun showNoSignalView() {
|
||||
waringProviderApi.showNoSignView()
|
||||
}
|
||||
|
||||
fun showToolsView() {
|
||||
waringProviderApi.showToolsView()
|
||||
}
|
||||
|
||||
fun hideToolsView() {
|
||||
waringProviderApi.hideToolsView()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user