Skip to content

Commit 964ce9e

Browse files
authored
Merge pull request #222 from sourcebots/JDP-tweaks
Docs tweaks
2 parents 164cf26 + 567a9dc commit 964ce9e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/programming/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A log file is saved to your USB so you can see what your robot did,
4343
what it didn't do, and any errors it raised. The file is saved to log.txt in the top-level directory of the USB drive.
4444

4545
!!! warning
46-
The previous log file is deleted at the start of each run, so copy it elsewhere if you need to keep hold of it!
46+
The latest log is always called log.txt, if the code is rerun the previous log will be renamed with an increasing number suffix
4747

4848
## Running Code before pressing the start button
4949

docs/programming/vision/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ markers = robot.camera.see()
2121
```
2222

2323
!!! tip
24-
Your camera will be able to process images better if they are not blurred.
24+
Taking images while moving will cause them to be blurry, which will cause marker detection to fail.
25+
Try pausing movment while taking an image.
2526

2627
## Saving camera output
2728

docs/programming/vision/orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table visually explains what positive and negative rotations repre
3030
|---:|:---:|:---:|
3131
| **`yaw`** | ![m0x45y0z] | ![m0x-45y0z] |
3232
| **`pitch`** | ![m-45x0y0z] | ![m45x0y0z] |
33-
| **`roll`** | ![m0x0y45z] | ![m0x0y-45z] |
33+
| **`roll`** | ![m0x0y-45z] | ![m0x0y45z] |
3434

3535
[m0x0y0z]: ../../assets/img/api/vision/m0x0y0z.png
3636
[m-45x0y0z]: ../../assets/img/api/vision/m-45x0y0z.png

0 commit comments

Comments
 (0)