.on("ready", function(bot) {
    bot.leapmotion.on("hand", function(hand) {
      console.log(hand.palmPosition.join(","));
    });
  });