8-1-2000 rev 1aby: Doug Bertain Week 1 Robotics Sensors & Controllers Sensors collect all the information a robot needs to operate and interact with its.

Slides:



Advertisements
Similar presentations
Slide 1 Insert your own content. Slide 2 Insert your own content.
Advertisements

CS4026 Formal Models of Computation Running Haskell Programs – power.
Managing data using CSPro
1 Signals, Circuits, and Computers John Athanasiou Part B Spring 2010.
Robotics Where AI meets the real world. Ankit Jain
What is a robot? By Kolby H. 8-B What is A robot? A robot is a mechanical device that can help in everyday life by using different programs or.
This, that, these, those Number your paper from 1-10.
Robotics History The idea of a robot is not new. For thousands of years people have been imagining intelligent mechanized devices that perform human-like.
Vex Robotics Introduction to Sensors. introduction to sensors Sensors assist robots in seeing and feeling the physical world through which they travel.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Robotics June 12, 2006.
Robotics Bertain The idea of a robot is not new. For thousands of years man has been imagining intelligent mechanized.
Introduction to Sensors
Robotics History 1920 The idea of a robot is not new. For thousands of years man has been imagining intelligent mechanized devices that perform human-like.
Robotics Lego NXT Mindstorms.
ROBOT Computer and its Programs
10-1 Programming Remember: –programming language –how to program (conceptually) –intro to programming the “ROBOT” computer In this lecture: –programming.
Part II AUTOMATION AND CONTROL TECHNOLOGIES
Center for Robotics and Intelligent Systems (CRIS) By PROFESSOR RAVI PRAKASH CO-ORDINATOR 2006.
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
Loops and Switches. 1. What kind of blocks are these? 2. Name two kinds of controls that can be specified to determine how long a loop repeats. 3. Give.
VEX Robotics Platform and ROBOTC Software
The Future of Robots. About Robots Robots are made of roughly the same components as human beings: a body structure with moveable joints a muscle system.
COMPUTER CONTROL Year 11. Lesson 1 Introduction to Computer Control.
Introduction to the VEX ® Robotics Platform and ROBOTC Software © 2012 Project Lead The Way, Inc.Principles of Engineering.
SEMINAR REPORT ON K.SWATHI. INTRODUCTION Any automatically operated machine that functions in human like manner Any automatically operated machine that.
Control Technology and Automation
Boundary Assertion in Behavior-Based Robotics Stephen Cohorn - Dept. of Math, Physics & Engineering, Tarleton State University Mentor: Dr. Mircea Agapie.
Robotics Sharif In the name of Allah. Robotics Sharif Introduction to Robotics o Leila Sharif o o Lecture #2: The.
Robotics Robotics History Robotics Technology Types of Robots.
Robotics. ` What do you think of when you hear ? Robot.
KaaShiv InfoTech presents ROBOTICS For Inplant Training / Internship, please download the "Inplant training registration form"
Robotics Introduction. Etymology The Word Robot has its root in the Slavic languages and means worker, compulsory work, or drudgery. It was popularized.
Robotics Where AI meets the real world. AMAN KUMAR, SECTION –B4902.
Vex Robotics Program four: reversing and turning.
Mindstorms 1.1 Today’s topics l AI l History of Robotics l Uses of robots l The RCX l ROBOLAB l Upcoming ä Basic control ä Kinematics ä Robot architectures.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
JavaScript 101 Introduction to Programming. Topics What is programming? The common elements found in most programming languages Introduction to JavaScript.
Bridges To Computing General Information: This document was created for use in the "Bridges to Computing" project of Brooklyn College. You are invited.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
BEGINNER FLL PROGRAMMING WORKSHOP BY DROIDS ROBOTICS & EV3LESSONS.
©2008 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This material is protected under all copyright laws as they currently exist.
The Scribbler. The Scribbler is a small, low-cost fully programmable intelligent robot with multiple sensor systems. It is capable of interacting with.
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
Electrical Engineer Responsibilities
Part II AUTOMATION AND CONTROL TECHNOLOGIES
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
UNIT III Range sensing - Proximity sensing - Touch sensing - Force and Torque sensing. Introduction to Machine vision - Sensing and digitizing - Image.
Electrical Engineer Responsibilities
Sensors For Robotics Robotics Academy All Rights Reserved.
Automation as the Subject of Mechanical Engineer’s interest
Introduction to Robots
Touch Sensor.
Robotics Sensors and Vision
Sensors For Robotics Robotics Academy All Rights Reserved.
Electrical Engineer Responsibilities
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Introduction to robotics
Electrical Engineer Responsibilities
Describe how NASA remotely controls equipment in space.
How Does a Touch Sensor Work?
Control Systems An Overview Computer Integrated Manufacturing
Control Systems An Overview Computer Integrated Manufacturing
Warm Up- What is a robot? Describe in one sentence what you understand by the term ‘robot’ 2. What are the main parts of a robot? What do people do to.
Automation and Programming
Programming Concepts (Part B) ENGR 10 Introduction to Engineering
Intro to Robotics It’s YOUR FUTURE.
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

rev 1aby: Doug Bertain Week 1 Robotics Sensors & Controllers Sensors collect all the information a robot needs to operate and interact with its environment. What are sensors? What are Controllers? Controllers interpret all the input from the sensors and decide how to act in response.

Rev 1aBy: Doug Bertain 2Week 1 Robotics Sensors & Controllers What are sensors for? The control of a manipulator or industrial robot is based on the correct interpretation of sensory information. This information can be obtained either internally to the robot (for example, joint positions and motor torque) or externally using a wide range of sensors.

Rev 1aBy: Doug Bertain 3Week 1 Robotics Sensors & Controllers Since sensors are any device that provide input of data to the robot controller a wide verity of sensors exist. Some basic types of sensors are shown including: Light sensors which measure light intensity. Heat Sensors which measure temperature. Touch sensors which tell the robot when it bumps into something. Ultra Sonic Rangers which tell the robot how far away objects are. And gyroscopes which tell the robot which direction is up. Types of Sensors

Rev 1aBy: Doug Bertain 4Week 1 Robotics Sensors & controllers The bumper skirt on this robot is an example of a touch sensor. When the robot runs into a wall the bumper skirt hits a micro switch which lets the robot controller know that the robot is up against a wall. Other types of touch sensors are used internally to let the robot know when an arm is extended to far and it should be retracted or when the robots other physical limits are reached.

Rev 1aBy: Doug Bertain 5Week 1 Light sensors are used to detect the presence and Intensity of light. These can be used to make a light seeking robot and are often used to simulate insect intelligence in robots. Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 6Week 1 Heat sensors help robots determine if they are in danger of overheating. These sensors are often used internally to make sure that the robot’s electronics do not breakdown. Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 7Week 1 Ultra Sonic Rangers are used to determine how far a robot is away from an object. They are often used by robots that need to navigate complicated terrain and cannot risk bumping into anything. Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 8Week 1 Gyroscopes are used in robots that need to maintain balance or are not inherently stable. Gyroscopes are often coupled with powerful robot controllers that have the processing power necessary calculate thousands of physical simulations per second. Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 9Week 1 Use transistors as a switch to control power to motors, relays and lamps. Current and power handling capability is pretty much dictated by package size. The bigger the package, the more power. Transistors Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 10Week 1 Basic Stamp II The Basic Stamp II is a small, self- contained computer controller manufactured by Parallax Inc. This easy-to-use system is programmed using a Basic-like language called PBasic. Programs are written on an IBM-style PC then downloaded to the Basic Stamp II for execution. Large libraries of programs can be created and saved. Controllers Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 11Week 1 Tiny custom microchips like these give "vision" to a toy car by processing images and telling the vehicle how to respond. Controls Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 12Week 1 Motion control is the process of computer controlled kinetics-- the foundation of robotics. CNC (computer numeric control) is an antiquated term for this process, recalling an era when programmers entered the numeric commands and coordinates for each machine move. Motion Control Robotics Sensors & controllers

Rev 1aBy: Doug Bertain 13Week 1

Rev 1aBy: Doug Bertain 14Week 1 Robotics Glossary Au-ton-o-mousadj. 1. Not controlled by others or by outside forces; independent: an autonomous judiciary; an autonomous division of a corporate conglomerate. 2. Independent in mind or judgment; self- directed. a. Independent of the laws of another state or government; self-governing. 1. Of or relating to a self-governing entity: an autonomous legislature. 2. Self-governing with respect to local or internal affairs: an autonomous region of a country. Click here to return to Slide 10

Rev 1aBy: Doug Bertain 15Week 1 android \An"droid\ ([a^]n"droid), A machine or automaton in the form of a human being. Possessing human features. n. An automaton that is created from biological materials and resembles a human being. Also called humanoid. Robotics Glossary Click here to return to Slide 4