void increment(){
    if(onBeeper()){
        pickBeeper();
        moveForward();
        dropBeeper();
    } else{
        dropBeeper();
    }
}