Piloting.prototype.takeOff = function() {

  var buffer = commandToBuffer(1, "Piloting", "TakeOff");

  this.self._writePacket(this.self._networkFrameGenerator(buffer));