Difference between revisions of "Tutorials"
Jump to navigation
Jump to search
(Replace ugly category with manually-curated list) |
(Add section on robot writeups) |
||
Line 1: | Line 1: | ||
Tutorials and walkthroughs covering advanced topics. Usually, these feature lots of code snippets and conclude with a functional test robot. | Tutorials and walkthroughs covering advanced topics. Usually, these feature lots of code snippets and conclude with a functional test robot. | ||
− | |||
* [[Anti-Gravity Tutorial]] | * [[Anti-Gravity Tutorial]] | ||
* [[Circular Targeting/Walkthrough|Circular Targeting Walkthrough]] | * [[Circular Targeting/Walkthrough|Circular Targeting Walkthrough]] | ||
Line 9: | Line 8: | ||
* [[Stop And Go Tutorial]] | * [[Stop And Go Tutorial]] | ||
* [[Wave Surfing Tutorial]] | * [[Wave Surfing Tutorial]] | ||
+ | |||
+ | Writeups of the internals of well-known robots. In order from least complex to most effective. | ||
+ | * [[Infinity/Understanding Infinity|Understanding Infinity]] | ||
+ | * [[HawkOnFire/Understanding HawkOnFire|Understanding HawkOnFire]] | ||
+ | * [[Coriantumr/Understanding Coriantumr|Understanding Coriantumr]] | ||
+ | * [[SimpleBot/Understanding SimpleBot|Understanding SimpleBot]] | ||
+ | * [[Nene/Understanding|Understanding Nene]] | ||
+ | * [[DrussGT/Understanding DrussGT|Understanding DrussGT]] |
Revision as of 16:32, 1 September 2017
Tutorials and walkthroughs covering advanced topics. Usually, these feature lots of code snippets and conclude with a functional test robot.
- Anti-Gravity Tutorial
- Circular Targeting Walkthrough
- Dynamic Clustering Tutorial
- GuessFactor Targeting Tutorial
- Linear Targeting
- My First Robot Tutorial
- Stop And Go Tutorial
- Wave Surfing Tutorial
Writeups of the internals of well-known robots. In order from least complex to most effective.