Jeff Plewak Robin Sachdev

Slides:



Advertisements
Similar presentations
Choose the right picture
Advertisements

1 Reactive Pedestrian Path Following from Examples Ronald A. Metoyer Jessica K. Hodgins Presented by Stephen Allen.
Bastien DURAND Karen GODARY-DEJEAN – Lionel LAPIERRE Robin PASSAMA – Didier CRESTANI 27 Janvier 2011 ConecsSdf Architecture de contrôle adaptative : une.
Software Development Methodology for Robotic and Embedded Systems (from drawing to coding) Presented by Iwan Setiawan for Robot and Technology Fair ( )-
Experiences with an Architecture for Intelligent Reactive Agents By R. Peter Bonasso, R. James Firby, Erann Gat, David Kortenkamp, David P Miller, Marc.
Smart Irrigation System Raihan Haque Brian Moy Puneet Karnawat Group 7 ME 3484 Polytechnic University April 24, 2003.
Proposal Presentation Micromouse Spring 08 8” Comb.
Panos Trahanias: Autonomous Robot Navigation
Color Recognition and Image Processing CSE321 MyRo Project Rene van Ee and Ankit Agarwal.
Panos Trahanias: Autonomous Robot Navigation PATH PLANNING.
Robot Maze Solving EGR106 Project Overview Spring 2004.
Deepak Kumar Promising Practices in CS1 Personal Robots for CS1 Deepak Kumar Bryn Mawr College.
Intelligent Agents: an Overview. 2 Definitions Rational behavior: to achieve a goal minimizing the cost and maximizing the satisfaction. Rational agent:
Choose the right picture
Design and Implementation of Metallic Waste Collection Robot
How to turn on the robot How to start Bluetooth How to connect to robot How to initialize the robot How to not break the robot Sec Getting Started.
Crowd Simulations Guest Instructor - Stephen J. Guy.
Sound Source Localization based Robot Navigation Group 13 Supervised By: Dr. A. G. Buddhika P. Jayasekara Dr. A. M. Harsha S. Abeykoon 13-1 :R.U.G.Punchihewa.
Fuzzy control of a mobile robot Implementation using a MATLAB-based rapid prototyping system.
Teaching Deliberative Navigation Using the LEGO RCX and Standard LEGO Components Gary R. Mayer, Dr. Jerry Weinberg, Dr. Xudong Yu
Overview of Project 1 Slides are available at : Report due next week Matthew Murach.
Multiple Autonomous Ground/Air Robot Coordination Exploration of AI techniques for implementing incremental learning. Development of a robot controller.
Remote Robo CSE 321 Sirak Gizaw Rahumathullah Rumaiz.
TEAM AR.DRONE Final presentation Ingredients AR drone Drone moving API -Compass -front Camera -bottom Camera.
ROBOT NAVIGATION By: Sitapa Rujikietgumjorn Harika Tandra Neeharika Jarajapu.
Pseudocode AStar. Heuristics - how to determine what's a good next step? As mentioned already, the A* algorithm depends on evaluating the best next step.
Intelligent Ground Vehicle Competition Navigation Michael Lebson - James McLane - Image Processing Hamad Al Salem.
One reason for this is that curricular resources for robot mapping are scarce. This work fills the gap between research code, e.g., at openslam.org, and.
By: Jennifer Liem.  Hardware ◦ Head : Philip Blackman  Danny  Tony  Mune  Software ◦ Head: Stephan Fabel  Xi Hang  Jennifer.
More Computer Science in your Future? CSE 142 Autumn
CSE 321 Alex Reiner Nischal Vasant. CRC Card MovesCollaborations Responsibilities 1.Detect Obstacles 2.Detect Remote control Signals 1.Turn following.
How to Start a Software-Based Project. REQUIREMENTS DESIGN DEVELOPMENT TEST DEMONSTRATE PLANNING.
By Arun Kurian PATHFINDER IMDL FINAL PRESENTATION.
CSE Senior Design I Superior Designs, Inc. Fall 2011 Preliminary Project List (for delivery August 2011) Instructor: Mike O’Dell.
WRITE DOWN AS MANY GAMES AS YOU CAN IN 30 SECONDS.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Senior Capstone Project Andy Cornelissen. Project Definition Construct a mobile robot that simulates the robotic vacuum cleaners currently on the market.
Choose the right picture Choose the right word. 5.
The Scribbler. The Scribbler is a small, low-cost fully programmable intelligent robot with multiple sensor systems. It is capable of interacting with.
A Multi-Touch Display for Robotic Team Control
My career compass to becoming a video game DEVELOPER
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
3 zero’s To open the closed eyes HITSATHON V1.0
Project Overview Introduction Frame Build Motion Power Control Sensors
2.03A Evolution of Virtual Reality
Quick one: Do you know what these are?
CSE 476/876 Optional Course Project
UNCW Computer Science Jack Tompkins Daniel Heywood
What is Droid? A small robotic machine which comes in various shapes and sizes following commands & doing the tasks according to commands is called as.
5th Grade: Rocket Simulations
5th Grade: Tinkercad 3D Creations microscope-microscope
How TEST4U works TEST4U is an interactive test that automatically assesses candidate’s answer to a question.
HW2 EE 562.
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
Magnification algorithms applied to videos
CSE 321 – Object Detection & Tracking
Global Challenge Night Sensor Lesson 2.
Chapter 13 Choosing interaction elements: software components
Global Challenge Night Sensor Lesson 2.
2.03A Evolution of Virtual Reality
Maze Design Presentation Questions
The Fraction Splat! Series
Global Challenge Night Sensor Lesson 2.
Global Challenge Night Sensor Lesson 2.
NEW IDEAS Advanced user models  based on cognitive architecture
Communication Systems Continuous Signals and Systems Optical communications Inforamtion and communication systems security Software for communications.
An Autonomous Mapping Robot
I have… I have… Who has 3:40? Who has 12:20? I have… I have…
Data Management First we check system can handle bandwidths
Presentation transcript:

Jeff Plewak Robin Sachdev Myro Robot CSE 321 Jeff Plewak Robin Sachdev

CRC Card Project Idea, Algorithm, Testing: Jeff and Robin Jeff Robin

Project Details Obstacle navigation. Taking hundreds of pictures and looping through them to simulate video playback. Video will display the successful path traveled through the obstacles (maze). Utilizing infrared obstacle detectors to avoid obstacles and choosing an obstacle free path.

Lessons Learned Writing code to make intelligent real-time decisions Simulating video playback Interaction between hardware and software