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 GUI will not issue commands to the pod unless the pod is in the correct state. See the state machine flow chart for allowable state transitions.
For a transition to properly occur, certain conditions must be met. In this test, we will assume that the conditions are always met, so transitions requested by GUI commands will immediately occur.
This test must include both command and telemetry functionality, so the GUI can obtain the correct state information from the telemetry message. Change main.py as necessary to detect state changes from telemetry messages.
The text was updated successfully, but these errors were encountered:
The GUI will not issue commands to the pod unless the pod is in the correct state. See the state machine flow chart for allowable state transitions.
For a transition to properly occur, certain conditions must be met. In this test, we will assume that the conditions are always met, so transitions requested by GUI commands will immediately occur.
This test must include both command and telemetry functionality, so the GUI can obtain the correct state information from the telemetry message. Change main.py as necessary to detect state changes from telemetry messages.
The text was updated successfully, but these errors were encountered: