整理ADAS模块
替换3D模型

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-01-27 11:26:23 +08:00
parent 3d0c86e323
commit 4b7ded6036
19 changed files with 15 additions and 197 deletions

View File

@@ -53,7 +53,6 @@ public interface IMogoADASController extends IProvider {
*/
void removeAdasOCHCallback();
void onAutopilotArriveLike(int type);
/**
* 获取车辆自动驾驶状态
@@ -76,12 +75,6 @@ public interface IMogoADASController extends IProvider {
*/
double getLastLon();
/**
* 获取车身定位经度
*
* @return
*/
double getLastSpeed();
/**
* 获取由工控机传回的GPS星历时间
@@ -90,9 +83,5 @@ public interface IMogoADASController extends IProvider {
*/
String getSatelliteTime();
/**
* 结束自动驾驶
*/
void cancelAutopilot();
}