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
Is your feature request related to a problem? Please describe.
We need to load the module asynchronously and somehow indicate to the user that module loading is in progress. This should be analogous to Sling sending a program to the robot.
Describe the solution you'd like
When there is a module load, we should do the following upon Run:
(1) indicate that module loading is in progress
(2) load the module(s) asynchronously
(3) when (2) is successful, indicate that module loading is done
(3) run the program
While (2) is under way, the user should be able to interact with the system.
Checklist
I checked the requested feature does not already exist
I checked to make sure that this issue has not already been filed
The text was updated successfully, but these errors were encountered:
What is the status of this feature? I think I just encountered an issue related to this, when playing with the SA@NUS deployed to staging. I uploaded the mission M3: Curve Introduction. After entering the solution of the first question, I pressed "Run" and didn't see any output. There was no error in the console.
The second time I tried, it worked. This may cause hickups in CS1101S.
Feature
Is your feature request related to a problem? Please describe.
We need to load the module asynchronously and somehow indicate to the user that module loading is in progress. This should be analogous to Sling sending a program to the robot.
Describe the solution you'd like
When there is a module load, we should do the following upon Run:
(1) indicate that module loading is in progress
(2) load the module(s) asynchronously
(3) when (2) is successful, indicate that module loading is done
(3) run the program
While (2) is under way, the user should be able to interact with the system.
Checklist
The text was updated successfully, but these errors were encountered: