Computer Vision Navigation for Robotic Campus Guide

Size: px
Start display at page:

Download "Computer Vision Navigation for Robotic Campus Guide"

Transcription

1 FURI Proposal for Fall 2018 Education, Sustainability Computer Vision Navigation for Robotic Campus Guide Zakk Giacometti, Computer Systems Engineering Advisor: Dr. Armando A. Rodriguez, Professor of Electrical Engineering Background: Robotic systems are steadily integrating into our society, working not only for humans, but alongside them. Consequently, this makes research into autonomous systems in human environments important. General robotic tasks such as perception, cognition, and action become much more difficult when the presence and actions of humans must be considered. Navigation is one such specific task that must be conquered for robots to operate outside of more structured environments such as factories [1]. Robotic guides (e.g. tour guides) are one application where navigation strategies considering humans are central to their operation. Robotic tour guides have previously been deployed in museums, fairs, and, expos allowing research to focus on making such systems more intelligent and improving integration with the environment [2]. Research in this area will contribute to improving the intelligence of robots in less structured human environments and help to pave the way for more sophisticated interactions between humans and robotic systems. The proposed research fits well in the FURI themes of sustainability and education, helping to incorporate intelligent robots into the college campus environment. Additionally, the proposed work will be thoroughly documented. As such, each of the algorithms and hardware/software used will be readily incorporated in relevant classes on robotics, planning, systems, programming, sensing and control. These include introduction to engineering as well as senior design. Moreover, the developed vehicle will be used for outreach purposes (e.g. visiting community colleges, high schools, middle and elementary schools, visits to ASU). As such, we expect the contributions of the project in education to be significant. Main Objective: The proposed research will improve on the wheeled guide robot platform developed during the Spring 2018 semester (FURI 1) to guide a person from building to building on the ASU campus. This will involve further refining the algorithms developed, fusing measured data from additional sensors. Focus will be placed on higher level behaviors; e.g. determining optimal routes and continuously updating those routes in response to obstacles observed. The algorithms and their integration are the main contribution of the research. The application of these algorithms require them to maximize efficiency to allow responsiveness in human environments (e.g. at typical human walking speed). The research will culminate in a final demo, detailed below. Overview of Work Accomplished (FURI 1): A strong software and hardware foundation has been laid for the design of robot guide navigation and control algorithms. The hardware provides two-wheeled differential drive control, motors with precision encoders, front and rear vision capability using two cameras, and LIDAR mapping capability for obstacle detection similar to that designed by Dr. Rodriguez s students [8]-[14]. An Arduino Mega provides motor-level control logic. A Raspberry Pi 3 provides high-level logic; e.g. for simple image processing. The software is a modern Robot Operating System (ROS) software stack with visual marker (AprilTag) recognition capability and closed loop software simulation with Gazebo. Other tools such as rqt, rviz, and OpenCV are leveraged from the ROS ecosystem where possible. It is capable of identifying a series of markers placed on the ground, determining their position and orientation relative to the robot base, and following the path outlined by them as well as identifying a marker in its rear vision to track the following person. The rear facing camera is used to identify a marker designating the person to be guided. This allows for those following the robot to be monitored without more complex and expensive mapping systems such as those described in [5]. The spacing control ideas within [9]-[10], [14] will be used. The robot will have two modes of operation, switchable on command from a human operator: (1) A manual control mode that enables a human operator to wirelessly steer the robot and (2) an autonomous guiding mode that requires no human input. Continuing work will lay the foundation for plotting routes between high-level landmarks (e.g. buildings) and advanced obstacle detection and avoidance algorithms. Details of Proposed Improvements (FURI 2): The NVIDIA Jetson TX2 (tested during FURI 1) will replace the Raspberry Pi as the main computing platform. This brings hardware accelerated image processing capability and increased computational resources to improve responses at typical human walking speed (and faster) without greatly sacrificing other constraints such as weight and power consumption. Navigation between markers will be further refined, incorporating ideas from [7]. Data from visual, LIDAR, GPS, and ultrasonic will be further

2 integrated into the path planning algorithm to continuously update the path to be traversed. Errors in these sensor data will be accounted for through techniques such as Kalman filtering [ZZ]. Algorithms to navigate shortest paths between buildings will also be implemented. This requires information about the relationship between buildings (e.g. a graph) to be available [ZZ]. Critical Questions to be Answered: Critical questions to be addressed are as follows: 1. What course of actions are best taken by a robot in a guide role when needing to, for example, follow a designated path to a destination while avoiding uncertain obstacles? [ZZ], [ZZ], [ZZ], [ZZ]. 2. How can we best manage the computationally heavy tasks described given limited computing resources? [ZZ], [ZZ], [ZZ], [ZZ]. Specific Technical Questions: Specific technical questions to be addressed include: 1. How do we accurately and swiftly correct our determined path in response to obstacles (e.g. person crossing path) while maintaining the guided person at a pre-specified range (e.g. 5-8 feet)? [ZZ], [ZZ]. 2. How can the robot achieve the objective of getting from one building to another with minimal or no initial knowledge of the global environment? This may require forming and storing an internal map and then using it to set way points and then moving accurately and swiftly from waypoint to waypoint while avoiding obstacles along the path [ZZ], [ZZ]. This requires full use of GPS, cameras, LIDAR, and ultrasonic sensors. 3. When will remote intervention be necessary (e.g. kill switch, tentative human remote control)? 4. For each of these, how do we systematically trade off computational speed and accuracy? Eventually, we can consider exploiting distributed computational resources (e.g. desktops situated in buildings along the path) to augment the very limited on-board computational resources. Each of the above questions are (strictly speaking) open design questions. Developing precise (qualitative and quantitative) answers to each of the above will permit the pursuit of more advanced work in the area; i.e. improving the robot so that it is nearly fully autonomous. The following key algorithms define the autonomous behaviors of the system: 1. Determine the shortest sequence of major landmarks (and their corresponding visual markers) to reach the desired destination. 2. Identify the visual marker designating the next waypoint along the path using the front facing camera and advance toward it (at typical walking speed), matching its designated heading [7], [8], [10], [12]. 3. Detect obstructions using data from ultrasonic, LIDAR, and the front facing camera. Stop to avoid a collision or apply course corrections if possible [4], [10], [14]. 4. Identify the visual marker designating the follower using the rear facing camera. Slow to a stop if the marker is not detected or leaves visual range [8]-[10]. YOU HAD # 5 WITH NOTHING???? Test Assumptions: Continuing on the previous FURI 1 work, more complex testing conditions will be introduced. Among them will be non-ideal terrain such as slopes and sharp turns, occluded markers, and nonideal lighting conditions. The original assumptions that paths are continuous and as designated by markers will hold, simplifying path planning. Obstacle crowding will be kept to a minimum, allowing simple obstacle avoidance algorithms to be developed and integrated into path planning [4], [10], [14]. Final Demo and Future Work: A final working demo will be conducted with the robot guiding a person between buildings along Tyler Mall on the ASU Tempe campus. Visual markers will be placed at regular intervals to mark the path and designated buildings. GPS will also be used. Full autonomous mode, manual control override, and obstacle avoidance will be demonstrated. This proposed work and demonstration will lay a foundation for future improvements to the system that can handle larger groups of guided persons and more complex navigation that may cover an entire campus. Additionally, visual markers on humans can be seamlessly replaced with heavier vision based solutions (machine learning?? algorithms) such as that described in [6]. Final Documentation: All project results will be documented in a final comprehensive report and on the required final poster. The work will also be submitted for publication within the proceedings of the American Control Conference (ACC), the Frontiers in Education (FIE) and ASEE Conferences. Career-Relevance: The proposed research will serve to further build on previous research conducted as well as serve as a platform for future advanced research and fellowships on my path to obtain a direct PhD. To facilitate the latter, I intend to apply for an NSF Fellowship this coming Fall in order to begin my PhD during Fall 2019.

3 References [1] Kruse, Pandey, Alami, & Kirsch. (2013). Human-aware robot navigation: A survey. Robotics and Autonomous Systems, 61(12), [2] López, Joaquín. (2013). GuideBot. A Tour Guide System Based on Mobile Robots. International Journal of Advanced Robotic Systems, 10(11), International Journal of Advanced Robotic Systems, 2013, Vol.10 (11). [3] Gomez, C., Hernandez, A., Crespo, J., & Barber, R. (2016). A topological navigation system for indoor environments based on perception events. International Journal of Advanced Robotic Systems, 14(1), International Journal of Advanced Robotic Systems, 2016, Vol.14(1). [4] Cherubini, A., Spindler, F., & Chaumette, F. (2014). Autonomous Visual Navigation and Laser- Based Moving Obstacle Avoidance. Intelligent Transportation Systems, IEEE Transactions on, 15(5), [5] Kanda, Arai, Suzuki, Kobayashi, & Kuno. (2014). Recognizing groups of visitors for a robot museum guide tour. Human System Interactions (HSI), th International Conference on, [6] Gupta, M., Kumar, S., Behera, L., & Subramanian, V. (2017). A Novel Vision-Based Tracking Algorithm for a Human-Following Mobile Robot. Systems, Man, and Cybernetics: Systems, IEEE Transactions on, 47(7), [7] Gomez, C., Hernandez, A., Crespo, J., & Barber, R. (2016). A topological navigation system for indoor environments based on perception events. International Journal of Advanced Robotic Systems, 14(1), International Journal of Advanced Robotic Systems, 2016, Vol.14(1). [8] A. A. Rodriguez, K. Puttannaiah, et. al. (2017). Modeling, Design and Control of Low-Cost Differential-Drive Robotic Ground Vehicles: Part I - Multiple Vehicle Study, IEEE, Conference on Control Technology and Applications. [9] Z. Li. (2013). Modeling and Control of a Longitudinal Platoon of Ground Robotic Vehicles," Master Thesis, ECEE, ASU. Committee: A. A. Rodriguez, A. Panagiotis, S. Berman. [10] Z. Lin. (2015). Modeling, Design and Control of Multiple Low Cost Robotic Vehicles, Master Thesis, ECEE, ASU. Committee: A. A. Rodriguez, J. Si, S. Berman. [11] X. Lu. (2016). Modeling and Control for Vision based Rear Wheel Drive Robot and Solving Indoor SLAM problem using LIDAR, Master Thesis, ECEE, ASU. Committee: A. A. Rodriguez, A. Panagiotis, S. Berman. [12] J. Lopez. (2016). Image Processing Based control of Mobile Robots, Master Thesis, ECEE, ASU. Committee: A. A. Rodriguez, A. Panagiotis, S. Berman. [13] I. Anvari. (2013). Non-Holonomic Differential Drive Mobile Robot Control and Design: Critical Dynamics and Coupling Constraints, Master Thesis, ECEE, ASU. Committee: A. A. Rodriguez, K Tsakalis, J Si. [14] D. Chopra. (2013). Feedback Control and Obstacle Avoidance for Non- Holonomic Differential Drive Robots, Master Thesis, ECEE, ASU. Committee: A. A. Rodriguez, K Tsakalis, J Si

4 Timeline For Fall 2018 Task Description Duration Start Finish 1 Sensor Integration 2 Obstacle Avoidance 3 Path Planning 4 Refinement 5 Reflection Integration additional sensors into ROS workflow. Further develop strategies for obstacle avoidance. Integrate obstacle avoidance strategies to continuously update path. Focused refinement of path planning algorithms. Assess performance metrics of the system and prepare for Symposium 7 Days 08/16/18 08/24/18 25 Days 08/27/18 09/28/18 20 Days 10/01/18 10/26/18 10 Days 10/29/18 11/9/18 10 Days 11/5/18 11/16/18 6 Wrap Up Finalize reports. 10 Days 11/19/18 11/30/18

5 Personal Statement My major motivation for pursing this FURI is to catalyze further research and projects, which will prepare me for my senior design project, graduate school, and future career. Immediately after finishing my bachelors degree, I plan to pursue a graduate degree in Computer Engineering focusing in robotics. My ultimate goal is to work in a career related to this field, particularly relating to applications in aerospace. This may take the form of ground robots, space and satellite systems, or planetary exploration vehicles. I believe this area lies at the cutting edge of technology and what can be gained from exploring it is vitally important to solving large-scale issues on Earth. This area requires extensive knowledge and study, which strongly motivates me to pursue a PhD following graduate school. Toward that purpose, I wish to gain valuable experience now. The associated stipend will allow me to focus on gaining this experience and help to relieve financial burdens on my family and myself. I intend to further translate the experience gained from this FURI into a National Science Foundation Graduate Fellowship this coming October. This will further expand on the guide robot concept in applications such as emergency situations and search and rescue. These applications are stepping stones that will prepare me for even more advanced research as described above. I have been deeply influenced by the opportunities afforded to me by Mesa Community College (MCC). I was able to engage with motivated peers, and seek close guidance from my professors. Through the MCC Engineering Club I was able to explore the different disciplines of engineering from outside the classroom environment, engaging with those in the industry to find where my interests aligned. I also had the opportunity to be selected for the NASA Community College Aerospace Scholars program (Fall 2017), a summer long program ending with a four day workshop working on a robotics project with fellow participants from around the country. I was inspired by the NASA engineers who came to speak and work with us. I was equally inspired by those community college students who were there alongside me. An internship at Marshall Space Flight Center (May-August 2017) deeply immersed me in an engineering environment. I worked extensively with a robotics software framework (ROS) on a system that was to be used by engineers in prototyping controls systems. I was introduced to an entirely new space of engineering and experienced a completely new perspective on where I fit in this area. Working closely with true experts in their field reinforced my motivation to continue learning and pushing the limits of my understanding. This summer, I will be participating in an internship at Ball Aerospace in Boulder, CO in their Software Engineering division. I targeted Ball for their expertise with satellite systems, which would contribute more experience working with embedded systems and sensor data and insight to my goals of working with space robotics. My coursework and FURI this spring has solidified my goals and desire to pursue them. Working closely with my mentor and other students, through both FURI and the Academic Success and Professional Development program has helped shape my vision for what lies ahead in terms of the research I can conduct and the education required for it. The work I am doing now with ROS for FURI and with embedded systems in CSE325 (Embedded Microprocessor Systems) has reinforced that this is not only something that I am passionate about, but that has many possibilities and applications that others may benefit from. Pursuing the proposed project is of the highest importance to me. It will allow me to apply what I have learned in the classroom to something that offers the potential to benefit society at large. To reiterate, it will prepare me for future projects, graduate work, and my future career, and provide an avenue to present my research and contribute to this field of study.

Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles. ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering)

Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles. ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering) Secure High-Bandwidth Communications for a Fleet of Low-Cost Ground Robotic Vehicles GOALS. The proposed research shall focus on meeting critical objectives toward achieving the long-term goal of developing

More information

ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering)

ZZZ (Advisor: Dr. A.A. Rodriguez, Electrical Engineering) Using a Fleet of Low-Cost Ground Robotic Vehicles to Play Complex Games: Development of an Artificial Intelligence (AI) Vehicle Fleet Coordination Engine GOALS. The proposed research shall focus on developing

More information

SAMPLE FULTON RESEARCH INITIATIVE (FURI) PROPOSAL TIMELINE PERSONAL STATEMENT

SAMPLE FULTON RESEARCH INITIATIVE (FURI) PROPOSAL TIMELINE PERSONAL STATEMENT SAMPLE FULTON RESEARCH INITIATIVE (FURI) PROPOSAL TIMELINE PERSONAL STATEMENT FURI Project for Spring 2012 Control-Relevant Design of Scramjet-Powered Hypersonic Vehicles Student: Advisor: Mark W. Meister,

More information

Mobile Robot Navigation Contest for Undergraduate Design and K-12 Outreach

Mobile Robot Navigation Contest for Undergraduate Design and K-12 Outreach Session 1520 Mobile Robot Navigation Contest for Undergraduate Design and K-12 Outreach Robert Avanzato Penn State Abington Abstract Penn State Abington has developed an autonomous mobile robotics competition

More information

Requirements Specification Minesweeper

Requirements Specification Minesweeper Requirements Specification Minesweeper Version. Editor: Elin Näsholm Date: November 28, 207 Status Reviewed Elin Näsholm 2/9 207 Approved Martin Lindfors 2/9 207 Course name: Automatic Control - Project

More information

Ground Robot with an Arm to Perform Simple Grasp and Place Tasks Juan Ortiz, ASU, Computer Systems Engineering

