Ignore:
Timestamp:
06/10/12 12:50:30 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the logging of the CoG value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r241 r243  
    142142            logger.message(state.timestamp,
    143143                           "Takeoff pitch: %.1f degrees" % (state.pitch,))
     144            logger.message(state.timestamp,
     145                           "Centre of gravity:  %.03f" % (state.cog,))
    144146            self._onTheGround = False
    145147
Note: See TracChangeset for help on using the changeset viewer.