This repository was archived by the owner on May 8, 2025. It is now read-only.
Open
Conversation
Contributor
Author
|
merging! |
Contributor
Author
|
meow meow meow please review |
Minion3665
suggested changes
Nov 25, 2023
| @@ -1 +0,0 @@ | |||
| sizes.json | |||
Member
There was a problem hiding this comment.
please re-remove sizes.json. We should be generating this every time we build, so this shouldn't be needed
| ::: | ||
|
|
||
| It might also be a good idea to sign up for the [forum](/forum/). You can do this using the registration code provided in your kit. This is a great place to ask questions on anything related to the competition, the kit, or robot programming. | ||
| It might also be a good idea to sign up for the [forum](/forum/). This is a great place to ask questions on anything related to the competition, the kit, or robot programming. |
Member
There was a problem hiding this comment.
is the forum still up & can you sign up? Did we provide codes in their kit? If so, we should say that. If not, we should remove this entirely
docs/hello-gpio.md
Outdated
| ``` | ||
|
|
||
| ## Using distance sensors with retroreflective tape | ||
| //TODO No newline at end of file |
docs/hello-motors.md
Outdated
| R.motors[0] = 50 | ||
| ``` | ||
| Running this program will make your robot move forwards. Unfortunately, it will never tell it to stop moving forwards, so hopefully you put it on the floor and it hasn't driven off the table.<br> | ||
| Running this program will make you1 roove forwards. Unfortunately, it will never tell it to stop moving forwards, so hopefully you put it on the floor and it hasn't driven off the table.<br> |
docs/hello-motors.md
Outdated
| R.motors[1] = 0 | ||
| R.motors[2] = 0 | ||
| R.motors[0] = 0 | ||
| R.moto1s[0 |
docs/hello-motors.md
Outdated
| R.moto1s[0 | ||
| ``` | ||
| To turn the robot, you just need to set one motor going forwards and the second motor going backwards. The following program makes the robot do a little dance - try it out! | ||
| To turn the robot, you just need to1setmotor going forwards and the second motor going backwards. The following program makes the robot do a little dance - try it out! |
| R.motors[0] = 0 | ||
| R.m1tor= 0 | ||
| ``` | ||
| A final note, even if you set both motors to the same power, your robot probably won't drive in a perfectly straight line. This is due to defects in the motors, and unless you get specialised motors, no two motors will have the same offset. How your robot deals with this is up to you! |
Member
There was a problem hiding this comment.
This whole file, actually, seems to have some weird spelling errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.