Ground Robot with an Arm to Perform Simple Grasp and Place Tasks Juan Ortiz, ASU, Computer Systems Engineering Ground Robot with an Arm to Perform Simple Grasp and Place Tasks Juan Ortiz, ASU, Computer Systems Engineering GOAL: The goal of the proposed research on simple grasp and place tasks using a ground robot

More information

Building a comprehensive lab sequence for an undergraduate mechatronics program

Building a comprehensive lab sequence for an undergraduate mechatronics program Building a comprehensive lab sequence for an undergraduate mechatronics program Tom Lee Ph.D., Chief Education Officer, Quanser MECHATRONICS Motivation The global engineering academic community is witnessing

More information

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment

Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free Human Following Navigation in Outdoor Environment Proceedings of the International MultiConference of Engineers and Computer Scientists 2016 Vol I,, March 16-18, 2016, Hong Kong Motion Control of a Three Active Wheeled Mobile Robot and Collision-Free

More information

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida Senior Design I Fast Acquisition and Real-time Tracking Vehicle University of Central Florida College of Engineering Department of Electrical Engineering Inventors: Seth Rhodes Undergraduate B.S.E.E. Houman

More information

ROBOTC: Programming for All Ages

ROBOTC: Programming for All Ages z ROBOTC: Programming for All Ages ROBOTC: Programming for All Ages ROBOTC is a C-based, robot-agnostic programming IDEA IN BRIEF language with a Windows environment for writing and debugging programs.

More information

Mobile Robots Exploration and Mapping in 2D

Mobile Robots Exploration and Mapping in 2D ASEE 2014 Zone I Conference, April 3-5, 2014, University of Bridgeport, Bridgpeort, CT, USA. Mobile Robots Exploration and Mapping in 2D Sithisone Kalaya Robotics, Intelligent Sensing & Control (RISC)

More information

Developing a Computer Vision System for Autonomous Rover Navigation

Developing a Computer Vision System for Autonomous Rover Navigation University of Hawaii at Hilo Fall 2016 Developing a Computer Vision System for Autonomous Rover Navigation ASTR 432 FINAL REPORT FALL 2016 DARYL ALBANO Page 1 of 6 Table of Contents Abstract... 2 Introduction...

More information

Marine Debris Cleaner Phase 1 Navigation

Marine Debris Cleaner Phase 1 Navigation Southeastern Louisiana University Marine Debris Cleaner Phase 1 Navigation Submitted as partial fulfillment for the senior design project By Ryan Fabre & Brock Dickinson ET 494 Advisor: Dr. Ahmad Fayed

More information

Autonomous Mobile Robot Design. Dr. Kostas Alexis (CSE)

Autonomous Mobile Robot Design. Dr. Kostas Alexis (CSE) Autonomous Mobile Robot Design Dr. Kostas Alexis (CSE) Course Goals To introduce students into the holistic design of autonomous robots - from the mechatronic design to sensors and intelligence. Develop

More information

Creating a 3D environment map from 2D camera images in robotics

Creating a 3D environment map from 2D camera images in robotics Creating a 3D environment map from 2D camera images in robotics J.P. Niemantsverdriet jelle@niemantsverdriet.nl 4th June 2003 Timorstraat 6A 9715 LE Groningen student number: 0919462 internal advisor:

More information

Tesca Fitzgerald. Graduate Research Assistant Aug

Tesca Fitzgerald. Graduate Research Assistant Aug Tesca Fitzgerald Webpage www.tescafitzgerald.com Email tesca.fitzgerald@cc.gatech.edu Last updated April 2018 School of Interactive Computing Georgia Institute of Technology 801 Atlantic Drive, Atlanta,

More information

Formation and Cooperation for SWARMed Intelligent Robots

Formation and Cooperation for SWARMed Intelligent Robots Formation and Cooperation for SWARMed Intelligent Robots Wei Cao 1 Yanqing Gao 2 Jason Robert Mace 3 (West Virginia University 1 University of Arizona 2 Energy Corp. of America 3 ) Abstract This article

More information

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology

idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology idocent: Indoor Digital Orientation Communication and Enabling Navigational Technology Final Proposal Team #2 Gordie Stein Matt Gottshall Jacob Donofrio Andrew Kling Facilitator: Michael Shanblatt Sponsor:

More information

MAKER: Development of Smart Mobile Robot System to Help Middle School Students Learn about Robot Perception

MAKER: Development of Smart Mobile Robot System to Help Middle School Students Learn about Robot Perception Paper ID #14537 MAKER: Development of Smart Mobile Robot System to Help Middle School Students Learn about Robot Perception Dr. Sheng-Jen Tony Hsieh, Texas A&M University Dr. Sheng-Jen ( Tony ) Hsieh is

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

Agenda Item No. C-29 AGENDA ITEM BRIEFING. Vice Chancellor and Dean of Engineering Director, Texas A&M Engineering Experiment Station

Agenda Item No. C-29 AGENDA ITEM BRIEFING. Vice Chancellor and Dean of Engineering Director, Texas A&M Engineering Experiment Station Agenda Item No. C-29 AGENDA ITEM BRIEFING Submitted by: Subject: M. Katherine Banks Vice Chancellor and Dean of Engineering Director, Texas A&M Engineering Experiment Station Establishment of the Center

More information

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin Robotics Challenge Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin 1 Robotics Challenge: Team Multidisciplinary: Computer, Electrical, Mechanical Currently split

More information

Dr. Wenjie Dong. The University of Texas Rio Grande Valley Department of Electrical Engineering (956)

