setInterval(function() {
        console.log(robot.name);
        robot.sphero.randomColor();
        robot.sphero.roll(60, Math.floor(Math.random() * 360));
      }, 1000);