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
Right now the Robot model in the Ember app contains an ugly hardcoded state machine that enables the robot to unplug+tuck+pointHeadForward. This is is not extensible. We need to implement an actual framework for sequencing robot actions together, with exception handling and which exposes the underlying state so that users can understand what the robot is doing.
The text was updated successfully, but these errors were encountered:
Right now the Robot model in the Ember app contains an ugly hardcoded state machine that enables the robot to unplug+tuck+pointHeadForward. This is is not extensible. We need to implement an actual framework for sequencing robot actions together, with exception handling and which exposes the underlying state so that users can understand what the robot is doing.
The text was updated successfully, but these errors were encountered: