2.13.0 apm version update / fix hdmap 采集工具崩溃

This commit is contained in:
lianglihui
2022-12-02 10:38:37 +08:00
parent c3eb8d3676
commit 75cd5fb61d
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ class MoGoMapDataCollectProvider : IMoGoMapDataCollectProvider, OnTaskListener,
location.altitude,
location.bearing,
location.speed,
location.provider == "GPS_RTK")
isGps)
}