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
If you choose to use a tool other than Etcher, you may need to extract the `srobo-robot-2022.0.0.img.xz` to `srobo-robot-2022.0.0.img`. There are many tools available for this, e.g. [7-zip](http://www.7-zip.org/).
Copy file name to clipboardExpand all lines: resources/troubleshooter/data.json
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,6 @@
37
37
{
38
38
"answer": "Vision",
39
39
"nextquestion": "vision"
40
-
},
41
-
{
42
-
"answer": "IDE",
43
-
"nextquestion": "ide"
44
40
}
45
41
]
46
42
},
@@ -433,7 +429,7 @@
433
429
},
434
430
{
435
431
"answer": "The camera takes a long time to take a photo.",
436
-
"message": "Try reducing the resolution in your code, you'll have to find an optimum resolution for your robot to get the best speed and detail."
432
+
"message": "The vision system always takes longer for the first photo. Consider taking a photo when your robot first starts."
437
433
}
438
434
]
439
435
},
@@ -442,24 +438,24 @@
442
438
"answers": [
443
439
{
444
440
"answer": "Yes",
445
-
"message": "Make sure the marker is flat, well-lit and there a visible border around the pattern, and if your robot is moving you should check the camera is not shaking.<br />If you still cannot pickup any markers there could be a problem with your code, consider posting on the <a href=\"/forums\" target=\"_blank\">forums</a>."
"question": "Is the marker ID listed in the rules as in use?",
455
451
"answers": [
456
452
{
457
-
"answer": "My code does not check correctly.",
458
-
"message": "Click on the 'Error' tab to see detailed explanations of the errors."
453
+
"answer": "Yes",
454
+
"message": "Make sure the marker is flat, well-lit and there a visible border around the pattern, and if your robot is moving you should check the camera is not shaking.<br />If you still cannot pickup any markers there could be a problem with your code, consider posting on the <a href=\"/forums\" target=\"_blank\">forums</a>."
459
455
},
460
456
{
461
-
"answer": "My latest code is not exported to the zip file.",
462
-
"message": "Make sure you've pressed save before pressing export."
457
+
"answer": "No",
458
+
"message": "The robot will ignore marker IDs that are not in use for the game. Try using a marker that is listed in the rules."
0 commit comments