From: daniel watson Date: Fri, 13 Jun 2014 18:50:12 +0000 (-0700) Subject: update todo after 3d printer talk X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=0bbe342bcee340ec623f69f9b62b655763543346 update todo after 3d printer talk --- diff --git a/TODO.rkt b/TODO.rkt index adf2647..240c6d3 100755 --- a/TODO.rkt +++ b/TODO.rkt @@ -18,37 +18,77 @@ "161156018270?_trksid=p2054897.l5658"))) (define ideas - ("series of challenges" - ("Create series of simple challenges with associated awards (?)" - "Simple challenges all relate directly to a larger competition.")) - ("3d printed hubs instead of wheels" - "that way they can make their own wheel to attach to the hub") - ("things we should do on our own with robots we have right now" - ("maze" - ("solve a maze with right hand rule") - ("turn 90 degrees") - ("calibrate the robot to drive straight forward with dead reckoning + (list + (list + "series of challenges" + (list + "Create series of simple challenges with associated awards (?)" + "Simple challenges all relate directly to a larger competition.")) + (list + "3d printed hubs instead of wheels" + "that way they can make their own wheel to attach to the hub") + (list + "things we should do on our own with robots we have right now" + (list + "maze" + (list "solve a maze with right hand rule") + (list "turn 90 degrees") + (list + "calibrate the robot to drive straight forward with dead reckoning and hardcoding values. see how straight it can go.") - ("1 of 4 maps") - ("shoot a ball with a ziptie") - ("maze mechanics" - "go forward, then shoot, then continue maze." - "intersection with light, get time bonus for passing at right time" - "line following" - "servo on robot to pick up something") - ("find sensors" - ("line following" - ("the line follower from sparki" - "get 5 of the following:" - ("ir sensor" "mouser part 638-ITR8307TR8") - ("resistor" "220 ohm") - ("resistor" "47k ohm") (buffer-file-name) - ("1/4 inch by 4 inch" "osh park"))) - "is a light on?" - "look into pricing on gyro, accelerometer, encoder" - "how was wayne planning on doing encoder"))) - ("build software" - "make a change to fritzing and compile it and see it") - ("review the following notes for improvements" - ("http://goo.gl/ZZ4E8E" - "http://goo.gl/ilZiXR"))) + (list "1 of 4 maps") + (list "shoot a ball with a ziptie") + (list + "maze mechanics" + "go forward, then shoot, then continue maze." + "intersection with light, get time bonus for passing at right time" + "line following" + "servo on robot to pick up something") + (list + "find sensors" + (list + "line following" + (list + "the line follower from sparki" + "get 5 of the following:" + (list "ir sensor" "mouser part 638-ITR8307TR8") + (list "resistor" "220 ohm") + (list "resistor" "47k ohm") + (list "1/4 inch by 4 inch" "osh park"))) + "is a light on?" + "look into pricing on gyro, accelerometer, encoder" + "how was wayne planning on doing encoder"))) + (list + "build software" + "make a change to fritzing and compile it and see it") + (list + "review the following notes for improvements" + (list + "http://goo.gl/ZZ4E8E" + "http://goo.gl/ilZiXR")) + (list + "hacker dojo 3d printer talk" + (list + "look into glue. purple children's glue stick water soluble." + "but only if stuff stops sticking to blue tape. maybe nylon") + (list "take out springs for build plate, replace with rubber foot?") + (list "print shoe cover (light up?!?)" + "sneaker heads be like damn he got the velcro") + (list + "invest in the cad package" + "the 3d printer makes the cad valuable" + "good water type parts are difficult, no package currently does this") + (list + "3d hubs" + "find someone close to you that has a printer") + (list + (string-append "this is going to explode when it gets to people" + " who don't want to tinker") + "open source software is just for tinkerers") + (string-append + "stratasys has patented retracting the non-printing" + " head of dual-head") + "put a piece of foam on the filament before going into extruder" + "regrind abs is brittle and affects print" + "some plastic changes color based on temperature") + "schedule stuff for august 3 through 10"))