update the report time to allow predictions

Esse commit está contido em:
Sven Czarnian
2021-12-14 11:23:03 +01:00
commit 74b8ec33d5

Ver arquivo

@@ -70,6 +70,7 @@ class RecedingHorizonControl:
plannedInbound = self.Windows[index].inbound(inbound.Callsign)
plannedInbound.Report = inbound.Report
plannedInbound.ReportTime = inbound.ReportTime
plannedInbound.CurrentPosition = inbound.CurrentPosition
# ingore fixed updates
if True == plannedInbound.FixedSequence or index < self.FreezedIndex: