# File default/walk_listener.rb, line 14
    def update(robot, action, state)
        if action == PICK_BEEPER_ACTION 
            move()
        end
    end