Faster Line Tracking Introductory Presentation. Opening Activity Try the following with a partner: Obtain a meter stick Holding the meter stick vertically,

Slides:



Advertisements
Similar presentations
Gears and Speed Introductory Presentation. Opening Activity In Get in Gear, we changed the gears on our robot to adjust its speed. If we want to change.
Advertisements

Follow The Guidelines Introductory Presentation. Opening Activity Make a prediction about how light sensors will use thresholds. Keep in mind: We used.
Introductory Presentation
Reaction Time Mini-Lab
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.
H Physics – Reaction Time Lab Objective : Test out your reaction time while reviewing some basic physics Report due ( composition book ) : 9/2/14.
SHMD /04/2012 Reaction Time Speed. Procedure: The person to be tested stands or sits near the edge of a table, resting their elbow on the table.
LEGO Mindstorms NXT Introduction. Component NXT Brick Touch Sensor Light Sensor Ultrasonic Sensor Interactive Servo Motors MMN Lab.
Measured Turns Introductory Presentation. Opening Activity In the Right Face Activity, we made our robot turn right using the program below.
A-Tech Technical Training. Robotic Design - Basket Grey pieces act like funnel Black rubberband keeps basket closed.
Programming a light sensor to follow a black line.
Acceleration of Gravity and Free Fall 9/12/13. Bellwork What is the difference between velocity and acceleration? Velocity is the rate at which an object.
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Unit 04 “Vertical Motion” Introduction to Problem Solving Level: Easy “Dollar Bill Activity”
Reaction Time Experiment Purpose: Do males or females have faster reaction times?
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
Acceleration and Gravity Chapter 4.4, Physics 2. Representing 1D motion Motion horizontally Motion vertically.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
The Nervous System FunctionsPartsReflexActivity At this station you will: -Learn the 3 main functions of the Nervous System -Learn the main parts of the.
Enables your robot to see, recognize, avoid objects, and detect movement. It uses the same scientific principle that bats use. It measures distance in.
Bellwork – 09/03/15 Sketch a graph of position vs. time for when the meter stick was falling in your first lab assignment.
Robotics Programming Wall Follow Line tracking for a set amount of time Line tracking for a distance.
Catch the Wave Wave Rate D = measured distance between sensors.
Distance vs. Displacement, Speed vs. Velocity, Acceleration, Free-fall, Average vs. Instantaneous quantities, Motion diagrams, Motion graphs, Kinematic.
Introduction to Motion
How Do You Make a Program Wait?
Introductory Presentation
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Introductory Presentation
Introductory Presentation
Representing Motion Graphically
Introductory Presentation
PASSING LANE CHANGING MERGING SHARING THE ROAD
Introductory Presentation
Introductory Presentation
This is the Lego NXT ->
PHYSICS WITH TECHNOLOGY
Tests for Specific Fitness
UNITS 12 AND 13.
Introduction To Programming with LEGO NXT 2
Lab – Variation of Traits
Kinematics Terms and Questions
Introductory Presentation
Introductory Presentation
Loops and Switches Pre-Quiz
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introductory Presentation
PASSING LANE CHANGING MERGING SHARING THE ROAD
How to Avoid Accidents While Driving
Free Fall Or, being under the influence of gravity, and gravity alone
Follow The Guidelines Light Sensor
Beginner Programming Lesson
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introduction to Motion
Introductory Presentation
Introduction to Motion
Introductory Presentation
Describing motion with graphs
A Well Designed Investigation
Introductory Presentation
Obstacle Detection.
If you took a photo of a falling object every second, what would it’s motion look like?
Lego MINDSTORMS EV3.
Opening Question: Take a moment to reflect on your experience with PowerPoint. Come up with a positive and a negative example.
How Parts of the Nervous System Work
Presentation transcript:

Faster Line Tracking Introductory Presentation

Opening Activity Try the following with a partner: Obtain a meter stick Holding the meter stick vertically, have your partner place their thumb and forefinger on either side of it near the bottom, but not touch it Drop the stick and see how far it falls before your partner can catch it Switch roles and see who can catch it faster

Review The meter stick activity was a test of your reaction time. The robot’s reaction time is based on its hardware and software.

Review In “Follow The Guidelines,” the NXT Light Sensor enabled our robot to follow a line that we created.

Preview If we wanted to speed up the robot’s line tracking we would have to consider its reaction time. Most importantly, we need to know how quickly it can read and respond to data from its Light Sensor.

Preview If the Light Sensor is moving too quickly, our robot may not have time to react. One way to slow down the Light Sensor is to move it closer to the robot’s tires.

Preview This works because the Light Sensor will have to cover less distance during each turn, and therefore can move slower. Now the Light Sensor will be moved to the rear of the robot. The blue shows the horizontal distance the sensor was moved while at the front of the robot. The green shows the horizontal distance it was moved while at the rear of the robot. The Light Sensor positioned at the front of the robot.

Now you have the necessary knowledge to get started in the Faster Line Tracking Activity. Good Luck!