mir – mobile intelligence robot by jason abbett and devon berry

19
MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Upload: dennis-merritt

Post on 29-Jan-2016

219 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

MIR – Mobile Intelligence Robot

By Jason Abbett and Devon Berry

Page 2: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Project Introduction

• Build and program a robot– Competition Requirements

•Size & Weight•Safety•Autonomous

– Competition Goals•Accuracy

– Successful Task Completion– Avoid Penalties

•Speed

Page 3: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Competition Task Specifics

• Four Cans– One Can per

Incoming Room– Different

Colored Cans– Different Colors

to Different Rooms

Page 4: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Competition Specifics

• Virtual Walls & Ceiling

• Best of Two Rounds– Fastest Six

Teams to Final– Three Workers

with Colored Coveralls

Page 5: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Team Organization

• CS Team– Jason Abbett– Devon Berry

• ECE Team– Michael Hall– Jeff Croxell– Eddie Inlow

Page 6: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Hardware Design

• Outputs– Four Motors– Five Servos

• Inputs– Three Light Sensors– Three Sonar Sensors– Two Optical Mice– One CMU Camera

Page 7: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Initial Plan

• Use Line Following– Light Sensors (Adjust

Motors)– Mouse & Compass (Backup)

• Use Vision for Rooms– CMU Camera (ID & Center)– Sonar (Grab)

Page 8: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Actual Implementation

• Use Line Following Straight– Light Sensors (Adjust Motors)– Mouse (Trigger)

• Use Navigation System Turning– Mouse (Distance)– Control System (Motor PID Control)

• Use Sound for Rooms– Sonar (Center & Grab)– CMU Camera (ID)

Page 9: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Software Design

• Main Module– Sensor Fusion

• High Level Modules– Control System– Navigation System– Arm States– Grab Can

• Low Level Modules– Input Interfaces– Output Interfaces

Page 10: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Structure Diagram

Motors

Servos

Sonar Sensor

s

Light Sensor

s

Optical

Mice

CMU Camer

a

Control Syste

m

Navigation System

Sensor Fusion

Grab Can

Arm State

s

Low Leve

l

High Leve

l

Main Functio

n

Legend

Output

Page 11: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Track Testing

• Half of total project time• Several runs on track

after each new code implementation

Page 12: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Integration Testing

• Integrate module into main function

• Do track test again

Page 13: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Project Timeline

Page 14: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Day Before Competition

• Practice board in hotel– Sign up for 30 minute slot– Completed course twice– Only three teams

completed track

Page 15: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Competition

• Each team had two runs on the track

• After first run – One 20 sec penalty for not

attempting to grab one of the cans– Placed 2nd out of 37

Page 16: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

2nd Run

• Exceeded time limit• Obtained one penalty

– Did not attempt to pick up one can (20sec)

• Placed 9th out of 37

Page 17: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Afterthoughts

• Claw worked great but was too much for this particular competition

• More light sensors• Smaller platform and wheels

Page 18: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Demo

Page 19: MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry

Questions