Ignore:
Timestamp:
11/17/12 13:08:43 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

#142: added the reading and logging of the elevator trim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r338 r340  
    157157                           "Takeoff pitch: %.1f degrees" % (state.pitch,))
    158158            logger.message(state.timestamp,
    159                            "Centre of gravity:  %.1f%%" % (state.cog*100.0,))
     159                           "CG/Trim: %.1f%%/%.2f" % \
     160                           (state.cog*100.0, state.elevatorTrim))
    160161            self._onTheGround = False
    161162
Note: See TracChangeset for help on using the changeset viewer.