Furniture Assembly using Augmented Reality

Slides:



Advertisements
Similar presentations
Android 4.0 'Ice Cream Sandwich'. As officially announced during the 2011 Google I/O, the upcoming version of Android is called Ice Cream Sandwich, a.
Advertisements

Presenter: Brittany Hebert Undergraduate Student Involvement: Bradley Jouty Faculty Advisor: Dr. Carolina Cruz-Neira Industry Supervisor: Donald Gremillion.
ARIS The Augmented Rea l ity Studio. Outline  Background  Problem definition  Proposed solution  System design  Functionalities  Comparison with.
Android 4.0 ICS An Unified UI framework for Tablets and Cell Phones Ashwin. G. Balani, Founder Member, GTUG, Napur.
Richard Yu.  Present view of the world that is: Enhanced by computers Mix real and virtual sensory input  Most common AR is visual Mixed reality virtual.
Produce by group Anonymous: Hew Yu Cheng (A150737) Amirul Fahmi bin Md Ms’od (A151051) Rasyin bin Ghazali (A150113) Hafidzul Rahman bin Khairudin (A151059)
Video Eyewear for Augmented Reality Presenter: Manjul Sharma Supervisor: Paul Calder.
A Spring 2005 CS 426 Senior Project By Group 15 John Studebaker, Justin Gerthoffer, David Colborne CSE Dept., University of Nevada, Reno Advisors (CSE.
Expert Group for Virtual Reality in Transport, Manufacturing and Logistics Virtual Reality in Transport, Manufacturing and Logistics VIRTUAL REALITY IN.
Live Demo Augmented reality – lets see some pictures flying…Augmented reality – lets see some pictures flying… Facebook -Facebook -
GemIsland Prepared by: Areen Jondi Diala Hamadneh Supervised by: Dr. Raed Alqadi Dr. Luai Malhis.
© Siemens Product Lifecycle Management Software Inc. All rights reserved Siemens PLM Software Solid Edge ST5 Training Working with face relationships.
Video Eyewear for Augmented Reality Presenter: Manjul Sharma Supervisor: Paul Calder.
Cevgroup.org C utting E dge V isionaries. cevgroup.org TODAY’s TALK 1) Internet Of Things (IoT) 2) Wi-Fi Controlled Robots 3) Augmented Reality.
De’Bill Final Project – android app Team Members: Ilya Shamis, Daniel Grinberg, Nirit Lapidot Supervisor: Prof. Moshe Sipper.
The Online Workplace: Virtuality Group A. Matt PhilipMahendraAlan PaulMichaelEd.
Capstone Design Project - 1 / 11 Project Proposal ● Built-up-type RC car with augmented reality 정윤용 ( , ) 이석동 ( , )
OFFICE MIX TEMPLATE 1.Replace the text on this page with your own title and subtitle 2.Choose a design from the ‘Design’ menu.
What is Selenium Web Driver? - Selenium Training Collection.
Introduction to Programming and App Inventor. Introduction What is a computer program? Introducing App Inventor Getting hands on with App Inventor.
Android Mobile App Development India
IAEWS Global Benchmark Survey Results
LocusEngine APPLICATIONS
4D Simulation Impacts on Construction Management
Augmented Reality/ Virtual Reality
Adam Backman Chief Cat Wrangler – White Star Software
ORACLE ADF ONLINE TRAINING COURSE
Working in the Forms Developer Environment
Bh. Ravi Krishna 12N31A0533 야나 누르디아나 학번 : 사이버경찰하과.
17 years of videogames industry
Chapter 5 – Requirements Engineering
Recommended News Yao Wu
Mobile learning three C’s
The Development Process of Web Applications
Microsoft Everyday Celebs Challenge Solution Results
| +1(516) | How 3D Interactive Floor Plan Services Solve the biggest Marketing Problem?
SURFBRD Michael Margel Dec CSC 2524.
Architecture Concept Documents
Using CADCONNECT to create products MANUALLY
Starting AppInventor in the Classroom
for Display Antique and Art Object Information
What is Augmented Reality?
Augmented Reality By: Erica Baas.
Android 4.0 Ice Cream Sandwich
Application of Pseudo Code
- A new medium for social table top gaming? -
INTRODUCTION i3-Technologies  is one of Europe’s leading suppliers of total learning and meeting environments. With its 40 years of experience, i3-Technologies.
CSE 5912 Student Presentations
Petivity Midway Milestone
Fast Action Links extension A love letter to CiviCRM
Digital Entrepreneurship
Augmented Reality SDK Introduction
© 2016 Global Market Insights, Inc. USA. All Rights Reserved Fuel Cell Market size worth $25.5bn by 2024 Light Field Market Business.
Augmented Reality in Education Benefits of Using AR in Education and Learning.
As we all know Intuit QuickBooks Software is a standout amongst the most looked for after virtual products that has made for itself an uncommon place in.
Developing systems with advanced perception, cognition, and interaction capabilities for learning a robotic assembly in one day Dr. Dimitrios Tzovaras.
Smart Team Making a Beautiful software
Special English for Industrial Robot
Accessibility and Mixed Reality
Targeting Wait Statistics with Extended Events
Midway Milestone Presentation: FlexiVoice
Rambl: Hi-Fi Midway Milestone
Solve the equation: 6 x - 2 = 7 x + 7 Select the correct answer.
EAAC questionnaire – strawman
Using Instagram as a Marketing Tool
Augmented Reality Apps
OU BATTLECARD: JD Edwards EnterpriseOne Training and Certification
OU BATTLECARD: E-Business Suite Courses and Certifications
OU BATTLECARD: Oracle WebCenter Training
Presentation transcript:

Furniture Assembly using Augmented Reality Priti Pachpande Sujay Umesh 12/15/2017

Motivation Everyone loves decorating and furnishing their homes. In US the furniture is not delivered as a single unit(assembled) rather it is delivered in pieces. Assembling them without an expert is a herculean task. We had an idea of making a interactive Furniture assembly manual using Augmented Reality. We are inspired from Apple  “Furniture Assembly without manual”. This project was worth spending our time because we would solve real world problem which is faced by common people everyday.

What is AR? Augmented Reality Features: User interactive Detects and aligns the virtual/3D objects with each other. Shows user how the product will look when assembled in real environment. Demonstrates the product virtually to the user to confirm if it fits in room

Literature Survey Assembly is a tedious job but with AR we are trying to make it interactive. Furniture Assembly using AR is still in testing phase. Players like Facebook, Ikea and other similar companies are offering AR solutions for developers AR itself is a relatively new technology with endless possibilities. We have few industrial solutions but none of them are interactive, they are passive. We aimed to create interactive furniture assembly.

Design We concentrated on one item Understood how it could be assembled. Create 3D(Polymodels) models for all pieces required in Blender E.g. Table will have plank and 4 legs Each of leg will have position with respect to center of plank Then all legs will be placed on respective positions Added interaction by user

Implementation Created 3D models in Blender Created Image Target(Dollar Bill) in Vuforia Created scene in Unity All 3D models set with properties and behaviors in Unity Added AR kit by Vuforia Synchronized all project modules to behave as one cohesive unit Added Step buttons on virtual screen to make it interactive Tested multiple times Generated FurnitureAssembly.apk Deployed on Android phone.

Scenarios We started with table assembly this time Like every other assembly its not only forward directional User interaction feature allows to choose any step at any time This makes user possible to prioritize assembly Results will be in DEMO We could successfully assemble a table with this app

Tools used: Blender for 3D models Vuforia for AR kit Unity for environment and integration C# for user interaction and model behaviors

Getting Started With Unity We need to first get developer key for Vuforia. Once starting the project we need to use the developer key in unity. Create database to hold target image. Use target image to impose AR.

Polymodels :

Result :

Script to make the AR dynamic.

Future work As we had to learn many tools to make it happen we could concentrate on one item assembly only but in future definitely catalogues could be created. Assembly instructions could be directed through device’s speakers and text written on screen Models could be superimposed in better way We can also do AR without the Target Image.

Conclusion

THANK YOU!!!!