Changes between Version 11 and Version 12 of MinibotDevelopment


Ignore:
Timestamp:
Oct 16, 2015, 11:54:52 PM (10 years ago)
Author:
Timothy Lin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MinibotDevelopment

    v11 v12  
    1111* batteries & battery cases
    1212'''SENSING'''
     13* wheel encoders
    1314* infrared (IR) proximity sensors
    1415* infrared (IR) remotes & remote receivers
     
    5051WARNING: This is a more difficult challenge.
    5152}}}
    52 Scan the environment surrounding your robot. Then, your robot must be able to autonomously navigate near the edges of its boundaries.
     53Scan the environment surrounding your robot. Then, your robot must be able to autonomously navigate along the edges of its boundaries.
    5354
    54 For an added challenge, store and display the distances of points 360 degrees around the robot in a graphical map as a continuous boundary. (Processing, Java Swing, openGL, etc).
     55For a similar challenge, store and display the distances of points 360 degrees around the robot in a graphical map as a continuous boundary. (Processing, Java Swing, openGL, etc). Doing this first as a tool to be able to debug what your code is doing may help you with the first part of this problem.
    5556
    5657See this [https://www.youtube.com/watch?feature=player_embedded&v=QqdgFu96KnA video tutorial] for some ideas.