Changes between Version 4 and Version 5 of MinibotDevelopment


Ignore:
Timestamp:
Oct 8, 2015, 5:31:56 AM (10 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MinibotDevelopment

    v4 v5  
    44After you have completed the Arduino Fundamentals track, talk to a lead about the following challenges. You ''do'' have to do them in order.
    55
     6== Obstacle avoiding Robot ==
     7
     8The first objective is to use your ultrasonic sensor and build a robot that can navigate a room without bumping into things.  See this [https://www.youtube.com/watch?feature=player_embedded&v=QqdgFu96KnA video tutorial]
     9
    610== Line-Following Maze
    7 Your goal is to make it from the start of the maze to the end of the maze by following the black lines on the ground. We will not tell you what the maze will look like.
     11Your goal is to make it from the start of the maze to the end of the maze by following the black lines on the ground. We will not tell you what the maze will look like.  Note that you will need a way to sense the line (IR LEDs/Sensors or similar - discuss this with a lead or a mentor)
    812
    913== Sumo Bots!