Robotics

 Project 1 Measuring a box

Due: *Monday* October 11th (paper due the following Monday.)

Note that October 11th looks like a Wednesday on normal Calendars, but it is a Monday in Bridgewater.

Summary:

In this project you will have to integrate sensor data and motor actions. You will have to integrate some basic history and memory in your robot as well as integrating sensor data with motor actions over time.

Overview:

This is a modification of a lab from Rowan University. In this lab your robot will measure a cardboard box. You will use a gopigo robot to do the project. Your robot will have to sense the box and measure how far is has traveled when it believes that it has gone beyond the end of the box.

Materials:

Each group has the standard robot kit in the lab. The bin contains:

If you are missing something, you need to let me know ASAP - don't go scavenging.


Two cardboard boxes are also at the back of the lab for you to practice on. A new box will be used for demonstrations on Oct 11th.

Lab Availability:

As previously mentioned, the lab is available anytime that the Science Building is open except for during a class.

Comp 206 meets the times in this lab this semester:

Your Task:

Your task is to build and program a robot that can do one or both of the following tasks. Note that the first task can give you a maximum grade of 89 (B+) if done perfectly, while the second , harder task can  get you a full 100% if done perfectly. However if not done well, both projects can earn you much lower grades. It is better to get the first task working well and then start working on the second task rather than just starting on the second task and not getting it working very well.

  1. Task 1:  Your robot must calculate the volume of the box, having been given the depth and the height of the box by the instructor, with your robot measuring the width of the box. You must have a way of entering the depth and height information into the robot. You can assume that the depth and height that you will be given as integers, however you should make no such assumptions for the width that the robot measures. (it should be a floating point value) All measurements will be in centimeters. When your robot has traversed and measured the width of the box, it should display the volume of the box on its display.

  2. Task2: Your robot must calculate the volume of the box, having been given the height of the box by the instructor, with your robot measuring the width and depth of the box. As above, you need a way of entering the integer height of the box into the robot. Your robots measurements of the width and depth are to be done as floating point values though. Again measurement will be in centimeters. When your robot is done measuring , it needs to print out the volume of the box that is has calculated.

Considerations:

Have fun:

Have fun with it and I look forward to seeing your projects.


The Project report

The project report is a report of what you tried to do, what you did, what you learned and what you accomplished. To make my correcting easier, let me give you guidelines on what I'd like to see in it. Make sure you use section headings to make each section easy to find.