From 74b8ec33d559950fe9d26de5ad1e0e056c884912 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Tue, 14 Dec 2021 11:23:03 +0100 Subject: [PATCH] update the report time to allow predictions --- aman/sys/RecedingHorizonControl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aman/sys/RecedingHorizonControl.py b/aman/sys/RecedingHorizonControl.py index 03709ef..d675f23 100644 --- a/aman/sys/RecedingHorizonControl.py +++ b/aman/sys/RecedingHorizonControl.py @@ -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: