introduction to autonomous robotics

13
Introduction to Autonomous Robotics

Upload: nora

Post on 19-Jan-2016

94 views

Category:

Documents


1 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Introduction to Autonomous Robotics

Introduction to Autonomous Robotics

Page 2: Introduction to Autonomous Robotics

Autonomous vs RC

Page 3: Introduction to Autonomous Robotics
Page 4: Introduction to Autonomous Robotics

DEXTRE

Page 5: Introduction to Autonomous Robotics

DARPA Challenge

Page 6: Introduction to Autonomous Robotics

VEX Applications

Page 7: Introduction to Autonomous Robotics

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.

Page 8: Introduction to Autonomous Robotics

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:1. Gain info about its environment2. Work for an extended period without human

intervention.3. Move either part or all of itself through it operating

environment without human assistance.4. Avoid situations that are harmful to people, property or

itself unless it is part of the design specifications.

Page 9: Introduction to Autonomous Robotics

VEX Robot Subsystems

The VEX robots can be divided into 7 subsystems:

1. Structure 2. Motion3. Power4. Sensor5. Control6. Logic7. Programming

Page 10: Introduction to Autonomous Robotics

1. 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.

2. 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.

Page 11: Introduction to Autonomous Robotics

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 sinals to the receiver of the robot.

Page 12: Introduction to Autonomous Robotics

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.

Page 13: Introduction to Autonomous Robotics

Tasks

1. Inventory – create an inventory on your group laptop and subdivide the parts into subsystems. Submit for marks when complete.

2. Learning Journal a) Identify the function of each component in your

inventory. b) Give examples of how RC and automated

robotics are used in our community. 3. Read Inventors Guide on how subsystems

interact and take notes.