remove unused qr code from wheel
[challenge-bot] / TODO.rkt
CommitLineData
1f5bdd82 1#! /usr/bin/env racket
2#lang racket/base
3
4(define todo
2cfdf28f 5 ;; list of specific things to do for challenge-bot class
1f5bdd82 6 (list
d0091591 7 (list "programming guide to the challenge"
8 (list
9 "experiments and self test 2 page 4 of 15"
10 "code is incomplete, needs int led = 13 and setup() too")
11 "code in programming guide hard to read, make bigger")
cff668cc 12 "make challenge for blinking based on how far away hand is"
13 "get gyroscopes"
14 "change turnaround to spin_left and spin_right"
15 "remove \"forward_speed\" and \"stop_speed\" from g_follow"
16 "video should show motor doesn't react to hand for left motor"
2cfdf28f 17 "make a case for the 9v and 6v battery holders"
2cfdf28f 18 (string-append "order these: http://www.ebay.com/itm/"
19 "100-x-Ultrasonic-Module-HC-SR04-Distance-Measuring"
20 "-Transducer-Sensor-for-Arduino-/"
21 "161156018270?_trksid=p2054897.l5658")))
22
23(define ideas
0bbe342b 24 (list
d0091591 25 "make the robots talk to each other"
26 "have one robot load its program to another"
ddf26b99 27 (list "from 0 to movement faster"
28 "hook motor directly to battery"
29 (string-append "solder wires to motors, attach motors,"
30 " wheels, castor, battery packs and get"
31 " the robot moving forwards, backwards,"
32 " or turning in place")
33 "hook up motor controller, have robot")
0bbe342b 34 (list
35 "series of challenges"
36 (list
37 "Create series of simple challenges with associated awards (?)"
38 "Simple challenges all relate directly to a larger competition."))
39 (list
40 "3d printed hubs instead of wheels"
41 "that way they can make their own wheel to attach to the hub")
42 (list
43 "things we should do on our own with robots we have right now"
44 (list
45 "maze"
46 (list "solve a maze with right hand rule")
47 (list "turn 90 degrees")
48 (list
49 "calibrate the robot to drive straight forward with dead reckoning
2cfdf28f 50 and hardcoding values. see how straight it can go.")
0bbe342b 51 (list "1 of 4 maps")
52 (list "shoot a ball with a ziptie")
53 (list
54 "maze mechanics"
55 "go forward, then shoot, then continue maze."
56 "intersection with light, get time bonus for passing at right time"
57 "line following"
58 "servo on robot to pick up something")
59 (list
60 "find sensors"
61 (list
62 "line following"
63 (list
64 "the line follower from sparki"
65 "get 5 of the following:"
66 (list "ir sensor" "mouser part 638-ITR8307TR8")
67 (list "resistor" "220 ohm")
68 (list "resistor" "47k ohm")
69 (list "1/4 inch by 4 inch" "osh park")))
70 "is a light on?"
71 "look into pricing on gyro, accelerometer, encoder"
72 "how was wayne planning on doing encoder")))
73 (list
74 "build software"
75 "make a change to fritzing and compile it and see it")
76 (list
77 "review the following notes for improvements"
78 (list
79 "http://goo.gl/ZZ4E8E"
ddf26b99 80 "http://goo.gl/ilZiXR"))))