From: daniel watson Date: Mon, 27 Jun 2016 07:25:04 +0000 (-0700) Subject: add wheels to motors X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=b863c7aebaa06ae08eb42d05d1f520ad3c2447e3 add wheels to motors --- diff --git a/guide/5-wheel-to-robot-assembly.ogv b/guide/5-wheel-to-robot-assembly.ogv new file mode 100644 index 0000000..7b679dc Binary files /dev/null and b/guide/5-wheel-to-robot-assembly.ogv differ diff --git a/guide/challenge-bot.scm b/guide/challenge-bot.scm index 9ea816f..84bbeb6 100644 --- a/guide/challenge-bot.scm +++ b/guide/challenge-bot.scm @@ -578,10 +578,18 @@ (item [what would happen if the robot did not have a caster?]))) (section :title [wheels] - (subsection - :title [tread]) - (subsection - :title [motor])) + (p [now we will attach the wheels. + this makes the motor movement transform into robot movement!]) + (figure + :legend "wheel" + (video :file "5-wheel-to-robot-assembly.ogv")) + (p [check]) + (enumerate + (item [does the robot's wheels scrape the deck?]) + (item [what would happen if the robot had no wheels?]) + (item [what does the tread do?]) + (item [what is the tread?]) + (item [what kind of screw is used?]))) (section :title [sonars] (subsection