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
Copy file name to clipboardExpand all lines: simulator/using_the_simulator.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The camera overlay shows the images from the robot's camera.
45
45
This only updates when `robot.camera.see()` is called in your code.
46
46
47
47
This image is the raw image that the robot sees, and is not processed in any way.
48
-
To see the processed image, look at the [saving images]({{ site.baseurl }}/programming/vision/#saving-camera-output) section of the camera interface to see how to save annotated images.
48
+
To see the processed image, look at saving images in the [camera interface]({{ site.baseurl }}/programming/vision/#camera) to see how to save annotated images.
49
49
50
50
If the camera overlay is closed and you want to get it back, you can use the [Reopening the Camera Overlay](#reopening-the-camera-overlay) instructions.
0 commit comments