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
Integrate error reporting via error codes. Codes should be returned via return statements. All other values should be passed via class get functions.
Error codes will help with debugging vision during runtime. For example, if an insufficient number of markers is detected, or the maze is unsolveable, etc.
The text was updated successfully, but these errors were encountered:
Integrate error reporting via error codes. Codes should be returned via
return
statements. All other values should be passed via classget
functions.Error codes will help with debugging vision during runtime. For example, if an insufficient number of markers is detected, or the maze is unsolveable, etc.
The text was updated successfully, but these errors were encountered: