Robotics-2010: Difference between revisions
Jump to navigation
Jump to search
New page: == NXT-Python Documentation == Largely a work in-progress, please add/edit as you learn the details. === nxt.locator === The function of this module is to locate NXT brick(s). Returns a... |
|||
| (47 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
== | = Resources for CS282 - Robotics = | ||
== Hardware == | |||
* [[change-NXT-settings|How to change the name of your NXT]] | |||
== | == Software Stack == | ||
* [http://cs.earlham.edu/~charliep/courses/cs282/packages/ Software Packages (nxt-python, etc)] | |||
* [[nxt-python-iso|Ubuntu with Brad's Live ISO]] | |||
* [[nxt-python-osx|OSX]] | |||
* | == Python == | ||
** | * [[nxt-python-doc|NXT-Python Documentation]] | ||
* [[nxt-python-hints|Programming Hints]] | |||
* [[nxt-python-threads|Thread Notes]] | |||
== Sensor Notes == | |||
* | * [[bots-hitechnic-compass|HiTechnic Compass]] | ||
== Non-local Resources == | |||
* Bluetooth - NXT [http://vikram.eggwall.com/computers/nxt-bluetooth-setup.html setup notes] | |||
= Lab 6 = | |||
* [http://cs.earlham.edu/~charliep/courses/cs282/mapping.pdf The Official Assignment] | |||
* [[robotics-lab6-tasks|Task Analysis - Original]] | |||
* [[Robotics-lab6-newversion|Task Analysis - Second Go 'Round]] | |||
* [http://github.com/Sleemanmunk/Magnetic-Mapping Software Repository] | |||
* [http://cs.earlham.edu/~carrick/courses/cs282/lab6/visualization Visualization] | |||
Latest revision as of 00:48, 16 April 2010
Resources for CS282 - Robotics
Hardware
Software Stack
Python
Sensor Notes
Non-local Resources
- Bluetooth - NXT setup notes