Ignore:
Timestamp:
03/07/15 06:45:03 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added checks for tailstrike during takeoff and touchdown (re #250)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r541 r611  
    14011401        state.heading = data[self._monidx_heading]
    14021402
    1403         state.pitch = data[self._monidx_pitch]
     1403        state.pitch = -1.0 * data[self._monidx_pitch]
    14041404        state.bank = data[self._monidx_bank]
    14051405
Note: See TracChangeset for help on using the changeset viewer.