算法4优化,初始参考值使用最近一个有效解

This commit is contained in:
weidong 2024-07-09 19:47:43 +08:00
parent b66315469c
commit eff6608566

View File

@ -158,7 +158,6 @@ public class SingleLineGNSSCalcService implements GNSSDataCalcService {
private void calCycleResult(Device device, GnssGroupCalc groupCalc, LocalDateTime resultTime) {
String deviceId = device.getDeviceId();
Integer tenantId = device.getTenantId();
FocusCalculator focusCalculator = calculatorMap.get(deviceId);
if(focusCalculator == null) return;