Dr. Wenjie Dong. The University of Texas Rio Grande Valley Department of Electrical Engineering (956) Dr. Wenjie Dong The University of Texas Rio Grande Valley Department of Electrical Engineering (956) 665-2200 Email: wenjie.dong@utrgv.edu EDUCATION PhD, University of California, Riverside, 2009 Major:

More information

Implementation of a Self-Driven Robot for Remote Surveillance

Implementation of a Self-Driven Robot for Remote Surveillance International Journal of Research Studies in Science, Engineering and Technology Volume 2, Issue 11, November 2015, PP 35-39 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) Implementation of a Self-Driven

More information

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 Product Vision Company Introduction Apostera GmbH with headquarter in Munich, was

More information

PhD Student Mentoring Committee Department of Electrical and Computer Engineering Rutgers, The State University of New Jersey

PhD Student Mentoring Committee Department of Electrical and Computer Engineering Rutgers, The State University of New Jersey PhD Student Mentoring Committee Department of Electrical and Computer Engineering Rutgers, The State University of New Jersey Some Mentoring Advice for PhD Students In completing a PhD program, your most

More information

Husky Robotics Team. Information Packet. Introduction

Husky Robotics Team. Information Packet. Introduction Husky Robotics Team Information Packet Introduction We are a student robotics team at the University of Washington competing in the University Rover Challenge (URC). To compete, we bring together a team

More information

Autonomous Robotic Vehicle Design

Autonomous Robotic Vehicle Design Autonomous Robotic Vehicle Design Kevin R. Anderson, Chris Jones Department of Mechanical Engineering California State Polytechnic University at Pomona 3801 West Temple Ave Pomona, CA 91768 Introduction

More information

Space Challenges Preparing the next generation of explorers. The Program

Space Challenges Preparing the next generation of explorers. The Program Space Challenges Preparing the next generation of explorers Space Challenges is one of the biggest educational programs in the field of space science and high technologies in Europe - http://spaceedu.net

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

A Novel Hybrid Fuzzy A* Robot Navigation System for Target Pursuit and Obstacle Avoidance

A Novel Hybrid Fuzzy A* Robot Navigation System for Target Pursuit and Obstacle Avoidance A Novel Hybrid Fuzzy A* Robot Navigation System for Target Pursuit and Obstacle Avoidance Antony P. Gerdelan Computer Science Institute of Information and Mathematical Sciences Massey University, Albany

More information

Real-time Real-life Oriented DSP Lab Modules

Real-time Real-life Oriented DSP Lab Modules Paper ID #13259 Real-time Real-life Oriented DSP Lab Modules Mr. Isaiah I. Ryan, Western Washington University Isaiah I. Ryan is currently a senior student in the Electronics Engineering Technology program

More information

Solar Powered Obstacle Avoiding Robot

Solar Powered Obstacle Avoiding Robot Solar Powered Obstacle Avoiding Robot S.S. Subashka Ramesh 1, Tarun Keshri 2, Sakshi Singh 3, Aastha Sharma 4 1 Asst. professor, SRM University, Chennai, Tamil Nadu, India. 2, 3, 4 B.Tech Student, SRM

More information

Mobile Target Tracking Using Radio Sensor Network

Mobile Target Tracking Using Radio Sensor Network Mobile Target Tracking Using Radio Sensor Network Nic Auth Grant Hovey Advisor: Dr. Suruz Miah Department of Electrical and Computer Engineering Bradley University 1501 W. Bradley Avenue Peoria, IL, 61625,

More information

International Journal of Informative & Futuristic Research ISSN (Online):

International Journal of Informative & Futuristic Research ISSN (Online): Reviewed Paper Volume 2 Issue 4 December 2014 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 A Survey On Simultaneous Localization And Mapping Paper ID IJIFR/ V2/ E4/

More information

Programme Specification

