Ignore:
Timestamp:
01/26/13 09:48:29 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Modified the landing lights checking (re #181)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r414 r415  
    10771077                 state.landingLightsOn and state.altitude>12500) or \
    10781078                (flight.stage==const.STAGE_LANDING and \
    1079                  not state.landingLightsOn and not state.onTheGround) or \
     1079                 not state.landingLightsOn and state.onTheGround and
     1080                 state.groundSpeed>50.0) or \
    10801081                (flight.stage==const.STAGE_PARKING and \
    10811082                 state.landingLightsOn and state.onTheGround))
Note: See TracChangeset for help on using the changeset viewer.