EducateNXT Navigation Accuracy 4 Poles Challenge Programming the EduBot before trialing on the course.

Slides:



Advertisements
Similar presentations
EducateNXT Robot Sumo. EducateNXT What is Sumo? Sumo is a competitive contact sport where a wrestler (rikishi) attempts to force another wrestler out.
Advertisements

EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
EducateNXT Enter the name “Sound Graphing” for your experiment. Real-time Data Logging Click the Switch to NXT Data Logging icon in the top-left corner.
Warm-Up Exercises Simplify the expression. ANSWER 1 8 3π3π (9π)
EducateNXT Line Following With One Light Sensor. EducateNXT Attach a light sensor To attach a light sensor to the EduBot, refer to pages of the.
Bluetooth Remote Control
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.
Created by Chris Bracken
EXAMPLE 1 Use the formula for circumference Find the indicated measures. Write circumference formula. Substitute 9 for r. Simplify. Use a calculator. =
Parallelograms, Triangles, and Circles 6.G.1. Find the area of right triangles, other triangles, special quadrilaterals, and polygons by composing into.
Area/Perimeter Of Combined or Partial Shapes
LEGO Mindstorms NXT Programming We will be using the Common Palette for our Robots This is how you download your program onto the brick Drag and drop a.
Circumference of a Circle Parts of a circle Calculate d from r Calculate r from d Introducing pi Using C =π d C from d …. 5 circles C given radius 5 questions.
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.
Decimal Division You must learn the rules. Dividing a decimal by a whole number 1.2 ÷ 2 Divisor = 2 Dividend = 1.2 Step 1: move the decimal in the dividend.
  investigate the relationship between the diameter and circumference of a circle.
Place a piece of string round the circle and then open it out flat:
Review Multiplying decimals: 3.2 x 5.12 Multiplying fractions and whole numbers: 5 x 2/3.
Circumference & Area of Circles Unit 5-3. Circumference Formula for Circumference: ** r is the radius ** ** 2r = d. d is the diameter. ** **Circumference.
Degrees, Minutes, Seconds
7.6: Circles and Arcs Objectives:
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
Radian Measure. Many things can be measured using different units.
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
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.
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.
EducateNXT Robot Sumo The robot gains intelligence.
Circumference and Area: Circles
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.
1.To summarise the relationship between degrees and radians 2.To understand the term angular displacement 3.To define angular velocity 4.To connect angular.
Note 2: Perimeter The perimeter is the distance around the outside of a shape. Start at one corner and work around the shape calculating any missing sides.
11.4 Warm Up Warm Up Lesson Quiz Lesson Quiz Lesson Presentation Lesson Presentation Circumference and Arc Length.
Use the formula for circumference
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Circumference Lesson #33. What is Circumference? The distance around the outside of a circle is called the circumference (essentially, it is the perimeter.
C2:Radian Measure Learning Objective: to understand that angles can be measured in radians.
Copyright © Cengage Learning. All rights reserved. CHAPTER Radian Measure 3.
Find the Mindstorms Icon on the computer.. To start a new program click go.
Dividing a Decimal by a Decimal. Dividing Whole Numbers 12 ÷ 2 = 120 ÷ 20 = 1200 ÷ 200 = ÷ 2000 = Multiply both 12 and 2 by 10 Multiply.
BEGINNER EV3 PROGRAMMING LESSON By: Droids Robotics Using Sensor Data and Port View.
1 ©2006 INSciTE Common Blocks. 2 ©2006 INSciTE Common Blocks Common blocks are full featured actions Like English statements Move Wait for an action Display.
Data Hubs and Wires. Begin by adding a basic Move block, 5 rotations 75% power.
EXAMPLE 1 Rewrite a formula with two variables Solve the formula C = 2πr for r. Then find the radius of a circle with a circumference of 44 inches. SOLUTION.
The midpoint of a circle is centre The line drawn from the centre to the circumference is … radius.
EXAMPLE 1 Use the formula for circumference Find the indicated measures. Write circumference formula. Substitute 9 for r. Simplify. Use a calculator.
Do Now:. Circumference What is circumference? Circumference is the distance around a circle.
EV3 Programming: Moving and Turning CONFIDENTIAL © 2014 Cymer, LLC.
Circles Shape and Space. The value of π For any circle the circumference is always just over three times bigger than the radius. The exact number is called.
Bell Work: Simplify 3√5√5. Answer: 15 LESSON 79: TRANSFORMING FORMULAS.
+ Math Module 1 Rates of Change & Mathematical Models.
Calculating Rotations for Turns
The Corridor Challenge
Understanding Communication with a Robot? Activity (60 minutes)
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
Introductory Presentation
10.4 and 10.9 Quick clicker check
Repeating Behaviors.
Find the Circumference of a Circle
Wheels and Distance.
NOTES 10.9 Circumference and Arc Lengths.
Skills Sheet: ‘Using the 3D viewer’
Presentation transcript:

EducateNXT Navigation Accuracy 4 Poles Challenge Programming the EduBot before trialing on the course

EducateNXT How far am I going? Work out how far one “rotation” takes the robot. Place a small mark on the bottom of the wheel. Go forward one rotation. Measure this distance

EducateNXT Checking using Circumference One rotation is equal to the circumference of the wheel. To measure the circumference, find the radius. Circumference = 2 x π x radius Substitute into the formula: C = 2 x 3.14 x radius C = distance of one rotation

EducateNXT Start Using Distance of a Rotation How many rotations does it take to get to the corner? You may need to use decimals (eg. 3.5 rotations).

EducateNXT Now to get around the corner…

EducateNXT Another Calculation Assuming a pivot turn – one motor only – for right wheel Right wheel forward only

EducateNXT Another Calculation How many rotations to get to Point A? A A quarter turn Right wheel forward only

EducateNXT Calculate Quarter-turn Distance Circumference ( C = 2πr ) divided by 4 Program in a left turn for your robot. How many rotations is this for the right motor?

EducateNXT Good luck with the dotted (outside) line on the 4 Poles Course. Try and program the EduBot for the whole dotted line course before trialing. How far around the course did the EduBot go?

EducateNXT Start At this point, a wide turn needs to be taken – and the programming gets interesting! Now for the Dashed Course…

EducateNXT In order to take the wide arch, the two wheels have to travel at a different velocity. The steering slider in a Move Block is limited to 10 radius of curve turn. A NEW PROGRAMMING TRICK IS REQUIRED for more accurate curve turning

EducateNXT Before the programming tricks… Which set of wheels will create a turning circle with the biggest radius? The arrows’ lengths represent power. A B Answer A – the closer the power of the two motors, the wider the turning arc

EducateNXT Programming a Curved Turn Two ways Split task Wait for time

EducateNXT Split Task Allows two tasks to operate at the same time. In this case, two Move blocks representing two separate motors. Two forms of Branching Click and drag from the starting point. Midway in the program – click and drag while the Shift key is pressed.

EducateNXT Split Task (continued) Things to note: Motor B and C have different powers. 2 different motors – B and C – both going forward Duration is time (not rotations) – can you suggest why? Try both and see.

EducateNXT Wait for time Two separate Move Blocks (with different motors selected) Have different powers Second Curve Turn Technique and are set to duration unlimited

EducateNXT Wait for Time (continued) A “Wait for Time” block is added, and time for the curve turn selected. You can begin accurate curve turning. Choose your method.

EducateNXT Good luck with the dashed (inside) line on the 4 Poles Course!

EducateNXT