EDMA Final Presentation

Slides:



Advertisements
Similar presentations
FRC LabVIEW Software Overview Joe Hershberger Staff Software Engineer National Instruments.
Advertisements

1 Autonomously Controlled Vehicles with Collision Avoidance Mike Gregoire Rob Beauchamp Dan Holcomb Tim Brett.
Field Navigational GPS Robot Final Presentation & Review Chris Foley, Kris Horn, Richard Neil Pittman, Michael Willis.
Team GPS Rover Alex Waskiewicz Andrew Bousky Baird McKevitt Dan Regelson Zach Hornback.
Electronic Guidance Device(EGD) Group Members Stephen Harris Abdul-Karim Al-Shanfari Bradley Smethie Robert Bornhijm.
Design and Implementation of Metallic Waste Collection Robot
Unit 3a Industrial Control Systems
Abstract Design Considerations and Future Plans In this project we focus on integrating sensors into a small electrical vehicle to enable it to navigate.
Autonomous Surface Navigation Platform Michael Baxter Angel Berrocal Brandon Groff.
Development of Control for Multiple Autonomous Surface Vehicles (ASV) Co-Leaders: Forrest Walen, Justyn Sterritt Team Members: Andrea Dargie, Paul Willis,
Service Implementation Getting Transit on the Road! with Kevin Schubert and Emily Watson.
Department of Electrical and Computer Engineering Team BeepachU November 26, 2013 Midway Design Review.
SDK Phase 0 Software simulation environment on PC Assumed underway by Nintendo iReady can provide GB to RS232 adapter –allows GB to be connected to PC.
Scott Coffin Adam Faucher Jason Graika Brian Voelz Client: Honeywell Advisor: Dr. Zhengdao Wang.
EEL 5666: Intelligent Machine Design Laboratory Final Presentation by Rob Hamersma April 12, 2005.
BQM-167A Advanced UAV System Architecture
1 Advanced topics in OpenCIM 1.CIM: The need and the solution.CIM: The need and the solution. 2.Architecture overview.Architecture overview. 3.How Open.
FINAL ORAL PRESENTATION ROBOT: PACKY ROGER RODRIGUEZ IMDL FALL 2011.
Administrative Introduction Our goals for this project are for the three robots to work together intelligently to complete a maze faster than an individual.
Increment 1 Development Plan - License Checker 2.0 Jing Jing-Helles
MIR – Mobile Intelligence Robot By Jason Abbett and Devon Berry.
Final Presentation SETH NYDAM IMDL DR. ARROYO AND SCHWARTZ.
1/29/2013 EEL4665 Spring ‘13 University of Florida Leonardo Falcon.
Daredevil Robot Direction Module (DRDM) Senior Design II Midterm Presentation.
Southeastern Conference 2014 Final Presentation. The Team Alex Holeczy Computer Engineering - Navigation - Debugging Thomas McCollum Electrical Engineering.
Joseph Ratliff EE Software Research PCB Design Obstacle Detection Motion Detection Ryan Crownover EE Coding Logic Motion System Software Design Website.
Final Presentation Prime Mobility Group Group Members: Fredrick Baggett William Crick Sean Maxon Project Advisor: Dr. Elliot Moore.
Daredevil Robot Direction Module (DRDM) Senior Design II Final Presentation.
Ball-E by Lee Tsakh EEL5666C Fall 2011 Final Oral Presentation.
Radiation Level Mapping Using An Unmanned Aerial Vehicle Reducing Human Exposure in Dangerous Environments.
1 IEEE ITSC Update IEEE IT Department 08-November-2004.
Vision Controlled Nios Robot ViCoN-Bot™ Team Members Jeff Vickers (gte613i) Andre Moore (gt6875a) Kevin Walker (gte143x) K. Bosompem (gte616r) July 23,
These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
P10203 LV1 MOTOR CONTROLLER FINAL REVIEW MAY 14, 2010 Electrical: Kory Williams, Adam Gillon, Oladipo Tokunboh Mechanical: Louis Shogry, Andrew Krall.
MOBILE CAMERA CONTROL SYSTEM. Team Members Ruth Ayalon – ME Ruth Ayalon – ME Erin Gillespie -ME Erin Gillespie -ME Claudia Forero –ISE Claudia Forero.
Tago Tago IoT DAY GRAIN BIN LEVEL? The epicenter of middleware
Obstacle avoiding robot { pixel }
Metal Detector Robotic Vehicle
SPOUSE LEADERSHIP DEVELOPMENT COURSE (SLDC) CLASS 68
<Add team picture or relevant project picture here>
ECE 477 Final Presentation Team 04  Spring 2010
ASPUG November Meeting
Building Raspberry Pi Controllers with Python
Building a Wireless Recomposible and Reconfigurable Embedded System
NOTICE! These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer.
Advised by Professor Baird Soules
Navigation Life in the Atacama 2005 Science & Technology Workshop January 6-7, 2005 Dominic Jonak Carnegie Mellon.
By: Zeeshan Ansari, BEng (Hons) Electronic Engineering
IVG Driver Training Navigation Services.
Loops and Switches Pre-Quiz
Chien-Po Wang Mechanical engineering 2 Dec 2014
Joe Trefilek Jeff Kubascik Paul Scheffler Matt Rockey
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
ECE 477 Final Presentation Team 4  Fall 2011

ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
Course: Module: Lesson # & Name Instructional Material 1 of 32 Lesson Delivery Mode: Lesson Duration: Document Name: 1. Professional Diploma in ERP Systems.
Safety and Reliability
Plan for AIP-3 Test and Demonstration
Failsafe Module for Unmanned Aerial Vehicle
Amendment Invoice AML/ASP Task Force Progress Report
EECS373 - Design of Microprocessor-Based System
Managing Customer Expectations
Ctclink executive leadership committee May 31, 2018
Safety Framework and Program Management
NEMSIS V3.5.0 Timeline developed at NEMSIS Annual Meeting 2017

XRN 4954 – MiR Drop 5 - Status Update
Team RAPTORS Joe Trefilek Jeff Kubascik Paul Scheffler Matt Rockey
ECE 477 Final Presentation Group 10  Spring 2005
Presentation transcript:

EDMA Final Presentation Taylor Lee

Deliverable Status Autonomously Navigate and Exhibit Collision Avoidance (COMPLETED) Identify a Specified Target (COMPLETED) Delivery of a Payload to the Identified Target (FINALIZING) Detonate the Payload Via RF Communications (COMPLETED)

Stretch Goal Status 1. Search Algorithm 2. Special Affects Basic search algorithm implemented, advanced algorithm will not be attained 2. Special Affects Blinking LED added to payload, sounds or other effects will not be attained

Murphee’s Law and Mitigation 1. Malfunctioning Xbee RF module - A second replacement module was ordered and has been integrated into the system. 2. Malfunctioning Servo and Gripper -New servo and gripper were ordered and integrated on the system. 3. Original Enclosure Not Manufactured - The 3D printing lab would not print the original enclosure. An off the shelf container is replacing the enclosure.

Top Level Schematics Platform payload

PI CASES There are 5 main scenarios of concern for the system The module doesn’t see the ball: Implement “search” (Case 1) The ball is to the left and the radius is small: Implement “turn left” (Case 2) The ball is to the right and the radius is small: Implement “turn right” (Case 3) The ball is in the center and the radius is small: Implement “drive” (Case 4) The ball is centered and the radius is large: Implement “deploy” (Case 5)

MEGA CASES The variables of interest for the Mega are the serial command from the Pi and the distance reading on the ultrasonic rangefinders. The cases for the Mega are as follows: An object is closer than the “danger distance”: Vehicle stops Search mode command from the Pi: Implement “search” (Case 1) Turn left command from the Pi: Implement “turn left” (Case 2) Turn right command from the Pi: Implement “turn right” (Case 3) Centered and small radius command from Pi: Implement “drive” (Case 4) Centered and large radius command AND object is closer than “detonate distance”: Implement “deploy” (Case 5) Centered and large radius command NOT object is closer than “detonate distance”: Implement “drive” (Case 4)

EDMA Top Level Schedule REMAINING STEPS EDMA Top Level Schedule Deliverable Drop Dead Date All Parts Received 18-Sep Internal Avoidance Demo 25-Sep Customer Avoidance Demo 13-Oct Special System Demo 22-Oct Special System Report 29-Oct Pre-Demo Day 19-Nov Final Presentation 1-Dec Final Demo 3-Dec Final Written Report 8-Dec Media Day 9-Dec Fine tune and optimize any software Optimize distance Make payload package

QUESTIONS?