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.

Slides:



Advertisements
Similar presentations
Preliminary Driving Steps
Advertisements

In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
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.
Getting started with LEGO NXT Mindstorms software This is intended to be a short introduction to the LEGO Mindstorms software and programming the LEGO.
Introductory Presentation
Robot C Ready, SET, Go! Workshop SDSU, Fall 2013.
Autonomy using Encoders Intro to Robotics. Goal Our new task is to navigate a labyrinth. But this time we will NOT use motor commands in conjunction with.
Chapter 3 Basic Vehicle 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.
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.
Robotics Abstractions: Levels of language, world view
Driving Procedures & Maneuvers
GIRLS Robotic Camp. Let’s Begin Meet and Greet – Camp leaders introduce themselves – Students introduce themselves.
Application of Math and Science Principles Creating a robot that moves a specified distance straight ahead and Creating a robot that turns a specified.
10/10/ Controlling YOUR ROBOT. 10/10/2015 Basic Stamp  Basic Stamp Input - output pins Interpreter Chip Power supply: 5 Volts voltage Memory: EEPROM.
Measured Turns Introductory Presentation. Opening Activity In the Right Face Activity, we made our robot turn right using the program below.
Hello My Name Is… Introductory Presentation. Opening Activity Think about the following: 1.When you are feeling sad, how do you act? 2.How would someone.
lesson 3.3 STARTING, STOPPING, STEERING, AND TARGETING
Robotics Overview of NXT-G Actuators in Mindstorms. Touch sensor Labwork: Right turn. Touch/bump. [Explore move versus Motor Move mini & motor mini. Motor*.]
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.
Basic Vehicle Control Where are things located. Instrument Panel Speedometer Odometer Tachometer Fuel Gage.
Obstacle Detection Introductory Presentation. Opening Activity If you were blindfolded, what senses would you use to find things in the room?
Get In Gear Introductory Presentation. Opening Activity Describe to a partner what “speed” is. Give a verbal definition, any equations you know, and examples.
Autonomy using Encoders Intro to Robotics. Autonomy/Encoders Forward for Distance In this unit, you will learn to use the encoders to control the distance.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
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.
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.
Minds and Computers 1.1 What is a robot? l Definitions ä Webster: a machine that looks like a human being and performs various acts (as walking and talking)
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
Find the Mindstorms Icon on the computer.. To start a new program click go.
INTERMEDIATE PROGRAMMING Lesson
Vroom,Vroom.  Insert the key into the ignition. It should be located behind the right side of the steering wheel  make sure that the shifter is in.
LEGO® MINDSTORMS® NXT Move Block.
PROMGRAMING YOUR ROBOT How Servos Work: How to control your robot.
Driver’s Education Chapter 3 Basic Vehicle Control.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
Limited rotation servo basics David Hall output shaft servo horn red wire = 5V + black wire = Gnd - white wire = control signal standard servo.
EV3 Programming: Moving and Turning CONFIDENTIAL © 2014 Cymer, LLC.
Get In Gear. Opening Activity Describe what “speed” is. Give a verbal definition, any equations you know, and examples of different speeds.
Introduction to Robotics using Lego Mindstorms EV3 Shreya Reddy & Kiran Raja RoboAvatars Robotics.
EV3 Programming By Dianna de Matos.
Solar Energy Car.
Introductory Presentation
Introductory Presentation
Chapter 3 Basic Vehicle Control
Introductory Presentation
Understanding Communication with a Robot? Activity (60 minutes)
Introductory Presentation
Chapter 3 Basic Vehicle Control
Introductory Presentation
Introductory Presentation
Introductory Presentation
Autonomy using Encoders
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introductory Presentation
Exploring Computer Science Lesson 6-2
Controlling YOUR ROBOT
Forward Until Touch Robot goes forward until it hits a wall.
Introductory Presentation
Introductory Presentation
Introductory Presentation
Introductory Presentation
Wheels and Distance.
lesson 3.3 STARTING, STOPPING, STEERING, AND TARGETING
Getting started with LEGO EV3 Mindstorms software
Presentation transcript:

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 rest to motion.

Opening Activity Example of Car: 1.Unlock the drivers door 2.Open the door 3.Get into the drivers seat 4.Close the door 5.Put the key in the ignition 6.Turn the key to start the car 7.Depress the brake 8.Release the parking brake 9.Put the car in drive 10.Release the brake 11.Press the gas

Opening Activity Example of Person: 1.Person decides they want to run 2.Person finds shoes and socks 3.Person sits down 4.Person puts on socks 5.Person puts on shoes 6.Person ties shoes 7.Person stands up 8.Person places either left or right foot forward 9.Person places other foot forward 10.Person repeats

Discussion Questions What are some things that would inhibit these objects from moving? What are some ways that robots move? Ankle Injury Dead Battery No Wind Flat Tire No Gas Wheels Legs Propellers Treads

Discussion Questions What are some ways that a robots movement could be inhibited? Broken parts Obstacles blocking its path Improper programming No source of energy

Review The movement of a robot is determined by its programming. The programming will tell the robot what to do step by step.

Preview There are also many steps to get a robot moving Full Speed Ahead. Well have to think about exactly what we want our robot to do, in what order it should do these tasks, and then program it accordingly.

Preview Spin left motor Spin right motor Wait until the motors have spun two rotations Stop left motor Stop right motor What five steps would the robot have to take in order to go forward for 2 rotations?

Preview Now lets examine what that would look like in the NXT Educational Programming Software. 1.Spin left motor2. Spin right motor 3. Wait for 2 rotations 4. Stop left motor5. Stop right motor

Preview While programming your motor blocks, make sure you select the proper output ports, and set both motors to the same direction and power level.

Preview Dont forget, the comments you include in your program dont actually have any effect on what your robot will do. Comments simply act as reminders for you when you edit your program. Here, the wait for 1440 degrees wont do anything because the actual Wait Block is set to wait for 720 degrees.

Preview Finally, be sure to save frequently. That way, if anything happens to your computer you dont have to start over.

Now you have the necessary knowledge to get started in the Full Speed Ahead Activity. Good Luck!