35
Autonomous Rendezvous System Capstone Design Proposal Chase Davis Daniel Phifer Nimesh Patel ReNina Fields Larry Lybrook Rachael Green Matthew Wright Eric Kneynsberg Jimmy Simmons University of Alabama Department of Electrical and Computer Engineering 1

Autonomous Rendezvous System Capstone Design Proposal

Embed Size (px)

DESCRIPTION

Autonomous Rendezvous System Capstone Design Proposal. Chase Davis Daniel Phifer Nimesh Patel ReNina Fields Larry Lybrook Rachael Green Matthew Wright Eric Kneynsberg Jimmy Simmons. University of Alabama Department of Electrical and Computer Engineering. Presentation Agenda. - PowerPoint PPT Presentation

Citation preview

Page 1: Autonomous Rendezvous System Capstone Design Proposal

Autonomous Rendezvous SystemCapstone Design Proposal

Chase DavisDaniel PhiferNimesh PatelReNina FieldsLarry Lybrook

Rachael GreenMatthew WrightEric KneynsbergJimmy Simmons

University of Alabama Department of Electrical and Computer Engineering1

Page 2: Autonomous Rendezvous System Capstone Design Proposal

Problem statement Background

information Possible overall

solutions Plan of action Detailed specifications

◦ Platform◦ Wireless communication◦ Image processing◦ Navigation◦ Control console

Documentation Validation plan General schedule and

budget Safety and

environmental impact

2

Presentation Agenda

Page 3: Autonomous Rendezvous System Capstone Design Proposal

Chase vehicle is to rendezvous with target given starting requirements:◦ The x and y position for

the chase vehicle is x = sqrt(9-y^2)

◦ The angle of incidence, Ɵ, is such that -tol < Ɵ < tol The tolerance will be

determined once the infrared sensors have been tested

◦ The yaw is equal to Ɵ (front of vehicle pointing at target)

Rendezvous is considered successful when:◦ ∆X = 2 inches◦ ∆Y = ± 2.00 inches◦ ∆Yaw = ± 8.00 degrees

3

Problem Statement

Page 4: Autonomous Rendezvous System Capstone Design Proposal

Three space stations◦ Skylab◦ Mir◦ International Space Station

Mir collision Automated Transfer Vehicle

(ATV) May 8th , 2007 Autonomous

Space Transport Robotic Operations (ASTRO)

Background

4

Page 5: Autonomous Rendezvous System Capstone Design Proposal

3-Dimensional problem◦ Orbital rendezvous and

docking◦ 6 degrees of freedom

2-Dimensional problem◦ Capstone Fall 2007◦ 3 degrees of freedom

Background

5

Page 6: Autonomous Rendezvous System Capstone Design Proposal

Triangulation ▣◦ Received/transmit signal strength of wireless modules◦ Very high precision and accuracy

Camera only◦ Enables a high degree of precision◦ Computationally expensive

IR sensors and compass only◦ Cheap◦ Easy to configure◦ Not accurate enough for the precise mechanics involved

in docking

Possible Overall Solutions

6

Page 7: Autonomous Rendezvous System Capstone Design Proposal

IR sensors, compass and a camera Phase 1 ▣

◦ IR sensors and compass provide a coarse but fast way of zeroing Y and Yaw

◦ Move chase vehicle 2 feet out from stationary target (2,0,0)

Phase 2◦ Camera provides the needed precision to approach the

target carefully, slowly, and with enough accuracy to rendezvous/zero X

◦ Chase vehicle slowly approaches stationary target from its position 2 feet away

Overall System

7

Page 8: Autonomous Rendezvous System Capstone Design Proposal

System Overview

8

Target

Computer

Chase Vehicle

Microcontroller

Compass

Camera

IR Sensors

`

Microcontroller

Compass

Page 9: Autonomous Rendezvous System Capstone Design Proposal

Three modules:

Chase Vehicle Computer Target Five sub-systems

◦ Platform◦ Wireless communication◦ Image processing◦ Navigation◦ Control console

Plan of Action

9

Page 10: Autonomous Rendezvous System Capstone Design Proposal

Develop each sub-system completely independent of other sub-systems

Integrate each sub-system into the overall system◦ Modify the sub-system to ensure proper interaction with

the other sub-systems and module Test, validate, and refine the system

◦ Validate the performance of each sub-system◦ Validate the proper interaction between sub-systems◦ Validate the overall system performance

Plan of Action

10

Page 11: Autonomous Rendezvous System Capstone Design Proposal

11

Sub-system Communication

Image Processing

Control Console

Navigation

Wireless Communication

Platform

Camera image processing commands

Target image information

Movement commands

Chase vehicle position

Chase vehicle command

Chase vehicle

command

Chase vehicle position

RS-232

TTL UART

PWM

Page 12: Autonomous Rendezvous System Capstone Design Proposal

Chase◦ TK1 Basic Kit◦ Palm Pilot Robot Kit (PPRK)◦ Octabot

Wheel position◦ Scooterbot II

Wheeled Servo driven Two 7” diameter decks Cost $59.95

Target◦ Façade◦ Possibility of docking

12

Platform Possibilities

Y-axis view X-axis view

Page 13: Autonomous Rendezvous System Capstone Design Proposal

Chase◦ Testing done using microcontroller pulse width modulation

(PWM)◦ Movement

• Clockwise• Counter clockwise• Forward• Reverse

◦ Speed• Five different speeds

◦ Effects of overall equipment weight Target

◦ Contingent on dockingGroup Members: Eric Kneynsberg, Larry Lybrook, Nimesh Patel,

Daniel Phifer

Platform Testing Plan

13

Page 14: Autonomous Rendezvous System Capstone Design Proposal

Chase Target

14

Power Budget

Component Current (mA)

Microcontroller 100*

Wireless 100*

Compass 15

Long Range IR Sensor

50

Short Range IR Sensor

50

Servos 1500*

Camera 200*

TOTAL 2015 mA

Component Current (mA)

Microcontroller 100*

Wireless 100*

Compass 15

TOTAL 215 mA

* Measured in Lab

Page 15: Autonomous Rendezvous System Capstone Design Proposal

XBee-PRO Starter Kit◦ 60 mW output power◦ 1-mile range◦ RS-232 & USB development

boards◦ 2 OEM RF modules◦ Cost $179.00

XBee Starter Kit◦ 1 mW output power◦ 100 ft. indoor range◦ RS-232 & USB development

boards◦ 2 OEM RF modules◦ Cost $129.00

Since 3 modules and development boards are needed, and the XBee Starter Kit only provided 2 of each, 1 more module and board will be purchased

15

Wireless Kit Possibilities

Page 16: Autonomous Rendezvous System Capstone Design Proposal

Performance◦ Power output: 1mW◦ Indoor range: Up to 100 ft

Baudrate◦ Interface baudrate: 115,200 ◦ Operating frequency: 2.4 GHz

Networking◦ Networking topology: peer-to-peer, point-to-point &

point-to-multipoint Error handling

◦ Retries and acknowledgements

XBee Starter KitDetailed Specifications

16

Page 17: Autonomous Rendezvous System Capstone Design Proposal

Simultaneously send data from control console and target to chase vehicle

Send data from chase vehicle to target and control console

Look for a proper transition on chase vehicle between control console channel and target channel

Group Members: Rachael Green, Daniel Phifer, ReNina Fields

Wireless Testing Plan

17

Page 18: Autonomous Rendezvous System Capstone Design Proposal

18

Terasic TRDB_DC2◦ Not useable with

microcontroller CMUCam1 - $109

◦ Low resolution CMUCam3 - $239

◦ High price, unneeded functionality

CMUCam2 - $179◦ Compromise in price and

image resolution◦ Available for immediate

testing

Image Processing Possibilities

Page 19: Autonomous Rendezvous System Capstone Design Proposal

19

Test for most effective beacon◦ Contrasting printed image◦ LEDs

Test color tracking function◦ Distance from beacons◦ Angle of incidence◦ Camera/beacons in motion

Test distance measurement◦ Assume 90° incident angle◦ Resolution◦ Repeatability

Group Members: Matt Wright, Jimmy Simmons, Rachael Green, Nimesh Patel

Image Processing Testing Plan

Page 20: Autonomous Rendezvous System Capstone Design Proposal

Camera – CMU Cam 2 IR sensors

◦ Infrared “ranger” sensors will help find the target◦ Operating supply voltage of 4.5 to 5.5 Volts◦ Long range IR - Sharp GP2Y0A02YK $12.50

8” to 60” range◦ Short range IR – Sharp GP2D120 $12.50

1.5” to 12” range Compass

◦ Devantech R117 $52.00◦ Dinsmore compass $14.00

Optical sensors◦ Still researching ~$1.08

Navigation

20

Page 21: Autonomous Rendezvous System Capstone Design Proposal

21

Navigation Possibilities Altera Cyclone II FPGA

Starter Development Kit◦ Computation power◦ Learning curve◦ Price $150.00

Adapt9S12E128 Basic Module with 112-pin MCU◦ Equipment and language

familiarity◦ Size◦ Price $83.00◦ Limited memory

Page 22: Autonomous Rendezvous System Capstone Design Proposal

IR sensors◦ Test and validate ranges and detection surfaces

Compass◦ Compare readings from compass against an analog

compass to test accuracy and precision

Group Members: Eric Kneynsberg, Matt Wright, Jimmy Simmons, ReNina Fields, Chase Davis

Navigation Testing Plan

22

Page 23: Autonomous Rendezvous System Capstone Design Proposal

C#◦ Better visuals◦ More elegant and

efficient design◦ Stand-alone program◦ Need .NET Framework

LabView◦ Very fast data acquisition

(DAQ)◦ Numerous powerful

functions◦ Learning curve◦ Expensive DAQ modules◦ Not stand-alone

MatLab◦ Excellent math and

graphing capabilities◦ Image processing

toolboxes◦ Slower processing◦ Not stand-alone

Control Console Possibilities

23

Page 24: Autonomous Rendezvous System Capstone Design Proposal

Matlab ◦ Powerful math and

graphical functions which allows for future upgrades

◦ Slower processing is not detrimental

◦ Reduced learning curve

Control Console Solution

24

Page 25: Autonomous Rendezvous System Capstone Design Proposal

MatLab simulation program Mimic movement of vehicle Include code to manipulate vehicle

Group Members: Chase Davis, Jimmy Simmons, Eric Kneynsberg, Larry Lybrook

25

Control Console Testing Plan

Page 26: Autonomous Rendezvous System Capstone Design Proposal

The group will provide the user with:◦ User Manual◦ System Specification Document updated weekly

Each sub-system will be independently documented

Documentation responsibilities will be shared by all team members

The group guarantees to deliver a prototype rendezvous system suitable for use as a demonstration during departmental recruiting activities by December 2007

Documentation

26

Page 27: Autonomous Rendezvous System Capstone Design Proposal

Validate each sub-system before integration◦ Check for desired behavior, performance, stability

Validate each sub-system after integration◦ Check for proper interactions with other sub-systems,

stability, performance Validate the system

◦ Check for completion of objective

Validation Plan

27

Page 28: Autonomous Rendezvous System Capstone Design Proposal

Ad-hoc method of validation◦ Small scale◦ No plans for mass production◦ Limited access to specialized testing equipment◦ Limited time to implement and refine a systematic

validation procedure Acceptance will be defined by client’s acceptance

standards and the equipment’s rated tolerances

Validation Plan

28

Page 29: Autonomous Rendezvous System Capstone Design Proposal

Compasses, $106.65

Short Range IR Sensors, $27.65

Long Range IR Sensors, $27.65

Wireless Modules, $38.00

Wireless Board, $60.00

Microcontrollers$199.91

CMUCam2, $179.00

Batteries (4500 mAh),

$70.00

Batteries (2300mAh),

$28.00

Platform, $80.00

Optical Sensors, $10.80

Misc ICs and Regulators,

$20.00

Unused, $152.34

Estimated Budget

29

Page 30: Autonomous Rendezvous System Capstone Design Proposal

Compasses,$106.65

Short Range IR Sensors, $27.65

Long Range IR Sensors, $27.65

Wireless Modules, $38.00

Wireless Board, $60.00

Microcontrollers$199.91

Unused, $540.14

Current Budget

30

Page 31: Autonomous Rendezvous System Capstone Design Proposal

Schedule

31

Page 32: Autonomous Rendezvous System Capstone Design Proposal

Control system failure Collision with people

or other objects Possible hazardous

materials in system components

Possible hazardous payloads

Safety Problems

32

Page 33: Autonomous Rendezvous System Capstone Design Proposal

Long range operation uses long range IR sensors◦ Line up yaw and Y axis from long range

Short range operation uses short range IR sensors and color camera◦ Stop movement if IR sensor and camera data don’t

match or are out of expected ranges◦ Variable speed based upon distance from target

Collision Avoidance

33

Page 34: Autonomous Rendezvous System Capstone Design Proposal

Simulation of 3D rendezvous problem through 2D problem solving

Breakdown problem into sub-systems◦ Platform◦ Wireless communication◦ Image processing◦ Navigation◦ Control console

Safety concerns◦ Collision avoidance

Overall deliverable◦ Working prototype that can rendezvous autonomously

with a target within system specifications

Conclusion

34

Page 35: Autonomous Rendezvous System Capstone Design Proposal

Questions?

35