Changeset 1107:5f0d48ebebc3


Ignore:
Timestamp:
09/19/23 11:06:57 (7 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

When boarding at a taxi-through stand, the turning on of the anti-collision lights cause a phase transition to pushback and start (re #371)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r1073 r1107  
    5353        elif stage==const.STAGE_BOARDING:
    5454            if not state.parking or \
    55                (not state.trickMode and state.groundSpeed>5.0):
     55               (not state.trickMode and state.groundSpeed>5.0) or \
     56               (flight.departureGateIsTaxiThrough and state.antiCollisionLightsOn):
    5657                aircraft.setStage(state, const.STAGE_PUSHANDTAXI)
    5758        elif stage==const.STAGE_TAKEOFF:
Note: See TracChangeset for help on using the changeset viewer.