Robotics Starter: Quiz Review

Slides:



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

EIGHTH GRADE ROBOTICS KITTATINNY REGIONAL HIGH SCHOOL MR. SHEA Introduction to Programming
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.
Patent Liability Analysis Andrew Loveless. Potential Patent Infringement Autonomous obstacle avoidance 7,587,260 – Autonomous navigation system and method.
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.
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.
Starter Forces sometimes make objects _______ or rotate around a _________. The turning effect of a ______ is called a __________. Moment of a force =
Your Python program uses the create library. It supplies functions that send commands: to your laptop’s Bluetooth radio, then to the BAM on the Create,
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
BEGINNER EV3 PROGRAMMING Lesson
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
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.
Wheels, Wheels, Wheels!. Have you ever thought about the size of wheels and the distance traveled for each rotation?
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
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Conditions and loops Day 4 Computer Programming through Robotics CPST 410 Summer 2009.
Castor Bot. Now, we will begin creating a robot Log onto your computer On your screen, click on the website labeled “castor bot” Your building instructions.
Find the Mindstorms Icon on the computer.. To start a new program click go.
LEGO® MINDSTORMS® NXT Move Block.
By Droids Robotics INTERMEDIATE PROGRAMMIN G LESSON MOVE DISTANCE MY BLOCK (MOVE_CM)
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.
Tutorials NXT-G / EV3 Programming. Tutorials NXT-GEV3.
MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
EV3 Programming: Moving and Turning CONFIDENTIAL © 2014 Cymer, LLC.
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.
INTERMEDIATE PROGRAMMING Lesson
BEGINNER EV3 PROGRAMMING Lesson
VEX IQ Mix & Match Curriculum
What Is an Electric Motor? How Does a Rotation Sensor Work?
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.
Squaring or Aligning on a Line
Module 2 Controlling a Lego EV3 Robot
By Sanjay and Arvind Seshan
What Is a Program? What Is a Program? lesson > TeachEngineering.org
Measured Turns.
Robotics Getting Started with
BEGINNER EV3 PROGRAMMING Lesson
Autonomy using Encoders
BEGINNER PROGRAMMING LESSON
Introductory Presentation
By Sanjay and Arvind Seshan
INTERMEDIATE PROGRAMMING LESSON
Programming.
Gyro Move Straight & Gyro Wall Follow
BEGINNER PROGRAMMING LESSON
LESSON 03 Turning In Place. LESSON 03 Turning In Place.
Moving Straight with RoboMath: 1
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
BEGINNER PROGRAMMING LESSON
BEGINNER PROGRAMMING LESSON
Lesson 6: aligning on Walls & MODELS
Repeating Behaviors.
RobotC While loop When and how to use the while loop
Using a Drawing Robot to Make Angles (Using Rotations)
BEGINNER EV3 PROGRAMMING Lesson
Robotics Week 3 beginning wheel control
By Sanjay and Arvind Seshan
Using a Drawing Robot to Make Angles (Using Rotations)
Getting started with LEGO EV3 Mindstorms software
BEGINNER PROGRAMMING LESSON
LEGO MINDSTORMS NXT PROGRAMMING
Session 2 Moving and Turning…
Presentation transcript:

Robotics Starter: Quiz Review You need: pencil Discuss with your partner/table: What does each parameter in the Move Steering Block do? If you know how far a tribot travels with a given Move Steering Block duration, what are the steps in calculating the new duration for another distance?

Moving Straight Objectives: Students will be able to: Write an EV3-G program for a robot to move straight Control the straight movement of a robot through the EV3-G Move block parameters Explain the role of each parameter in the Move and Motor blocks Calculate the required Move and Motor block parameters for a desired movement

Robotics Starter: Quiz Review Answer You need: pencil What does each parameter in the Move Steering Block do? Ports that motors are plugged into Move steering command Turn motors on for # of Rotations, degrees, or seconds Brake or Coast Move straight forward How many rotations Power of motor

Do the Math In Rotations In Degrees What are the steps in calculating the new duration for another distance? In Rotations In Degrees

RoboStarter 1 You need: pencil, laptop, EV3 Kits Discuss with your partner/table: Why is controlling a Move Steering Block duration with time tricky? What is the difference between controlling a Move Steering Block duration with rotations or degrees? When might you use one over the other? How would a tribot behave with each of these blocks? 1 2 3

Moving Straight with RoboMath: 1 Discuss with your partner/table: Ziffle’s Tribot required 1.3 rotations to travel 25cm. How many rotations must Ziffle program in his Move Block duration for his Tribot to travel 75cm? Scale Factor 1.3 rotations 25 cm x rotations 75 cm = Scale Factor x = 1.3 rotation x 3 x = 3.9 rotations 75 cm 25 cm Scale Factor = = 3

Moving Straight with RoboMath: 2 Discuss with your partner/table: Ziffle’s Tribot required 520 degrees to travel 25cm. How many rotations must Ziffle program in his Move Block duration for his Tribot to travel 62.5cm? Scale Factor 520 degrees 25 cm x degrees 62.5 cm = Scale Factor x = 520 degrees x 2.5 x = 1,300 degrees 62.5 cm 25 cm Scale Factor = = 2.5