Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.

Slides:



Advertisements
Similar presentations
Full Speed Ahead Introductory Presentation. Opening Activity Choose one of the objects to the right and in ten or more steps explain how it goes from.
Advertisements

Challenges Close Shave Sprint, Spin, Sprint The Labyrinth
Warm-Up Exercises Simplify the expression. ANSWER 1 8 3π3π (9π)
Navigating the BOE-BOT
Mingo County Shewey Science Academy: NXT Training.
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
Right Face Introductory Presentation. Opening Activity How can you use this to make a right turn program? This is your program from Full Speed Ahead to.
Diameter, Circumference, and Rotational Sensors Robotics Academy All Rights Reserved.
EXAMPLE 1 Use the formula for circumference Find the indicated measures. Write circumference formula. Substitute 9 for r. Simplify. Use a calculator. =
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
EXAMPLE 1 Use the formula for circumference Find the indicated measures. Write circumference formula. Substitute 9 for r. Simplify. Use a calculator. =
Circumference and Arc Lengths Lesson The circumference of a circle is its perimeter. C = πd Leave answer in terms of π unless asked to approximate.
  investigate the relationship between the diameter and circumference of a circle.
Math Circumference of Circles & Area of Circles. Vocabulary A circle is the set of all points in a plane that are the same distance from a given point,
Robotics Enrichment class Mr. Bosworth. Goals of Class Learn how to build a basic robot that performs various functions Learn how to program robot to.
7.6: Circles and Arcs Objectives:
Chapter 7 Rotational Motion.
Maze Challenge Maze Challenge activity > TeachEngineering.org
Measured Turns Introductory Presentation. Opening Activity In the Right Face Activity, we made our robot turn right using the program below.
This block is a : displaydisplay looploop movemove soundsound switchswitch waitwait motor.
In the original lesson we learned that a robot should move forward a specific distance for each rotation. That distance traveled is equivalent to the.
LabVIEW Basics Review LabVIEW Robotics Fundamentals.
6.7 Circumference & Area Notes. Circumference The distance around a circle. Do you remember the formula??? C = 2  r or C =  d * Always use the  button.
Simple Pi Challenge! Pi = 3.14 Diameter = 5.6 cm Distance Robot Travels in 1 Rotation = 3.14 * 5.6 cm 3.14 * 5.6 = cm Circumference = Pi * Diameter.
Minds and Computers 3.1 Preview Spin left motor Spin right motor Wait until the motors have spun two rotations Stop left motor Stop right motor What five.
EV3 Workshop Oct 3, 2015 Instructor: Chris Cartwright
11.4 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Circumference and Arc Length.
Use the formula for circumference
Sentry System Multiple Sensors
Minds and Computers 3.1 LEGO Mindstorms NXT l Atmel 32-bit ARM processor l 4 inputs/sensors (1, 2, 3, 4) l 3 outputs/motors (A, B, C) l 256 KB Flash Memory.
Robotics NXT-G: variables, file Rotation sensor Lab: Use buttons to hit specific ball. Homework: Postings. Start planning mapping the room.
LEGO® MINDSTORMS® NXT Move Block.
By Droids Robotics INTERMEDIATE PROGRAMMIN G LESSON MOVE DISTANCE MY BLOCK (MOVE_CM)
The George Washington University Electrical & Computer Engineering Department ECE 002 Dr. S. Ahmadi Class3/Lab 2.
EV3 Software EV3 Robot Workshop
ROBOTC Software EV3 Robot Workshop
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
 Can you think of a way that we could measure the amount of air our lungs can hold?

MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
EXAMPLE 1 Use the formula for circumference Find the indicated measures. Write circumference formula. Substitute 9 for r. Simplify. Use a calculator.
Area & Perimeter Circumference of a Circle Grade 3.
Circles. Parts of a Circle Center The diameter is the distance across the circle through the center The radius is the distance to the center point.
OBJ: SWBAT USE THE FORMULA FOR CIRCUMFERENCE, USE ARC LENGTHS TO FIND MEASURES AND SOLVE REAL-LIFE PROBLEMS Circumference and Arc Length.
Lego Mindstorm Robots 9797 kit.  Students will learn how to identify how to detect a change in a condition.  Students will learn where and how to identify.
Forward Until Near Stop when near a wall.
+ Math Module 1 Rates of Change & Mathematical Models.
336 Remember to discuss which formula you use and why... Problem 1.
Calculating Rotations for Turns
INTERMEDIATE PROGRAMMING Lesson
Robo-Math How Far? The Distance a Robot Travels in One Rotation of the Motor = The Circumference of the Wheel Circumference (of the Wheel) = Diameter (of.
Introductory Presentation
Introductory Presentation
Measured Turns.
Introductory Presentation
PROMGRAMING YOUR ROBOT
Introductory Presentation
Introductory Presentation
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
Section 11.4 Circumference and Arc Length Theorem
11.4 Circumference and Arc Length
Repeating Behaviors.
Robotics Programming 9/18/2015.
Robotics Programming 9/18/2015.
11.1: Circumference and Arc Length
Wheels and Distance.
NOTES 10.9 Circumference and Arc Lengths.
Describing Motion.
Presentation transcript:

Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified number of degrees.

NXT Smart Motors

How do the motors keep track of the distance traveled? The interactive Servo Motors have built-in Rotation Sensors that measure how much the motor has rotated to the nearest two degrees.

Moving Straight Program Details

Investigating Wheels and Distance Determine the relationship between wheel size, motor rotations and distance traveled. The goal is to find out how to move your robot a certain distance predictably in centimeters.

Hypothesis For every 360 degrees of wheel rotation the robot travels one circumference of the robot’s tires. Distance traveled = circumference X rotations

Procedure Step 1 Measure the diameter of the wheel. Using the diameter calculate the circumference. [C = π * D] Calculate the distance your robot will travel for three complete rotation of the wheel. [Distance = C * Rotations] π = 3.14

Procedure Step 2 Run the robot and measure how far it actually goes with the move straight program you created. Repeat the run and measure 3 times. Take the average of that measurement and compare it to the calculations you made in Step 1. How close is the calculated to the actual robot movement?

Turning the robot Robots can perform two different types of turns: –Point Turns Point turns rotate both wheels in opposite directions causing the robot to spin in place. –Swing Turns Swing turns rotate one wheel and stop the other, causing the robot to swing.

Point Turn Program Details Point turns rotate both wheels in opposite directions causing the robot to spin in place.

Swing Turn Program Swing turns rotate one wheel and stop the other, causing the robot to swing

Swing Turn Motor Block 1 Details

Swing Turn Motor Block 2 Details

Creating Measured Turns A 90° turn should be ¼ of the distance the wheel travels around the circle.

Creating Measured Turns Hypothesis: As the robot makes a swing turn the moving wheel traces out a portion of a circle. The amount the robot turns is proportional to the portion of the circle that the wheel travels. A 90° turn should be ¼ of the distance the wheel travels around the circle.

Remember you want the robot to turn 90° Not the wheel to turn 90°.

Create a Pen Attachment

Place the robot on a large sheet of paper. Make sure the tracer attachment will leave a mark as the robot moves. Run the program. When the robot has traced at least one full circle press the grey button on the NXT to stop the program. Using the Swing Turn Program

Measure the path traced by the robot’s wheel Measure the diameter of the traced circle. Calculate the circumference of the traced circle. [C = π * D]

Calculating for a 90° turn Fill in all Known Variables Insert the Number you Calculated Here {C = π * D} Circumference of the Traced Circle {C= * D} Distance Traveled by Wheel for a 90° turn Simplified

The distance the wheel travels is equal to the number of times the wheel turns, times the circumference of the wheel. = 17.6 cm X = 17.6 cm X Number you just Calculated for Distance Traveled by Wheel for a 90° turn Distance Traveled by Wheel for a 90° turn

Fill in the variables using the numbers you calculated previously for your robot and simplify = Number you just Calculated for Distance Traveled by Wheel for a 90° turn 17.6 cm 17.6 cm 360 X Final Calculation determines number of motor degrees to be input into the rotation senor’s dialog box to make the robot spin 90° to the right.

Calculations for a 90° turn Circumference of the Traced Circle {C= * D} Distance Traveled by Wheel for a 90° turn Simplified formula for Calculation part one Simplified formula for Calculation part two = Number you just Calculated for Distance Traveled by Wheel for a 90° turn 17.6 cm 17.6 cm 360 X

Using the number of degrees you used to make the robot turn 90 degrees with a swing turn. Calculate how many motor degrees the program would need to spin to turn the robot: 180 degrees ? 270 degrees ? 360 degrees ? 450 degrees ?

Using the number of degrees you used to make the robot turn 90 degrees with a swing turn. Calculate how many motor degrees the program would need to spin to turn the robot: 180 degrees = degrees = degrees = degrees = 1945