[Feat]添加自动驾驶设置车速功能
This commit is contained in:
@@ -56,4 +56,5 @@ public interface IMoGoAutopilotProvider extends IMoGoFunctionServerProvider {
|
||||
*/
|
||||
void setIsWriteLog(boolean isWriteLog);
|
||||
|
||||
void setAutoPilotSpeed(int speed);
|
||||
}
|
||||
|
||||
@@ -144,4 +144,8 @@ interface IMoGoWaringProvider {
|
||||
fun startRoadCameraLive(flvUrl: String)
|
||||
|
||||
fun showNoSignView()
|
||||
|
||||
fun showToolsView()
|
||||
|
||||
fun hideToolsView()
|
||||
}
|
||||
Reference in New Issue
Block a user