Programme Specification Programme Specification Title: Electrical Engineering (Power and Final Award: Master of Engineering (MEng (Hons)) With Exit Awards at: Certificate of Higher Education (CertHE) Diploma of Higher Education

More information

Space Challenges Preparing the next generation of explorers. The Program

Space Challenges Preparing the next generation of explorers. The Program Space Challenges Preparing the next generation of explorers Space Challenges is the biggest free educational program in the field of space science and high technologies in the Balkans - http://spaceedu.net

More information

PI: Rhoads. ERRoS: Energetic and Reactive Robotic Swarms

PI: Rhoads. ERRoS: Energetic and Reactive Robotic Swarms ERRoS: Energetic and Reactive Robotic Swarms 1 1 Introduction and Background As articulated in a recent presentation by the Deputy Assistant Secretary of the Army for Research and Technology, the future

More information

Real-time Adaptive Robot Motion Planning in Unknown and Unpredictable Environments

Real-time Adaptive Robot Motion Planning in Unknown and Unpredictable Environments Real-time Adaptive Robot Motion Planning in Unknown and Unpredictable Environments IMI Lab, Dept. of Computer Science University of North Carolina Charlotte Outline Problem and Context Basic RAMP Framework

More information

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY

AC : MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY AC 2007-2528: MICROPROCESSOR BASED, GLOBAL POSITIONING SYSTEM GUIDED ROBOT IN A PROJECT LABORATORY Michael Parten, Texas Tech University Michael Giesselmann, Texas Tech University American Society for

More information

Timothy H. Chung EDUCATION RESEARCH

Timothy H. Chung EDUCATION RESEARCH Timothy H. Chung MC 104-44, Pasadena, CA 91125, USA Email: timothyc@caltech.edu Phone: 626-221-0251 (cell) Web: http://robotics.caltech.edu/ timothyc EDUCATION Ph.D., Mechanical Engineering May 2007 Thesis:

More information

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT Brandon J. Patton Instructors: Drs. Antonio Arroyo and Eric Schwartz

More information

University of Toronto. Companion Robot Security. ECE1778 Winter Wei Hao Chang Apper Alexander Hong Programmer

University of Toronto. Companion Robot Security. ECE1778 Winter Wei Hao Chang Apper Alexander Hong Programmer University of Toronto Companion ECE1778 Winter 2015 Creative Applications for Mobile Devices Wei Hao Chang Apper Alexander Hong Programmer April 9, 2015 Contents 1 Introduction 3 1.1 Problem......................................

More information

Initial Report on Wheelesley: A Robotic Wheelchair System

Initial Report on Wheelesley: A Robotic Wheelchair System Initial Report on Wheelesley: A Robotic Wheelchair System Holly A. Yanco *, Anna Hazel, Alison Peacock, Suzanna Smith, and Harriet Wintermute Department of Computer Science Wellesley College Wellesley,

More information

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department EE631 Cooperating Autonomous Mobile Robots Lecture 1: Introduction Prof. Yi Guo ECE Department Plan Overview of Syllabus Introduction to Robotics Applications of Mobile Robots Ways of Operation Single

More information

Keywords: Multi-robot adversarial environments, real-time autonomous robots

Keywords: Multi-robot adversarial environments, real-time autonomous robots ROBOT SOCCER: A MULTI-ROBOT CHALLENGE EXTENDED ABSTRACT Manuela M. Veloso School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213, USA veloso@cs.cmu.edu Abstract Robot soccer opened

More information

Interacting within Virtual Worlds (based on talks by Greg Welch and Mark Mine)

Interacting within Virtual Worlds (based on talks by Greg Welch and Mark Mine) Interacting within Virtual Worlds (based on talks by Greg Welch and Mark Mine) Presentation Working in a virtual world Interaction principles Interaction examples Why VR in the First Place? Direct perception

More information

Hierarchical Controller for Robotic Soccer

Hierarchical Controller for Robotic Soccer Hierarchical Controller for Robotic Soccer Byron Knoll Cognitive Systems 402 April 13, 2008 ABSTRACT RoboCup is an initiative aimed at advancing Artificial Intelligence (AI) and robotics research. This

More information

STARBASE Minnesota Duluth Grade 5 Program Description & Standards Alignment

STARBASE Minnesota Duluth Grade 5 Program Description & Standards Alignment STARBASE Minnesota Duluth Grade 5 Program Description & Standards Alignment Day 1: Analyze and engineer a rocket for space exploration Students are introduced to engineering and the engineering design

More information

National Instruments Accelerating Innovation and Discovery

National Instruments Accelerating Innovation and Discovery National Instruments Accelerating Innovation and Discovery There s a way to do it better. Find it. Thomas Edison Engineers and scientists have the power to help meet the biggest challenges our planet faces

More information

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path Taichi Yamada 1, Yeow Li Sa 1 and Akihisa Ohya 1 1 Graduate School of Systems and Information Engineering, University of Tsukuba, 1-1-1,

More information

Safe and Efficient Autonomous Navigation in the Presence of Humans at Control Level

Safe and Efficient Autonomous Navigation in the Presence of Humans at Control Level Safe and Efficient Autonomous Navigation in the Presence of Humans at Control Level Klaus Buchegger 1, George Todoran 1, and Markus Bader 1 Vienna University of Technology, Karlsplatz 13, Vienna 1040,

More information

Design Project Introduction DE2-based SecurityBot

Design Project Introduction DE2-based SecurityBot Design Project Introduction DE2-based SecurityBot ECE2031 Fall 2017 1 Design Project Motivation ECE 2031 includes the sophomore-level team design experience You are developing a useful set of tools eventually

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

Semi-Autonomous Parking for Enhanced Safety and Efficiency Technical Report 105 Semi-Autonomous Parking for Enhanced Safety and Efficiency Sriram Vishwanath WNCG June 2017 Data-Supported Transportation Operations & Planning Center (D-STOP) A Tier 1 USDOT University

More information

Robotics Enabling Autonomy in Challenging Environments

Robotics Enabling Autonomy in Challenging Environments Robotics Enabling Autonomy in Challenging Environments Ioannis Rekleitis Computer Science and Engineering, University of South Carolina CSCE 190 21 Oct. 2014 Ioannis Rekleitis 1 Why Robotics? Mars exploration

More information

Multi-Agent Planning

Multi-Agent Planning 25 PRICAI 2000 Workshop on Teams with Adjustable Autonomy PRICAI 2000 Workshop on Teams with Adjustable Autonomy Position Paper Designing an architecture for adjustably autonomous robot teams David Kortenkamp

More information

OFFensive Swarm-Enabled Tactics (OFFSET)

OFFensive Swarm-Enabled Tactics (OFFSET) OFFensive Swarm-Enabled Tactics (OFFSET) Dr. Timothy H. Chung, Program Manager Tactical Technology Office Briefing Prepared for OFFSET Proposers Day 1 Why are Swarms Hard: Complexity of Swarms Number Agent

More information

Service Robots in an Intelligent House

Service Robots in an Intelligent House Service Robots in an Intelligent House Jesus Savage Bio-Robotics Laboratory biorobotics.fi-p.unam.mx School of Engineering Autonomous National University of Mexico UNAM 2017 OUTLINE Introduction A System

More information

András László Majdik. MSc. in Eng., PhD Student

András László Majdik. MSc. in Eng., PhD Student András László Majdik MSc. in Eng., PhD Student Address: 71-73 Dorobantilor Street, room C24, 400609 Cluj-Napoca, Romania Phone: 0040 264 401267 (office); 0040 740 135876 (mobile) Email: andras.majdik@aut.utcluj.ro;

More information

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright E90 Project Proposal 6 December 2006 Paul Azunre Thomas Murray David Wright Table of Contents Abstract 3 Introduction..4 Technical Discussion...4 Tracking Input..4 Haptic Feedack.6 Project Implementation....7

More information

What will the robot do during the final demonstration?

What will the robot do during the final demonstration? SPENCER Questions & Answers What is project SPENCER about? SPENCER is a European Union-funded research project that advances technologies for intelligent robots that operate in human environments. Such

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

DENSO www. densocorp-na.com

DENSO www. densocorp-na.com DENSO www. densocorp-na.com Machine Learning for Automated Driving Description of Project DENSO is one of the biggest tier one suppliers in the automotive industry, and one of its main goals is to provide

More information

Intelligent Robotics Sensors and Actuators

Intelligent Robotics Sensors and Actuators Intelligent Robotics Sensors and Actuators Luís Paulo Reis (University of Porto) Nuno Lau (University of Aveiro) The Perception Problem Do we need perception? Complexity Uncertainty Dynamic World Detection/Correction

More information

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011 Sponsored by Nisarg Kothari Carnegie Mellon University April 26, 2011 Motivation Why indoor localization? Navigating malls, airports, office buildings Museum tours, context aware apps Augmented reality

More information

HOW TO CHOOSE The Right College For You.

HOW TO CHOOSE The Right College For You. HOW TO CHOOSE The Right College For You. THERE ARE NEARLY 7,000 ACCREDITED INSTITUTIONS IN THE UNITED STATES. WHICH ONE WILL BE THE BEST FIT FOR YOU? WHERE SHOULD YOU BEGIN? When you were a child, someone

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

USING THE INDUSTRIAL INTERNET OF THINGS TO TRANSFORM HUMAN SAFETY AND ENERGY CONSUMPTION IN THE MINING INDUSTRY

USING THE INDUSTRIAL INTERNET OF THINGS TO TRANSFORM HUMAN SAFETY AND ENERGY CONSUMPTION IN THE MINING INDUSTRY INNOVATION INVESTIGATION USING THE INDUSTRIAL INTERNET OF THINGS TO TRANSFORM HUMAN SAFETY AND ENERGY CONSUMPTION IN THE MINING INDUSTRY NTT INNOVATION INSTITUTE, INC. TRANSFORMING IDEAS INTO MARKETPLACE

More information

Collaborative Robotic Navigation Using EZ-Robots

Collaborative Robotic Navigation Using EZ-Robots , October 19-21, 2016, San Francisco, USA Collaborative Robotic Navigation Using EZ-Robots G. Huang, R. Childers, J. Hilton and Y. Sun Abstract - Robots and their applications are becoming more and more

More information

Simulation of a mobile robot navigation system

Simulation of a mobile robot navigation system Edith Cowan University Research Online ECU Publications 2011 2011 Simulation of a mobile robot navigation system Ahmed Khusheef Edith Cowan University Ganesh Kothapalli Edith Cowan University Majid Tolouei

More information

Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft

Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Stanley Ng, Frank Lanke Fu Tarimo, and Mac Schwager Mechanical Engineering Department, Boston University, Boston, MA, 02215

More information

Northrup Grumman

Northrup Grumman Northrup Grumman http://www.northropgrumman.com 3D Printing on Mars Description of Project Applications of additive manufacturing (AM) are advancing at an astounding pace. Northrop Grumman Corporation

More information

ACHIEVING SEMI-AUTONOMOUS ROBOTIC BEHAVIORS USING THE SOAR COGNITIVE ARCHITECTURE

ACHIEVING SEMI-AUTONOMOUS ROBOTIC BEHAVIORS USING THE SOAR COGNITIVE ARCHITECTURE 2010 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 17-19 DEARBORN, MICHIGAN ACHIEVING SEMI-AUTONOMOUS ROBOTIC

More information

Key-Words: - Fuzzy Behaviour Controls, Multiple Target Tracking, Obstacle Avoidance, Ultrasonic Range Finders

Key-Words: - Fuzzy Behaviour Controls, Multiple Target Tracking, Obstacle Avoidance, Ultrasonic Range Finders Fuzzy Behaviour Based Navigation of a Mobile Robot for Tracking Multiple Targets in an Unstructured Environment NASIR RAHMAN, ALI RAZA JAFRI, M. USMAN KEERIO School of Mechatronics Engineering Beijing

More information

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018.

Job Description. Commitment: Must be available to work full-time hours, M-F for weeks beginning Summer of 2018. Research Intern Director of Research We are seeking a summer intern to support the team to develop prototype 3D sensing systems based on state-of-the-art sensing technologies along with computer vision

More information

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS A Thesis Proposal By Marshall T. Cheek Submitted to the Office of Graduate Studies Texas A&M University

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy.

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy. Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION Sensing Autonomy By Arne Rinnan Kongsberg Seatex AS Abstract A certain level of autonomy is already

More information

Design of Tracked Robot with Remote Control for Surveillance

Design of Tracked Robot with Remote Control for Surveillance Proceedings of the 2014 International Conference on Advanced Mechatronic Systems, Kumamoto, Japan, August 10-12, 2014 Design of Tracked Robot with Remote Control for Surveillance Widodo Budiharto School

More information

MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE

MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE First Annual 2018 National Mobility Summit of US DOT University Transportation Centers (UTC) April 12, 2018 Washington, DC Research Areas Cooperative

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

Deliverable D1.6 Initial System Specifications Executive Summary

Deliverable D1.6 Initial System Specifications Executive Summary Deliverable D1.6 Initial System Specifications Executive Summary Version 1.0 Dissemination Project Coordination RE Ford Research and Advanced Engineering Europe Due Date 31.10.2010 Version Date 09.02.2011

More information

Building a FIRST Robotics team Utilizing the VEX System and Recognized Team Building Methods

Building a FIRST Robotics team Utilizing the VEX System and Recognized Team Building Methods Building a FIRST Robotics team Utilizing the VEX System and Recognized Team Building Methods Written and Presented by: Ken and Donna Rillings TEAM BLITZ 2007 DENVER REGIONAL ROOKIE ALL STAR WINNER 2007

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Engineering, & Mathematics

Engineering, & Mathematics 8O260 Applied Mathematics for Technical Professionals (R) 1 credit Gr: 10-12 Prerequisite: Recommended prerequisites: Algebra I and Geometry Description: (SGHS only) Applied Mathematics for Technical Professionals

More information

BOX, Floor 5, Tower 3, Clements Inn, London WC2A 2AZ, United Kingdom

BOX, Floor 5, Tower 3, Clements Inn, London WC2A 2AZ, United Kingdom QuickTime and a TIFF (Uncompressed) decompressor are needed to see this picture. Collective Innovation for Lunar Exploration: Using LEGO Robotics, ŌSerious GamesÕ and Virtual Reality to Involve a Massive

More information

C. R. Weisbin, R. Easter, G. Rodriguez January 2001

C. R. Weisbin, R. Easter, G. Rodriguez January 2001 on Solar System Bodies --Abstract of a Projected Comparative Performance Evaluation Study-- C. R. Weisbin, R. Easter, G. Rodriguez January 2001 Long Range Vision of Surface Scenarios Technology Now 5 Yrs

More information

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009

Dynamics and Operations of an Orbiting Satellite Simulation. Requirements Specification 13 May 2009 Dynamics and Operations of an Orbiting Satellite Simulation Requirements Specification 13 May 2009 Christopher Douglas, Karl Nielsen, and Robert Still Sponsor / Faculty Advisor: Dr. Scott Trimboli ECE

More information

Pragmatic Strategies for Adopting Model-Based Design for Embedded Applications. The MathWorks, Inc.

Pragmatic Strategies for Adopting Model-Based Design for Embedded Applications. The MathWorks, Inc. Pragmatic Strategies for Adopting Model-Based Design for Embedded Applications Larry E. Kendrick, PhD The MathWorks, Inc. Senior Principle Technical Consultant Introduction What s MBD? Why do it? Make

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

Research Statement MAXIM LIKHACHEV

Research Statement MAXIM LIKHACHEV Research Statement MAXIM LIKHACHEV My long-term research goal is to develop a methodology for robust real-time decision-making in autonomous systems. To achieve this goal, my students and I research novel

More information

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

Invitation for involvement: NASA Frontier Development Lab (FDL) 2018

Invitation for involvement: NASA Frontier Development Lab (FDL) 2018 NASA Frontier Development Lab 189 N Bernardo Ave #200, Mountain View, CA 94043, USA www.frontierdevelopmentlab.org January 2, 2018 Invitation for involvement: NASA Frontier Development Lab (FDL) 2018 Dear

More information

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 2014 IARC ABSTRACT The paper gives prominence to the technical details of

More information

Programming Robots With Ros By Morgan Quigley Brian Gerkey

Programming Robots With Ros By Morgan Quigley Brian Gerkey Programming Robots With Ros By Morgan Quigley Brian Gerkey We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer,

More information

Team Autono-Mo. Jacobia. Department of Computer Science and Engineering The University of Texas at Arlington

Team Autono-Mo. Jacobia. Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Team Autono-Mo Jacobia Architecture Design Specification Team Members: Bill Butts Darius Salemizadeh Lance Storey Yunesh

More information

Intelligent Sensor Platforms for Remotely Piloted and Unmanned Vehicles. Dr. Nick Krouglicof 14 June 2012

Intelligent Sensor Platforms for Remotely Piloted and Unmanned Vehicles. Dr. Nick Krouglicof 14 June 2012 Intelligent Sensor Platforms for Remotely Piloted and Unmanned Vehicles Dr. Nick Krouglicof 14 June 2012 Project Overview Project Duration September 1, 2010 to June 30, 2016 Primary objective(s) / outcomes

More information

Mobile Target Tracking Using Radio Sensor Network

Mobile Target Tracking Using Radio Sensor Network Mobile Target Tracking Using Radio Sensor Network Nic Auth Grant Hovey Advisor: Dr. Suruz Miah Department of Electrical and Computer Engineering Bradley University 1501 W. Bradley Avenue Peoria, IL, 61625,

More information

Software Computer Vision - Driver Assistance

Software Computer Vision - Driver Assistance Software Computer Vision - Driver Assistance Work @Bosch for developing desktop, web or embedded software and algorithms / computer vision / artificial intelligence for Driver Assistance Systems and Automated

More information

Cognitive robotics using vision and mapping systems with Soar

Cognitive robotics using vision and mapping systems with Soar Cognitive robotics using vision and mapping systems with Soar Lyle N. Long, Scott D. Hanford, and Oranuj Janrathitikarn The Pennsylvania State University, University Park, PA USA 16802 ABSTRACT The Cognitive

More information