This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Instructions for building a rover#111
Merged
hbradio merged 8 commits intodevelopmentfrom May 31, 2017
Merged
Conversation
Why on earth did I do that? This reverts commit 42d3ec7.
cabarnes
suggested changes
May 20, 2017
www/docs/build-a-rover.rst
Outdated
|
|
||
| Use your jumpers to connect the signals on your new 5-pin header to the C.H.I.P. | ||
| Ground connects to ground, and the motor control signals can connect to any | ||
| `XIO-P[0-7]` pin. Right now the pins are hard-coded iZn `blockly-api.js` (booooo, I |
Member
There was a problem hiding this comment.
in
Also, you might want to link to blockly-api.js here.
Collaborator
Author
There was a problem hiding this comment.
Good idea. Fixing.
www/docs/build-a-rover.rst
Outdated
| and let the input hardware of the pin serve as a rough comparator. | ||
|
|
||
| Just like the motor signal pins, the pins for the IR ear signals are hardcoded | ||
| at the moment (this time in `app.py` -- we are really gonna make this configurable |
Member
There was a problem hiding this comment.
You might want to link to app.py here.
Collaborator
Author
There was a problem hiding this comment.
Good idea. Adding.
www/docs/build-a-rover.rst
Outdated
|
|
||
| webcam -- the eye | ||
| ------------------- | ||
| :important note: The default CHIP kernel does not enable the USB Video Class (UVC) driver. In the future we hope to provide a ready-to-use emmc image with this driver included, but for now you'll have to rebuild the kernel with the UVC driver included. This is a more advanced task. Your best bet is `this tutorial <http://www.raspibo.org/wiki/index.php/Compile_the_Linux_kernel_for_Chip:_my_personal_HOWTO>`_. If you're not up for this, don't worry -- just stay tuned for an update to this page telling you where you can get a ready-to-use emmc image. |
www/docs/build-a-rover.rst
Outdated
|
|
||
| play | ||
| ------ | ||
| Go to `<rovercode.com>`_, sign up for an account, then go to `Mission Control |
Member
There was a problem hiding this comment.
I think you need the https:// here for the link to work correctly for rovercode.com.
cabarnes
approved these changes
May 21, 2017
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.
Here is my first pass at instructions for building a rover.
Some things are not described in detail enough for a novice to succeed (e.g. rebuilding the kernel with the UVC driver). Hopefully, those steps will be circumvented in the future, so I didn't put a ton of effort into their instructions.
Let me know if you do see any major gaps, though!