Changes between Version 4 and Version 5 of MinibotDevelopment
- Timestamp:
- Oct 8, 2015, 5:31:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MinibotDevelopment
v4 v5 4 4 After you have completed the Arduino Fundamentals track, talk to a lead about the following challenges. You ''do'' have to do them in order. 5 5 6 == Obstacle avoiding Robot == 7 8 The 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 6 10 == 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. 11 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. Note that you will need a way to sense the line (IR LEDs/Sensors or similar - discuss this with a lead or a mentor) 8 12 9 13 == Sumo Bots!