Changes between Version 11 and Version 12 of MinibotDevelopment
- Timestamp:
- Oct 16, 2015, 11:54:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MinibotDevelopment
v11 v12 11 11 * batteries & battery cases 12 12 '''SENSING''' 13 * wheel encoders 13 14 * infrared (IR) proximity sensors 14 15 * infrared (IR) remotes & remote receivers … … 50 51 WARNING: This is a more difficult challenge. 51 52 }}} 52 Scan the environment surrounding your robot. Then, your robot must be able to autonomously navigate nearthe edges of its boundaries.53 Scan the environment surrounding your robot. Then, your robot must be able to autonomously navigate along the edges of its boundaries. 53 54 54 For a n 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).55 For 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. 55 56 56 57 See this [https://www.youtube.com/watch?feature=player_embedded&v=QqdgFu96KnA video tutorial] for some ideas.