Introduction to Autonomous Robotics

Slides:



Advertisements
Similar presentations
Engineering Roles We will be forming groups of 3 students
Advertisements

Introduction  If you have ever been to shooting range before, you know that firing a gun is fun. Time flies when you’re sending hundreds of rounds down.
Connecting VEX and ROBOTC
Ramrod III Micro mouse. The Team  Andrew Igarashi – Hardware  Kevin Li – Programming  Stephen Nakamura – Hardware  Quang Ngu - Programming.
Colorado Robot Challenge Year 4 Saturday April 10 th, 2010.
TOUCH SCREEN AND ZIGBEE BASED WIRELESS COMMUNICATION ASSISTANT
The Create robot, by iRobot Same as the 4000 series of the Roomba vacuum cleaner, but: Without the vacuum and brush With a port that gives easy access.
Robotics Lego NXT Mindstorms.
Artificial Intelligence
Design and Implementation of Metallic Waste Collection Robot
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
Introduction to Robotics Principles of Robotics. What is a robot? The word robot comes from the Czech word for forced labor, or serf. It was introduced.
The Voice Operated and Wirelessly Controlled Elevator Jeremy Hester Advisor: Dr. Mohammad Saadeh Class: ET 494 (Senior Design II), Fall 2013 Class Professor:
Design cycle Define the new problem Examine the possibilities Design a solution Create the design Test the design Exit with solution.
Robotics Sharif In the name of Allah. Robotics Sharif Introduction to Robotics o Leila Sharif o o Lecture #2: The.
University of Windsor School of Computer Science Topics in Artificial Intelligence Fall 2008 Sept 11, 2008.
KaaShiv InfoTech presents ROBOTICS For Inplant Training / Internship, please download the "Inplant training registration form"
INTRODUCTION TO ROBOTICS Part 1: Overview Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
CAMLESS ELECTRONIC REGULATORY MODULE FOR A 4-S SINGLE CYLINDER I C ENGINE.
Bug Demo Class. The Parts of the Robot Verses A Human Motor and Battery packs The Controller (mini computer) or CPU The Human Brain The Brain of a Robot.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
Project Overview  Introduction  Frame Build  Motion  Power  Control  Sensors  Advanced Sensors  Open design challenges  Project evaluation.
The Create robot, by iRobot
INTRODUCTION TO ROBOTICS Part 2: Structural System Robotics and Automation Copyright © Texas Education Agency, All rights reserved.
1 RoboticsPresents KaaShiv InfoTech For Inplant Training / Internship, please download the "Inplant training registration form" from our website
HUMANOID ROBOTS. What is a Robot ? “A re-programmable, multifunctional manipulator designed to move material, parts, tools, or specialized devices through.
Unit 1 - Introduction to VEX Robotics
Unit 3 - Computer Systems. Logical vs Physical A computer system can be represented in either a logical or physical form Both are useful in understanding.
Connect VEX and ROBOTC Electrical Engineer Responsibilities © 2011 Project Lead The Way, Inc.Automation and Robotics VEX.
Introduction to VEX® components
What is a Mechanism? Two pieces of a machine where motion of one part causes the other part to move.
Oakland County Competitive Robotics Association Marc Center, GM Engineer, OCCRA VEX Mentor Rob Jenkins, OCCRA Vex Mentor Mark Taylor, Pontiac Teacher,
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
Project Overview  Introduction  Frame Build  Motion  Power  Control  Sensors  Advanced Sensors  Open design challenges  Project evaluation.
Xtreme Robot Olympiad Mr. Mike Smith Summer Session Instructor University of Denver.
Adding the Cortex and Testing Lesson 03. OBJECTIVES FOR TODAY By the end of this lesson you will be able to: Complete construction of the VEX Clawbot.
With. Project Overview  Introduction to Factory Automation Numerical Control  Build an autonomous robotic solution  Testing an autonomous robot build.
Engineering Notebook - Part 4 Tumbler Research Section Overview of Build Lesson 1 Basic Vocabulary Motors / Batteries Name: Per #:
Electrical Engineer Responsibilities
PRESENTATION ON Line follower robot.
Know your Robot Electrical Parts
- Usable range of 0 to 6 feet. - Find dark or bright areas.
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Lesson Materials: Lesson hand-outs as desired Student Matching Exercise for Unit Student Matching Exercise Answer Key for Lesson Pencils or pens Internet.
Electrical Engineer Responsibilities
The Create robot, by iRobot
Smart Car Robot Prepared by Supervised by Mai Asem Abushamma
“RedBoard” / Arduino Uno Ardumoto Motor Driver Shield
ARDUINO LINE FOLLOWER ROBOT
Chain Reaction Challenge
Project Overview Introduction Clawbot Build Design Modification
Electrical Engineer Responsibilities
Humanoid Robotics – A Social Interaction
Chapter 1: Introduction
Motion STARTER Parts list Quick task: Discuss in pairs all the parts shown. Agree the function each of these parts for the Tumbler motion, and write your.
Introduction to robotics
Electrical Engineer Responsibilities
CONCEPTS Drive Trains , Object Manipulators, and Lifting Mechanisms
DT-Assessment Frame Work Term2
An Introduction to VEX IQ Programming with Modkit
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
Patent Liability Analysis
ACTIVITY MOVEMENT TASK USING SENSORS - HUMANS AND ROBOTS (75 MINUTES)
Project Overview Introduction & Product Analysis
Project Overview Introduction & Product Analysis
Unit 2 Robotics.
Intro to Robotics It’s YOUR FUTURE.
9/28/18 – Earthquake and Tsunami hit Indonesia
Presentation transcript:

Introduction to Autonomous Robotics

Autonomous vs RC

DEXTRE

DARPA Challenge

VEX Applications

Autonomous vs RC RC robotics simply involves the use of a transmitter to send signals to a CPU that is dependent on constant human guidance and instruction.

Autonomous vs RC Autonomous robots are robots that can perform continuous tasks without human intervention. There are different degrees of autonomy. However, fully autonomous robot can: Gain info about its environment Work for an extended period without human intervention. Move either part or all of itself through it operating environment without human assistance. Avoid situations that are harmful to people, property or itself unless it is part of the design specifications.

VEX Robot Subsystems The VEX robots can be divided into 7 subsystems: Structure Motion Power Sensor Control Logic Programming

Structure subsystem – consist of the parts of the robot that form the “skeleton” of the robot. Consists of all the metal components and hardware pieces. Together they make up the frame of the robot. Motion subsystem – consists of all the parts that make the robot move. Consists of motors that generate motion and gears and wheels that transfer and transform the motion into different forms.

3. Power subsystem – required for the operation of the robot 3. Power subsystem – required for the operation of the robot. It is the circulatory system that provides the robot with energy. Batteries and power packs are used in VEX robots. 4. Sensor subsystem – gives the robot the ability to detect things in its environment. They are the eyes and ears of the robot and allow the robot to function independently of human control. 5. Control subsystem – allow human operator to control robot. The transmitter sends signals to the receiver of the robot.

6. Logic subsystem – the microcontroller 6. Logic subsystem – the microcontroller. It coordinates and controls all other components of the robot. It is the robot brain. 7. Programming subsystem – a program that is the set of rules that tells the robot how to behave. Easy-C Pro.

Tasks Inventory – create an inventory on your group laptop and subdivide the parts into subsystems. Submit for marks when complete. Learning Journal Identify the function of each component in your inventory. Give examples of how RC and automated robotics are used in our community. 3. Read Inventors Guide on how subsystems interact and take notes.