You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elevator state currently contains no concept of hardware failure. That is, when turning the elevator off, the elevator controller just assumes it's safely in the same state as it was in the moment of failed. We should somehow poll for the uptime of the elevator and figure out if it is in this invalid state. One consequence of this is that the elevator will keep "delivering" orders it isn't really able to deliver.
When the elevator reaches "above" or "below" the top and bottom floors, it can also be in this invalid state.
The text was updated successfully, but these errors were encountered:
The elevator state currently contains no concept of hardware failure. That is, when turning the elevator off, the elevator controller just assumes it's safely in the same state as it was in the moment of failed. We should somehow poll for the uptime of the elevator and figure out if it is in this invalid state. One consequence of this is that the elevator will keep "delivering" orders it isn't really able to deliver.
When the elevator reaches "above" or "below" the top and bottom floors, it can also be in this invalid state.
The text was updated successfully, but these errors were encountered: