[Fix]解决ALocationClien定位信息因为使用实时上传的时候当接入工控机位置回调信息会丢失
移除日志
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.mogo.eagle.core.function.api.map.location
|
||||
|
||||
import com.mogo.eagle.core.function.api.base.IMoGoFunctionServerProvider
|
||||
|
||||
/**
|
||||
* @author renwj
|
||||
* @date 2021/11/04 16:10 下午
|
||||
* 此类主要用来同步自动驾驶定位信息给各业务方
|
||||
*/
|
||||
interface IMoGoLocationUpdater4AutoPilot : IMoGoFunctionServerProvider {
|
||||
|
||||
fun updateLocation(location: Any?)
|
||||
}
|
||||
Reference in New Issue
Block a user