def __init__(self):
        State.__init__(self, outcomes=['succeeded','aborted','preempted'], input_keys=['robot_side'])

        self.update_objective = UpdatePriority()