Changeset 637:9365ff492be2


Ignore:
Timestamp:
05/10/15 07:13:22 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The landing lights are checked with regards to IAS during the rollout (re #265)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r635 r637  
    11541154                (flight.stage==const.STAGE_LANDING and \
    11551155                 not state.landingLightsOn and state.onTheGround and
    1156                  state.groundSpeed>50.0) or \
     1156                 state.ias>50.0) or \
    11571157                (flight.stage==const.STAGE_PARKING and \
    11581158                 state.landingLightsOn and state.onTheGround))
Note: See TracChangeset for help on using the changeset viewer.