.on("ready", function(bot) {
    bot.sensor.on("range", function(range) {
      console.log("Range in inches ===>", range);
    });