Difference between revisions of "Robotics-2010"
Jump to navigation
Jump to search
(→Lab 6) |
|||
(14 intermediate revisions by 3 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 = | + | == Python == |
* [[nxt-python-doc|NXT-Python Documentation]] | * [[nxt-python-doc|NXT-Python Documentation]] | ||
+ | * [[nxt-python-hints|Programming Hints]] | ||
* [[nxt-python-threads|Thread Notes]] | * [[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 19:48, 15 April 2010
Contents
Resources for CS282 - Robotics
Hardware
Software Stack
Python
Sensor Notes
Non-local Resources
- Bluetooth - NXT setup notes