Changeset 749:9a902bc9af01


Ignore:
Timestamp:
01/02/16 13:13:00 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
version_0.37_maint
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added some debug printouts that may shed light on the causes of the gear speed checking problem (re #282)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r669 r749  
    13871387        state.gearsDown = data[self._monidx_noseGear]==16383
    13881388
     1389        if state.gearControlDown!=state.gearsDown:
     1390            print "gearControl:", data[self._monidx_gearControl], ", noseGear:", data[self._monidx_noseGear]
     1391
    13891392        state.spoilersArmed = data[self._monidx_spoilersArmed]!=0
    13901393
Note: See TracChangeset for help on using the changeset viewer.