attach sonar sensors to deck
authordaniel watson <ozzloy@gmail.com>
Mon, 27 Jun 2016 07:38:25 +0000 (00:38 -0700)
committerdaniel watson <ozzloy@gmail.com>
Mon, 27 Jun 2016 07:38:25 +0000 (00:38 -0700)
guide/6-sonar-sensors-to-deck.ogv [new file with mode: 0644]
guide/challenge-bot.scm

diff --git a/guide/6-sonar-sensors-to-deck.ogv b/guide/6-sonar-sensors-to-deck.ogv
new file mode 100644 (file)
index 0000000..33f12c2
Binary files /dev/null and b/guide/6-sonar-sensors-to-deck.ogv differ
index 84bbeb678210bc757358ac62d5237a4f2327c756..f019671a68c73d422c60b65040032595a5a8a6c0 100644 (file)
     (item [what kind of screw is used?])))
   (section
    :title [sonars]
-   (subsection
-    :title [deck placement])))
+   (p [we are almost done with mechanical assembly!
+          this next step is to add the sonar sensors to the robot.
+          sonar sensors are what the robot uses to detect distances.
+          it sends out a signal, then listens for a response and
+          keeps track of how long it takes.])
+   (figure
+    :legend "sonar sensors"
+    (video :file "6-sonar-sensors-to-deck.ogv"))
+   (p [check])
+   (enumerate
+    (item [are your sonar sensors pointy pins facing in toward the
+               arduino?])
+    (item [was it difficult to get the sonar into the holder?])
+    (item [what would happen if it was easy to slip the sonar sensor
+                into the sonar holder?]))))
  (chapter
   :title [wiring and software]
   (section