handle the requested runways in the optimization

This commit is contained in:
Sven Czarnian
2021-12-19 12:24:26 +01:00
父節點 8ebeef6938
當前提交 e265629439
共有 3 個文件被更改,包括 12 次插入3 次删除

查看文件

@@ -72,6 +72,7 @@ class RecedingHorizonControl:
plannedInbound.Report = inbound.Report
plannedInbound.ReportTime = inbound.ReportTime
plannedInbound.CurrentPosition = inbound.CurrentPosition
plannedInbound.RequestedRunway = inbound.RequestedRunway
# ingore fixed updates
if True == plannedInbound.FixedSequence or index <= self.FreezedIndex:
plannedInbound.FixedSequence = True