Browse Source

extend the logger for debugging purposes

Sven Czarnian 3 years ago
parent
commit
44837e59f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aman/sys/Worker.py

+ 1 - 1
aman/sys/Worker.py

@@ -105,7 +105,7 @@ class Worker(Thread):
                 print('FCFS run:')
                 for window in self.RecedingHorizonControl.Windows:
                     for inbound in window.Inbounds:
-                        print('    ' + inbound.Report.aircraft.callsign + ': ' + str(inbound.EstimatedArrivalTime))
+                        print('    ' + inbound.Report.aircraft.callsign + ': ' + str(inbound.EstimatedArrivalTime) + '; ' + str(inbound.EarliestArrivalTime))
 
             # get the last landing aircrafts per runway before the RHC stage to check for constraints
             # this is required to handle the overlap between windows