EV3 Programming: Moving and Turning CONFIDENTIAL © 2014 Cymer, LLC.

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

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.
EducateNXT Follow the Leader Using Bluetooth communication, one robot can be made to follow the actions of a second robot. Features in this presentation:
Getting started with LEGO NXT Mindstorms software This is intended to be a short introduction to the LEGO Mindstorms software and programming the LEGO.
Graphical RobotC NXT (EV3) Robot Workshop 2015 Instructor: Dr. Fred Brauchler Assistant: Chris Parker 2/7/2015Lawrence Technological University1.
EducateNXT Navigation Accuracy 4 Poles Challenge Programming the EduBot before trialing on the course.
Design Project Motorized Vehicles!. Bicycles  How many of you ride a bicycle that allows you to change gears?  How do you use the gears when riding.
One of the most common types of drivetrain is known as a skid steer drivetrain, which may also be referred to as a tank drive. A skid steer drivetrain.
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.
Diameter, Circumference, and Rotational Sensors Robotics Academy All Rights Reserved.
Parallel Beams INTERMEDIATE EV3 PROGRAMMING LESSON By Droids Robotics
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.
INTERMEDIATE PROGRAMMING LESSON By: Droids Robotics Turn Degrees My Block.
BEGINNER PROGRAMMING Lesson
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
Compound Gears Unit 6.
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.
The integration of Geometry with Applied Robotics Robotics: Fred Urquhart, University HS, Orange City, FL Geometry: Michael Chase, Deltona HS, Deltona,
Introducing Cubelets What do they do?
Measured Turns Introductory Presentation. Opening Activity In the Right Face Activity, we made our robot turn right using the program below.
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
Get In Gear Introductory Presentation. Opening Activity Describe to a partner what “speed” is. Give a verbal definition, any equations you know, and examples.
Negative Power or Negative Rotation makes robot go backwards. But if both are negative, the robot will go forward! Move Steering Block.
Find the Mindstorms Icon on the computer.. To start a new program click go.
INTERMEDIATE PROGRAMMING Lesson
EV3 Software EV3 Robot Workshop
Rotational or Angular Motion. When an object ’ s center of mass moves from one place to another, we call it linear motion or translational motion.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
ROBOTC Software EV3 Robot Workshop Lawrence Technological University.
Unit 1: “Move!”. NXT Functions NXT Functions can be found under “NXT I/O” on the functions palette in an instance targeting the NXT.
By Joshua Shaw.  Now that we have a program, we should see how it works in the real world  To do this we need the Cortex and the orange USB cable 

MEH108 - Intro. To Engineering Applications KOU Electronics and Communications Engineering.
+ Math Module 1 Rates of Change & Mathematical Models.
Get In Gear. Opening Activity Describe what “speed” is. Give a verbal definition, any equations you know, and examples of different speeds.
Robotics Starter: Quiz Review
ORTOP Workshop 3 Robot Navigation & Missions
Introducing: Motion and Forces
Understanding Communication with a Robot? Activity (60 minutes)
Mindstorm Robots 4th Grade Lesson 1.
Module 2 Controlling a Lego EV3 Robot
Robotics Getting Started with
Introductory Presentation
BEGINNER EV3 PROGRAMMING Lesson
BEGINNER PROGRAMMING LESSON
Introductory Presentation
By Sanjay and Arvind Seshan
BEGINNER PROGRAMMING LESSON
Sensors Training.
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
Beginner Programming Lesson
Holyoke Codes LEGO ROBOTICS
Session 2: Giving directions
BEGINNER PROGRAMMING LESSON
Repeating Behaviors.
Using a Drawing Robot to Make Angles (Using Rotations)
The programming page of the Brick
BEGINNER EV3 PROGRAMMING Lesson
Chapter 10 Section 2.
Coding Edbot Dream with Scratch
Using a Drawing Robot to Make Angles (Using Rotations)
Advanced Programming Lesson: Parallel Beams
Wheels and Distance.
Getting started with LEGO EV3 Mindstorms software
BEGINNER PROGRAMMING LESSON
Presentation transcript:

EV3 Programming: Moving and Turning CONFIDENTIAL © 2014 Cymer, LLC

 Review of last session  Remind me… What was that about?  Let’s Motor!  Why are motors important?  What is programming? What is a program?  Connecting to the robot  Moving the robot  Turning the robot  Review EV3 Programming Moving and Turning

Review of Last Session

Let’s Motor!

Connecting to the Robot  You can connect via USB cable, or…  You can connect via Bluetooth…  But only connect to your robot!! Click here to see connection options

Programming the Robot to Move  In the Green section (Actions), click Move Tank and add it to the program  The Move Tank block controls the motors on the robot that drive the wheels.

Programming the Robot to Move Changing the settings of the Move Tank block How motors are controlled Speed of left motor Speed of right motor # seconds, degrees, or rotations Brakes? Or no brakes?

 Move the robot at different speeds. Leave it on On for Rotations. Does changing the speed change the distance traveled?  Now change Motor Control to On for Seconds. Does changing the time change the distance traveled? Try different amounts of time. (10 seconds, 15 seconds, etc.) Let’s Explore!!

Turning the Robot 3 Different Methods

 Turn both wheels at different speeds. The robot will turn in the direction of the slower wheel.  Change motor speeds so one is 10 and the other is 80. Turning the Robot: Method 1 wall.e

 Turn both wheels in opposite directions. The robot will pivot on its center.  Change motor speeds to 50 and -50. Turning the Robot: Method 2 wall.e

 Only turn one wheel. The robot will pivot on the non- moving wheel  Change motor speeds to 0 and Turning the Robot: Method 3 wall.e

*Move the robot with each motor at different speeds: What happens? Why does this happen? *Move the robot with the motors at opposite speeds: What happens? Why? *Move the robot where only one wheel moves: What happens? Why? * Add more Move Tank blocks to program your robot to go straight and turn multiple times. Let’s Explore

1.How did the turning radius of each method compare to each other?  Which was the smallest? Why?  Which was the largest? Why? 2.How can you program the robot to continue increasing the turn radius?  Is there a limit to how big the turn radius could be? Turning the Robot: Review

Thank You!!! Happy Motoring!!!