[Feat]添加自动驾驶设置车速功能

This commit is contained in:
chenfufeng
2021-12-10 16:14:42 +08:00
parent d2f20a0e4c
commit d4a9ccede9
13 changed files with 317 additions and 7 deletions

View File

@@ -56,4 +56,5 @@ public interface IMoGoAutopilotProvider extends IMoGoFunctionServerProvider {
*/
void setIsWriteLog(boolean isWriteLog);
void setAutoPilotSpeed(int speed);
}

View File

@@ -144,4 +144,8 @@ interface IMoGoWaringProvider {
fun startRoadCameraLive(flvUrl: String)
fun showNoSignView()
fun showToolsView()
fun hideToolsView()
}