浏览代码

update the report time to allow predictions

Sven Czarnian 3 年之前
父节点
当前提交
74b8ec33d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      aman/sys/RecedingHorizonControl.py

+ 1 - 0
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: