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/acft.py

    r241 r243  
    300300        self.logger.message(self._aircraftState.timestamp,
    301301                            "Touchdown heading: %03.0f degrees" % (heading,))
     302        self.logger.message(self._aircraftState.timestamp,
     303                           "Centre of gravity:  %.03f" % \
     304                            (self._aircraftState.cog,))
    302305
    303306    def cancelFlare(self):
Note: See TracChangeset for help on using the changeset viewer.