3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS.

Slides:



Advertisements
Similar presentations
Robofest 2005 Introduction to Programming RIS 2.0 RCX Code.
Advertisements

US First Robotics Lab View Tutorials Jim Thomas Lawrence Berkeley National Laboratory Team 496 Port Jeff Powerhouse.
Dr. Gary Stewardson, Raymond Boyles Hello again, Sparkey here. Slippery and I will help you explore how to create a program that simulates outputs on a.
Photos and Sensor Instructions
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
Debugging (updated 9/20/06 12:48pm) It doesn’t work…. What do I do????
Session 2  The Touch Sensor  The Colour Sensor.
Basic Robot Design. 3 Steps Design Build Program Drawing and thinking of ideas Using your design to make a robot Telling your robot what to do.
Open and Closed Loops Standard Grade Computing Studies.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 3.
Twyla and Jordan.  Light over black line  Runs roverbot.
Reactive robots UPNA The Public University of Navarra Material for pupils & students.
Programming a light sensor to follow a black line.
7.2 V battery pack and charger Put the battery in the charger station at the end of the lab. period. Red light indicates charging. Ken Youssefi Introduction.
This presentation is intended to offer a set of activity cards, which are ideal for introducing the Robolab. The cards cover a range of basic skills, that.
Vex Robotics Programming Options. To start you off and give you a safe "home base" to return to while you explore, a few key programs are already included.
Motors and Sound Troubleshooting Tips. © H-CCS Problem 1 Why can’t I download my program to the RCX?
AI and Robotics. Look at video clip and think about Input – Camera – Touch – Proximity – Wi Fi input Output parts – Motors/Legs/Wheels Sensors – Impact.
Technical Writing for Robotic Coding!.  du/products/teaching_robotc_cort ex/fundamentals/introtoprogramm ing/thinking/videos/fundamentals.
Robots Week 3a Programming Lesson 2: Modifiers, Loops and Jumps Programming Solutions.
Clap On, Clap Off Introductory Presentation. Opening Activity What is a sensor? Can you give examples? ?
By Eric Greene RMS / I. S. 192 Q. Smart Start Question How would you get the robot to flirt with disaster by touching the edge of the “table” as many.
Lesson 4: Conditional Statements Programming Solutions.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4/Lab3.
Oregon Robotics Tournament and Outreach Program RCX Basics.
Rescue Robot Day 2 Exploring Computer Science Lesson 6-11.
Traffic Lights Green Light- GO – You can proceed only if the intersection is clear. When approaching a green light, check traffic to the left, right, and.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
Lesson 1: Motors and Sound Programming Solutions.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
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.
Forward Until Near Stop when near a wall.
Advanced issues in Robotics and Programming Dr. Katerina G. Hadjifotinou Experimental Junior High School of the University of Macedonia.
Instructions Quit H Robinson. Quit Start Game H Robinson Instructions: Enable Macros when prompted. If you were not prompted then open PowerPoint, go.
4 |Multitasking Created by H. Robinson & A. Gostelow Multitasking.
USING SWITCHES TO PROGRAM A CANDY SORTER DESIGNED FOR USE WITH LMS EV3 PROGRAMMING AND BUILDING ENVIRONMENT.
Python Programming Module 4 Sensors and Loops Python Programming, 2/e1.
Introduction to Programming in RobotC
Electrical Engineer Responsibilities
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Electrical Engineer Responsibilities
Touch Sensor.
Electrical Engineer Responsibilities
Programming Part 2 Mod Kit
Electrical Engineer Responsibilities
Using Switches to Program A candy Sorter
Girl Scout Lego Robotics Workshop
Obstacle Detection Ultrasonic Sensor.
Introductory Presentation
INTERMEDIATE PROGRAMMING LESSON
Forward Until Touch Robot goes forward until it hits a wall.
Line Following Behavior
Reaction time زمن الرجع.
Recap the basics Lesson 1.
Using Switches to Program A candy Sorter
An Introduction to VEX IQ Programming with Modkit
Lesson 3: Sensor Wait-for’s Programming Solutions
Automation and Programming
Line Following Behavior
SENSORS.
INTERMEDIATE PROGRAMMING LESSON
Debugging It doesn’t work…. What do I do????
Recap the basics Lesson 1.
Obstacle Detection.
Intro to Robotics It’s YOUR FUTURE.
Oregon Robotics Tournament and Outreach Program
Exploring Computer Science Lesson 6-11
Implementing Variables in Your Programs
Presentation transcript:

3 | Touch sensors Created by H. Robinson & A. Gostelow TOUCH SENSORS

3 | Touch sensors Created by H. Robinson & A. Gostelow Objectives To see what a touch sensor does. To build a simple program using a touch sensor To extend programming skills

3 | Touch sensors Created by H. Robinson & A. Gostelow The touch sensor is a type of input sensor that causes a reaction when the robot hits an obstacle.

3 | Touch sensors Created by H. Robinson & A. Gostelow Use the touch sensor to make your robot stop at an obstacle. Green light to begin program Stop motor A Motor A goes forward Push in touch sensor Red light to end program

3 | Touch sensors Created by H. Robinson & A. Gostelow

3 | Touch sensors Created by H. Robinson & A. Gostelow Can you extend your program, remember the touch sensor is only on the front of the robot, think about using both motors and time symbols to achieve a more complicated program.

3 | Touch sensors Created by H. Robinson & A. Gostelow KEY POINTS Touch sensor tells the robot when it hits an obstacle Start and end your program with traffic lights Use a stop sign to stop the motors Make sure the symbols are linked correctly using the cotton reel symbol Touch sensor defaults to input port 1 Test your program and improve it.