T.C. MARMARA UNIVERSITY FACULTY of ENGINEERING COMPUTER ENGINEERING DEPARTMENT

Size: px
Start display at page:

Download "T.C. MARMARA UNIVERSITY FACULTY of ENGINEERING COMPUTER ENGINEERING DEPARTMENT"

Transcription

1 T.C. MARMARA UNIVERSITY FACULTY of ENGINEERING COMPUTER ENGINEERING DEPARTMENT CSE497 Engineering Project Project Specification Document INTELLIGENT WALL CONSTRUCTION BY MEANS OF A ROBOTIC ARM Group Members Filiz DALIP Moustafa MEMET Supervised by Asst. Prof. Peter Schüller Co-Advisor Assoc. Prof. Borahan TÜMER

2 1. Problem Statement Nowadays arm robots are used almost everywhere like welding, material handling, painting and assembling products. When we look at these, we can spot a huge gap in construction sector. In the very near future we might need the help of some arm robot to construct us small buildings or miniature houses using wall materials like bricks. We study this topic to build skills in this important area. 2. Problem Description and Motivation Description Robotic arms have become the keystones of industrial production facilities. Robots are widely used in heavy industrial cutting and automotive industry. However we noticed that the robotic arms are still not well developed in construction sector. With this project we are going to realize construction automation and it s going to be a major step in creating huge construction facilities. We will create both hardware and software for autonomous wall building. Because autonomy is important, so that humans do not need to specify each small movement of the robot. The working principle of our robotic arm is like this: The arm will reach the location where the lego bricks are given as input by moving on the conveyor belt. As soon as it reaches there system will measure the size and the dimensions of the input brick. Then the gripper will grab the piece and it will place it to best available position. This way, by minimizing the supply usage we optimize the construction. Motivation Robotic arms which are used in industrial sectors becoming brick constructing and wall building robots is our biggest motivation. Along with that, by using image processing technology, building a wall with lego pieces and lego statues with robotic arms can have a remarkable contribution to lego sector. Also with today s technology we can make anything we want with unlimited Lego pieces using Lego Digital Designer. On top of that they are making games and films with Lego for different platforms. 1

3 3. Aims of the Project Construct a jointed arm robot by using Lego pieces which is similar to Figure 1. Move the robotic arm right, left, up and down stably. Be able to hold the lego piece with the gripper. Mount the robotic arm to conveyor belt (Figure 2), and remove the bottom rotation motor. Stabilize the robotic arm and conveyor belt so that the vibration minimizes. Place a webcam onto gripper. Perceive the size and dimensions of a lego piece using image processing with a webcam. Compute the best available position to place the lego piece on the wall. Place the lego piece that we picked up in our grip to the best available position. Build a wall with the lego pieces by placing them into right positions. The main purpose of this robot will be to build a wall by using Lego pieces autonomously. Figure 1: Example Jointed Arm Robot Figure 2: Conveyor Belt Assembly 2

4 4. Related Work The International Organization for Standardization (ISO) gives a definition of an industrial robot like this: "an automatically controlled, reprogrammable, multipurpose, manipulator programmable in three or more axes, which may be either fixed in place or mobile for use in industrial automation applications." Quoted from Wikipedia. See [1] for more. What we are going is almost the same with this definition of industrial robot. It will be indeed reprogrammable and automatically controlled but it will be working stationary in 2 axes. Industrial robots usually consist of a jointed arm (multi-linked manipulator) and an end effector that is attached to a fixed surface. One of the most common type of end effector is a gripper assembly. Quoted from Wikipedia. See [1] for more. As described in the quote above we are going to make the most common type of end effector. Our gripper will be used to hold the lego pieces and release them to correct positions. There are different types of industrial robots: Cartesian Robot: Used for pick and place work, application of sealant, assembly operations, handling machine tools and arc welding. It s a robot whose arm has three prismatic joints, whose axes are coincident with a Cartesian coordinator. Cylindrical Robot: Used for assembly operations, handling at machine tools, spot welding, and handling at diecasting machines. It s a robot whose axes form a cylindrical coordinate system. Spherical Robot: Used for handling machine tools, spot welding, diecasting, fettling machines, gas welding and arc welding. It s a robot whose axes form a polar coordinate system. Scara Robot: Used for pick and place work, application of sealant, assembly operations and handling machine tools. This robot features two parallel rotary joints to provide compliance in plane. Jointed Arm Robot: Used for assembly operations, diecasting, fettling machine, gas welding, arc welding and spray painting. It s a robot whose arm has at least three rotary joints. Quoted from Wikipedia. See [2] for more. We are going to build our robot on a conveyor belt which will allow us to move it in x-axis. The arm part which will be placed on top of the conveyor belt will make movements in y-axis. Since its moving in only 2 axis, our robot will belong to cartesian robot category. 3

5 Minimization of human power, increasing the production by reducing the error margin, makes a great improvement for today s technology. Along with that the robotic arm which was created with high expenses produces the desired product flawlessly by assembling the lego pieces together. You can find the article about this robotic arm in references section [3]. Another project accomplishes almost the same mission as the mega robot above. This one is created using LEGO Mindstorms NXT kit [4] and its working principle is slightly different than the other one. It s created using the 3D printer logic. The desired piece is placed to correct place stably by using 3 motors. Design and the related video can be found in references section [5]. 5. Scope of the Project Our scope begins with the well assembly of the robotic arm and the conveyor belt. We used the Mindstorms EV set [6] to build a cartesian robot. After making some motor and durability tests we made some changes on the original arm. By changing some bricks we rotated the gripper part of the arm to suit our needs. We are going to integrate a conveyor belt which is made with LEGO Technic Set. This belt will be placed underneath robotic arm to move it linearly to right and left. As soon as we arrange the arm system onto belt we are going to mount a small webcam onto gripper to read the image of the lego pieces which are given as input. Here we are going to analyze the image using MATLAB s image processing functions. We are going to measure the dimensions and the size of the lego piece and use an algorithm to find the best possible position to place the brick. Using these combined we are going to build a single wall which is made from lego bricks. After successfully building a wall if there is time left to make a house using these walls. 4

6 6. Success Factors and Benefits We can conclude that our project has become successful only if the following statements are satisfied: Robotic arm grabbing the lego piece from their place Robotic arm moving freely and flawlessly on the conveyor belt Understanding the grabbed piece correctly using image processing Placing the lego piece to correct place by using the correct algorithms and calculations After achieving the above we are going to arrange the software of the robotic arm to build us a wall autonomously. We are going to make an input location for lego bricks on the table. Robot will always come back to that location to obtain new bricks. According to given bricks the robot will place them to the best available position. The only human interaction in this process is going to be giving the input bricks. The benefits of the project can be listed as follows: The most important benefit might be the reduction of the workload for the workers because of its use in construction industry. If the application of the project is done correctly it might provide a great profit to the owner. Because robotizing one job improves the quality of products and reduces the expenses drastically. It can make contribution to economy and technology can be sold to foreign countries. The gap in the construction sector might be closed with the autonomous builders like this robotic arm. With the replacement of the gripper part, the arm can also be used to spill cement between the bricks. Along with these a complete schematic of the total project can be taught to robot. Getting this done can give you a complete building with the help of worker robots. 5

7 7. Methodology and Technical Approach Figure 3: Flowchart of the tasks Our project consists of three parts. These are hardware and robot assembly, robot movement algorithms and software and image processing software. The things that we need for the robot assembly: Lego Mindstorm EV3 Set [6] Robot Arm Programmable Brick Motors Touch Sensor Conveyor Belt Camera Lego Pieces Lego Mindstorm EV3 Set [6]: This set consists of all the following parts that we need for our project. Robot Arm: Using this set we can make number of different designs. What we are going to build is the robotic arm with some modifications. 6

8 Programmable Brick: The EV3 Brick serves as the control center and power station for your robot. Large Motor: Lets you program precise and powerful robotic action. Medium Motor: Maintains precision, while trading some power for compact size and faster responses. Touch Sensor: Makes your robot respond to touch, recognizes three conditions: touched, bumped and released. Conveyor Belt: We will use Lego Technic Sets to make suitable conveyor belt to mount the robot arm. Camera: A small webcam will be used to read the dimensions and the size of lego bricks. This webcam will be mounted onto gripper. Lego Pieces: We are going to need a lot of pieces to make tests. The things that we need for the robot movement software: MATLAB [7] LEGO Mindstorms EV3 library for MATLAB [8] MathWorks Image Processing Toolbox [9] MATLAB [7]: MATLAB (matrix laboratory) is a multi-paradigm numerical computing environment and fourth-generation programming language. A proprietary programming language developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, implementation of algorithms, creation of user interfaces, and interfacing with programs written in other languages, including C, C++, C#, Java, Fortran and Python. LEGO Mindstorms EV3 library for MATLAB [8]: Mathworks provides free libraries for LEGO Mindstorms EV3 robot control. We are going to use these libraries to move our robot. MathWorks Image Processing Toolbox [9]: This toolbox consists many image processing functions. We are going to use these libraries to understand the dimensions of the lego pieces that we grab. 7

9 Image processing software and algorithms: Image Processing is processing of images using mathematical operations by using any form of signal processing for which the input is an image, a series of images, or a video, such as a photograph or video frame; the output of image processing may be either an image or a set of characteristics or parameters related to the image. Most image-processing techniques involve treating the image as a two-dimensional signal and applying standard signal-processing techniques to it. Images are also processed as three-dimensional signals where the third-dimension being time or the z-axis. Quoted from Wikipedia. See [10] for more. In our case, the images that we are going to process are going to be photographs which are taken by our webcam. These images will be 3-dimensional signals, each representing a color space (Red, Green, Blue). These will be analyzed with the help of MATLAB s image processing toolbox. We are going to integrate robot movement and image processing together using the MATLAB software. MATLAB can support the Mindstorms EV3 controls using its add-on extensions [8]. We will connect the EV3 brick to our computer along with the webcam that we are going to mount onto gripper. Webcam will receive the image and convert it to JPEG format. We will analyze these images using MATLAB and understand the dimensions of the given lego piece. Mathworks also provides a huge library [9] for image analysis and segmentation. Using these libraries we are going to develop our software on MATLAB. 8

10 8. Professional Considerations Methodological Considerations will realize. In the figure below you can find the block diagram of the process that our robotic arm Figure 4: Block Diagram of the process 9

11 We put the input bricks to predefined input place consecutively. Our gripper will take the piece from there and move it in front of the camera. The camera will capture the picture of the lego brick and will try to understand the size of it. Then it will run some algorithms to compute the best available position for the new brick. After that we will move the robot to proper position and leave the brick to best available position. Repeating this process builds a wall. Societal and Ethical Considerations Societal and ethical considerations has been taken into consideration while preparing this document. One social impact could be fewer building jobs. Since the robotic arms are going to take the place of building workers. This also might increase the need of the programmers for the robots. Economically this project will help to reduce the human power on some specific jobs. It s going to increase the efficiency and improve the construction process by reducing the time required to complete it. The realization of this project definitely has no physical and biological impacts. Along with these, this project will be designed with a good care of environmental conditions. There will be no harm to natural environment. Legal Considerations The usage of MATLAB and its libraries in our project may need licenses and usage permissions if this project ever comes to market. Please note that we do not apply the project in reality and the robotic arm that we are going to build is small so it s not dangerous. If it was a real size robot, it would need ethical, work safety, engineering and many more permissions. 10

12 9. Management Plan The steps to take and the deadlines to follow in two terms is as follows: 1. Literature research, reading the reviews of the related work and finding ideas to apply them to our project. (completed) 2. Arrangement of required equipments and additional parts. (completed) 3. Assembly of the parts for prototype. (completed) 4. Preparation of the Project Specification Document. (in progress) 5. Placement of the robotic arm onto conveyor belt. Redesign of prototype. 6. Running tests for motors, sensors and Brick controller. Hardware stability control. 7. MATLAB movement tests. 8. Achieving the movement in 3 axis. 9. Grabbing the lego pieces with the gripper and placing them into positions manually. 10. Webcam installation and and capturing the images. 11. Processing of the images, storing the brick sizes and dimensions. 12. Integration of image processing and robot movement. 13. Development and improvement of algorithms. 14. Placement of the sequentially given bricks to best available position. 15. Running tests with different brick sizes. Division of responsibilities among teammates Filiz Dalıp Tasks: 6, 7, 8, 9, 11, 12, 13, 14, 15 Moustafa Memet Tasks: 5, 8, 9, 10, 11, 12, 13, 14, 15 We have successfully completed up to 4th task. Within the following weeks we are going to complete the hardware design of the project. Up to 6th phase we are working on our hardware design. We will gently try to make our arm more stable that the original. Because the precision is going to be really important in the following phases. Running some stability tests may take some longer time. After completing the hardware, we are going to run some movement tests with the help of the software. Here we will try and see our design s capabilities. We are going to move the robot manually and achieve the movement in 3 axis. All possible movements that we are going to need later will be realized in phases

13 Once we can be sure that our robot has full movement capabilities in 3 axis, we are going to install a camera and start working on image processing algorithms. Our aim at first is to be able to read the brick correctly. As soon as we accomplish reading the images we are going to work on placement algorithms. We are going to keep the current state of the bricks in our memory and find the best possible place for the new brick. Until the end of the April we will be working on these algorithms. Below you can see the timeline with milestones: Figure 5: Gantt chart for timeline with milestones Risk Management One of the major risks can be the lack of stabilization on our system. We might not be able to build an arm from legos with full precision. In this case we are going to try our best to make them stable and strong for our job. Another risk could be the compatibility of EV3 software with MATLAB. If they are not fully compatible, we might need to try another way to control the motors. Reading the bricks from one perspective may not be enough to understand the size and dimensions of bricks. In this case we might reduce the amount of possible bricks we use. 12

14 References [1]- Wikipedia, Robots [Online] Available: (Date of Access: 24 October 2016) [2]- Wikipedia, Robotic Arms [Online] Available: (Date of Access: 24 October 2016) [3]- Singularityhub, Motoman robot impresses with lego building prowess (by Aaron SAENZ) on Jan 08,2010 [Online] Available: (Date of Access: 25 October 2016) [4]- Wikipedia, Lego Mindstorms NXT [Online] Available: (Date of Access: 26 October 2016) [5]- Wired,Machine made of lego builds anything you want out of lego (by Priya GANAPATI) on October 20,2010 [Online] Available: (Date of Access: 26 October 2016) [6]- Lego Education, [Online] Available: rms-education-ev3-core-set (Date of Access: 27 October 2016) [7]- Wikipedia, Matlab [Online] Available: (Date of Access: 28 October 2016) [8]- Mathworks, Lego Mindstorms EV3 support from Matlab [Online] Available: (Date of Access: 29 October 2016) [9]- Mathworks, Perform image processing, analysis, and algorithm development [Online] Available: (Date of Access: 29 October 2016) [10]- Wikipedia, Image Processing [Online] Available: (Date of Access: 30 October 2016) 13

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction It is appropriate to begin the textbook on robotics with the definition of the industrial robot manipulator as given by the ISO 8373 standard. An industrial robot manipulator is

More information

CHAPTER 5 INDUSTRIAL ROBOTICS

CHAPTER 5 INDUSTRIAL ROBOTICS CHAPTER 5 INDUSTRIAL ROBOTICS 5.1 Basic of Robotics 5.1.1 Introduction There are two widely used definitions of industrial robots : i) An industrial robot is a reprogrammable, multifunctional manipulator

More information

LEGO 2D Planar Manipulator (with zero offset between Z1 and Z2 axes of rotation)

LEGO 2D Planar Manipulator (with zero offset between Z1 and Z2 axes of rotation) LEGO 2D Planar Manipulator (with zero offset between Z1 and Z2 axes of rotation) Uses some parts not found in NXT Mindstorms Kit 9797 e.g. 2 nd Turntable, 1x12 plates, and 15100: Pin-hole Friction Peg.

More information

Year 1805 Doll, made by Maillardet, that wrote in either French or English and could draw landscapes

Year 1805 Doll, made by Maillardet, that wrote in either French or English and could draw landscapes Unit 8 : ROBOTICS INTRODUCTION Robots are devices that are programmed to move parts, or to do work with a tool. Robotics is a multidisciplinary engineering field dedicated to the development of autonomous

More information

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM

CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM CONTROLLING METHODS AND CHALLENGES OF ROBOTIC ARM Aniket D. Kulkarni *1, Dr.Sayyad Ajij D. *2 *1(Student of E&C Department, MIT Aurangabad, India) *2(HOD of E&C department, MIT Aurangabad, India) aniket2212@gmail.com*1,

More information

UNIT VI. Current approaches to programming are classified as into two major categories:

UNIT VI. Current approaches to programming are classified as into two major categories: Unit VI 1 UNIT VI ROBOT PROGRAMMING A robot program may be defined as a path in space to be followed by the manipulator, combined with the peripheral actions that support the work cycle. Peripheral actions

More information

USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION 1. INTRODUCTION

USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION 1. INTRODUCTION USING VIRTUAL REALITY SIMULATION FOR SAFE HUMAN-ROBOT INTERACTION Brad Armstrong 1, Dana Gronau 2, Pavel Ikonomov 3, Alamgir Choudhury 4, Betsy Aller 5 1 Western Michigan University, Kalamazoo, Michigan;

More information

Pre-Activity Quiz. 2 feet forward in a straight line? 1. What is a design challenge? 2. How do you program a robot to move

Pre-Activity Quiz. 2 feet forward in a straight line? 1. What is a design challenge? 2. How do you program a robot to move Maze Challenge Pre-Activity Quiz 1. What is a design challenge? 2. How do you program a robot to move 2 feet forward in a straight line? 2 Pre-Activity Quiz Answers 1. What is a design challenge? A design

More information

FABRICATION OF PNEUMATIC PICK AND PLACE ROBOT

FABRICATION OF PNEUMATIC PICK AND PLACE ROBOT International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 7, July 2017, pp. 594 600, Article ID: IJCIET_08_07_063 Available online at http://www.ia aeme.com/ijciet/issues.asp?jtype=ijciet&vtyp

More information

Introduction to Robotics in CIM Systems

Introduction to Robotics in CIM Systems Introduction to Robotics in CIM Systems Fifth Edition James A. Rehg The Pennsylvania State University Altoona, Pennsylvania Prentice Hall Upper Saddle River, New Jersey Columbus, Ohio Contents Introduction

More information

Introduction to robotics. Md. Ferdous Alam, Lecturer, MEE, SUST

Introduction to robotics. Md. Ferdous Alam, Lecturer, MEE, SUST Introduction to robotics Md. Ferdous Alam, Lecturer, MEE, SUST Hello class! Let s watch a video! So, what do you think? It s cool, isn t it? The dedication is not! A brief history The first digital and

More information

2018 First Responders 4-H Robotics Challenge Page 1

2018 First Responders 4-H Robotics Challenge Page 1 2018 First Responders 4-H Robotics Challenge Page 1 Contents 2018 First Responders 4-H Robotics Challenge... 3 1 Teams... 3 2 The Game... 3 2.1 Competition kit... 3 2.2 Field Mat... 3 2.3 Playing Field...

More information

More Info at Open Access Database by S. Dutta and T. Schmidt

More Info at Open Access Database  by S. Dutta and T. Schmidt More Info at Open Access Database www.ndt.net/?id=17657 New concept for higher Robot position accuracy during thermography measurement to be implemented with the existing prototype automated thermography

More information

UNIT-1 INTRODUCATION The field of robotics has its origins in science fiction. The term robot was derived from the English translation of a fantasy play written in Czechoslovakia around 1920. It took another

More information

Chapter 14 Automation of Manufacturing Processes and Systems

Chapter 14 Automation of Manufacturing Processes and Systems Chapter 14 Automation of Manufacturing Processes and Systems Topics in Chapter 14 FIGURE 14.1 Outline of topics described in this chapter. Date 1500Ğ1600 1600Ğ1700 1700Ğ1800 1800Ğ1900 Development Water

More information

Introduction to Robotics

Introduction to Robotics Mechatronics Introduction to Robotics Courseware Sample 39411-F0 Order no.: 39411-00 First Edition Revision level: 02/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 2007 Internet:

More information

Positioning Paper Demystifying Collaborative Industrial Robots

Positioning Paper Demystifying Collaborative Industrial Robots Positioning Paper Demystifying Collaborative Industrial Robots published by International Federation of Robotics Frankfurt, Germany December 2018 A positioning paper by the International Federation of

More information

Chapter 1 Introduction to Robotics

Chapter 1 Introduction to Robotics Chapter 1 Introduction to Robotics PS: Most of the pages of this presentation were obtained and adapted from various sources in the internet. 1 I. Definition of Robotics Definition (Robot Institute of

More information

JPF Welding Automation

JPF Welding Automation JPF Welding Automation ECE 1808 / ME 30 EE: Thomas Bacon, Brittany Bohn, Timothy Jorz, Ivan Paz ME: Nathan Baker, Ronnie Fierro Faculty Advisor: Ashwin Dani Industry Sponsor: Mr. Scott Carlson Summary

More information

Projection Based HCI (Human Computer Interface) System using Image Processing

Projection Based HCI (Human Computer Interface) System using Image Processing GRD Journals- Global Research and Development Journal for Volume 1 Issue 5 April 2016 ISSN: 2455-5703 Projection Based HCI (Human Computer Interface) System using Image Processing Pankaj Dhome Sagar Dhakane

More information

2015 Maryland State 4-H LEGO Robotic Challenge

2015 Maryland State 4-H LEGO Robotic Challenge Trash Talk Utilizing Trash to Power the World 2015 Maryland State 4-H LEGO Robotic Challenge Through Trash Talk, 4-H members involved in robotics will create LEGO robots that complete tasks related to

More information

On-demand printable robots

On-demand printable robots On-demand printable robots Ankur Mehta Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology 3 Computational problem? 4 Physical problem? There s a robot for that.

More information

Line Detection. Duration Minutes. Di culty Intermediate. Learning Objectives Students will:

Line Detection. Duration Minutes. Di culty Intermediate. Learning Objectives Students will: Line Detection Design ways to improve driving safety by helping to prevent drivers from falling asleep and causing an accident. Learning Objectives Students will: Explore the concept of the Loop Understand

More information

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE

Exercise 2. Point-to-Point Programs EXERCISE OBJECTIVE Exercise 2 Point-to-Point Programs EXERCISE OBJECTIVE In this exercise, you will learn various important terms used in the robotics field. You will also be introduced to position and control points, and

More information

Automatic Headlights

Automatic Headlights Automatic Headlights Design car features that will improve nighttime driving safety. Learning Objectives Students will: Explore the concept of Inputs and the way to control them Explore the concept of

More information

Human-like Assembly Robots in Factories

Human-like Assembly Robots in Factories 5-88 June Symposium on Japan America Frontier of Engineering (JAFOE) Robotics Session: Human-like Assembly Robots in Factories 8th June Robotics Technology R&D Group Shingo Ando 0520 Introduction: Overview

More information

2014 Market Trends Webinar Series

2014 Market Trends Webinar Series Robotic Industries Association 2014 Market Trends Webinar Series Watch live or archived at no cost Learn about the latest innovations in robotics Sponsored by leading robotics companies 1 2014 Calendar

More information

FUNDAMENTALS ROBOT TECHNOLOGY. An Introduction to Industrial Robots, T eleoperators and Robot Vehicles. D J Todd. Kogan Page

FUNDAMENTALS ROBOT TECHNOLOGY. An Introduction to Industrial Robots, T eleoperators and Robot Vehicles. D J Todd. Kogan Page FUNDAMENTALS of ROBOT TECHNOLOGY An Introduction to Industrial Robots, T eleoperators and Robot Vehicles D J Todd &\ Kogan Page First published in 1986 by Kogan Page Ltd 120 Pentonville Road, London Nl

More information

Familiarization with the Servo Robot System

Familiarization with the Servo Robot System Exercise 1 Familiarization with the Servo Robot System EXERCISE OBJECTIVE In this exercise, you will be introduced to the Lab-Volt Servo Robot System. In the Procedure section, you will install and connect

More information

Robotics: Applications

Robotics: Applications Lecture 01 Feb. 04, 2019 Robotics: Applications Prof. S.K. Saha Dept. of Mech. Eng. IIT Delhi Outline Introduction Industrial applications Other applications Summary Introduction 90% robots in factories:

More information

Embedded Robust Control of Self-balancing Two-wheeled Robot

Embedded Robust Control of Self-balancing Two-wheeled Robot Embedded Robust Control of Self-balancing Two-wheeled Robot L. Mollov, P. Petkov Key Words: Robust control; embedded systems; two-wheeled robots; -synthesis; MATLAB. Abstract. This paper presents the design

More information

What is a robot. Robots (seen as artificial beings) appeared in books and movies long before real applications. Basilio Bona ROBOTICS 01PEEQW

What is a robot. Robots (seen as artificial beings) appeared in books and movies long before real applications. Basilio Bona ROBOTICS 01PEEQW ROBOTICS 01PEEQW An Introduction Basilio Bona DAUIN Politecnico di Torino What is a robot According to the Robot Institute of America (1979) a robot is: A reprogrammable, multifunctional manipulator designed

More information

Design and Implementation of FPGA-Based Robotic Arm Manipulator

Design and Implementation of FPGA-Based Robotic Arm Manipulator Design and Implementation of FPGABased Robotic Arm Manipulator Mohammed Ibrahim Mohammed Ali Military Technical College, Cairo, Egypt Supervisors: Ahmed S. Bahgat 1, Engineering physics department Mahmoud

More information

Robotics in Austria. 1 Introduction. 2 Robots

Robotics in Austria. 1 Introduction. 2 Robots ROBOTICS IN AUSTRIA 23 Robotics in Austria Peter Kopacek Intelligent Handling and Robotics IHRT Vienna University of Technology Favoritenstrasse 9; E325A6 1040 Wien Phone: +43 1 58801 31800 email: kopacek@ihrt.tuwien.ac.at

More information

Introduction to Robotics

Introduction to Robotics Introduction to Robotics Jee-Hwan Ryu School of Mechanical Engineering Korea University of Technology and Education What is Robot? Robots in our Imagination What is Robot Like in Our Real Life? Origin

More information

Research Collaboration against the Backdrop. of the Global Economic Challenges

Research Collaboration against the Backdrop. of the Global Economic Challenges Research Collaboration against the Backdrop Dipl.-Wirtsch.-Ing. (TU) Henrik A. Schunk 41. International June Symposium 7 th, 2010 on Robotics Henrik June Schunk 7 th, 2010Folie 1 Agenda 1. One Team One

More information

Introduction To Robotics (Kinematics, Dynamics, and Design)

Introduction To Robotics (Kinematics, Dynamics, and Design) Introduction To Robotics (Kinematics, Dynamics, and Design) SESSION # 5: Concepts & Defenitions Ali Meghdari, Professor School of Mechanical Engineering Sharif University of Technology Tehran, IRAN 11365-9567

More information

Program.

Program. Program Introduction S TE AM www.kiditech.org About Kiditech In Kiditech's mighty world, we coach, play and celebrate an innovative technology program: K-12 STEAM. We gather at Kiditech to learn and have

More information

TECNALIA. Robotics for Advanced Manufacturing. ROBOTT-NET Robotizar Consideraciones a tener en cuenta antes de empezar

TECNALIA. Robotics for Advanced Manufacturing. ROBOTT-NET Robotizar Consideraciones a tener en cuenta antes de empezar TECNALIA Robotics for Advanced Manufacturing ROBOTT-NET Robotizar Consideraciones a tener en cuenta antes de empezar Damien SALLÉ damien.salle@tecnalia.com Today s reality: The automated production line

More information

TU Graz Robotics Challenge 2017

TU Graz Robotics Challenge 2017 1 TU Graz Robotics Challenge W I S S E N T E C H N I K L E I D E N S C H A F T TU Graz Robotics Challenge 2017 www.robotics-challenge.ist.tugraz.at Kick-Off 14.03.2017 u www.tugraz.at 2 Overview Introduction

More information

Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot

Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot Virtual Engineering: Challenges and Solutions for Intuitive Offline Programming for Industrial Robot Liwei Qi, Xingguo Yin, Haipeng Wang, Li Tao ABB Corporate Research China No. 31 Fu Te Dong San Rd.,

More information

Robotics Prof. Dilip Kumar Pratihar Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Robotics Prof. Dilip Kumar Pratihar Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Robotics Prof. Dilip Kumar Pratihar Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 01 Introduction to Robot and Robotics Let us start with the course on Robotics.

More information

USING ROBOTS TO MATERIAL REMOVAL PROCESSES

USING ROBOTS TO MATERIAL REMOVAL PROCESSES Fábio de Oliveira Campos 1, Armando Carlos de Pina Filho 2, Aloísio Carlos de Pina 3 1 Universidade Federal do Rio de Janeiro, Mechanical Engineering Department, Polytechnic School, Rio de Janeiro - RJ,

More information

Introduction to Robotics

Introduction to Robotics Introduction to Robotics Analysis, systems, Applications Saeed B. Niku Chapter 1 Fundamentals 1. Introduction Fig. 1.1 (a) A Kuhnezug truck-mounted crane Reprinted with permission from Kuhnezug Fordertechnik

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1 Jorge Paiva Luís Tavares João Silva Sequeira Institute for Systems and Robotics Institute for Systems and Robotics Instituto Superior Técnico,

More information

How To Create The Right Collaborative System For Your Application. Corey Ryan Manager - Medical Robotics KUKA Robotics Corporation

How To Create The Right Collaborative System For Your Application. Corey Ryan Manager - Medical Robotics KUKA Robotics Corporation How To Create The Right Collaborative System For Your Application Corey Ryan Manager - Medical Robotics KUKA Robotics Corporation C Definitions Cobot: for this presentation a robot specifically designed

More information

FLL Robot Design Workshop

FLL Robot Design Workshop FLL Robot Design Workshop Tool Design and Mechanism Prepared by Dr. C. H. (Tony) Lin Principal Engineer Tire and Vehicle Mechanics Goodyear Tire & Rubber Company tony_lin@goodyear.com Description Mechanism

More information

ISO INTERNATIONAL STANDARD. Robots for industrial environments Safety requirements Part 1: Robot

ISO INTERNATIONAL STANDARD. Robots for industrial environments Safety requirements Part 1: Robot INTERNATIONAL STANDARD ISO 10218-1 First edition 2006-06-01 Robots for industrial environments Safety requirements Part 1: Robot Robots pour environnements industriels Exigences de sécurité Partie 1: Robot

More information

How Do You Make a Program Wait?

How Do You Make a Program Wait? How Do You Make a Program Wait? How Do You Make a Program Wait? Pre-Quiz 1. What is an algorithm? 2. Can you think of a reason why it might be inconvenient to program your robot to always go a precise

More information

Program Your Robot to Perform a Task

Program Your Robot to Perform a Task Youth Explore Trades Skills Description In this activity, students gain hands-on experience with programming a robot to perform tasks. This activity includes seven task challenges. Students will work in

More information

Handling station. Ruggeveldlaan Deurne tel

Handling station. Ruggeveldlaan Deurne tel Handling station Introduction and didactic background In the age of knowledge, automation technology is gaining increasing importance as a key division of engineering sciences. As a technical/scientific

More information

The University of Wisconsin-Platteville

The University of Wisconsin-Platteville Embedded Motor Drive Development Platform for Undergraduate Education By: Nicholas, Advisor Dr. Xiaomin Kou This research and development lead to the creation of an Embedded Motor Drive Prototyping station

More information

INDUSTRY 4.0. Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO

INDUSTRY 4.0. Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO INDUSTRY 4.0 Modern massive Data Analysis for Industry 4.0 Industry 4.0 at VŠB-TUO Václav Snášel Faculty of Electrical Engineering and Computer Science VŠB-TUO Czech Republic AGENDA 1. Industry 4.0 2.

More information

Introduction to Robotics

Introduction to Robotics Marcello Restelli Dipartimento di Elettronica e Informazione Politecnico di Milano email: restelli@elet.polimi.it tel: 02-2399-3470 Introduction to Robotics Robotica for Computer Engineering students A.A.

More information

Gael Force FRC Team 126

Gael Force FRC Team 126 Gael Force FRC Team 126 2018 FIRST Robotics Competition 2018 Robot Information and Specs Judges Information Packet Gael Force is proof that one team from a small town can have an incredible impact on many

More information

Two ranges of 6-CNC axis robots For IMM from 20T to 5000 T

Two ranges of 6-CNC axis robots For IMM from 20T to 5000 T Two ranges of 6-CNC axis robots For IMM from 20T to 5000 T Sepro is innovating and offering two complementary ranges of 6-axis robots: - The Sepro-Stäubli range for equipping IMM from 20 to 1300 T - The

More information

ROBOTIC MANIPULATION AND HAPTIC FEEDBACK VIA HIGH SPEED MESSAGING WITH THE JOINT ARCHITECTURE FOR UNMANNED SYSTEMS (JAUS)

ROBOTIC MANIPULATION AND HAPTIC FEEDBACK VIA HIGH SPEED MESSAGING WITH THE JOINT ARCHITECTURE FOR UNMANNED SYSTEMS (JAUS) ROBOTIC MANIPULATION AND HAPTIC FEEDBACK VIA HIGH SPEED MESSAGING WITH THE JOINT ARCHITECTURE FOR UNMANNED SYSTEMS (JAUS) Dr. Daniel Kent, * Dr. Thomas Galluzzo*, Dr. Paul Bosscher and William Bowman INTRODUCTION

More information

User-Friendly Task Creation Using a CAD Integrated Robotic System on a Real Workcell

User-Friendly Task Creation Using a CAD Integrated Robotic System on a Real Workcell User-Friendly Task Creation Using a CAD Integrated Robotic System on a Real Workcell Alireza Changizi, Arash Rezaei, Jamal Muhammad, Jyrki Latokartano, Minna Lanz International Science Index, Industrial

More information

ROBOTIC AUTOMATION Imagine Your Business...better. Automate Virtually Anything

ROBOTIC AUTOMATION Imagine Your Business...better. Automate Virtually Anything John Henry Foster ROBOTIC AUTOMATION Imagine Your Business...better. Automate Virtually Anything 800.582.5162 John Henry Foster 800.582.5162 At John Henry Foster, we re devoted to bringing safe, flexible,

More information

Automation Techniques and it s an Industrial Application: A Review

Automation Techniques and it s an Industrial Application: A Review Automation Techniques and it s an Industrial Application: A Review Umesh S. Patharkar 1 and J.J.Salunke 2 1 PG Student Mechanical Engineering Department, Deogiri Institute of Engineering & Management Studies,

More information

Where C= circumference, π = 3.14, and D = diameter EV3 Distance. Developed by Joanna M. Skluzacek Wisconsin 4-H 2016 Page 1

Where C= circumference, π = 3.14, and D = diameter EV3 Distance. Developed by Joanna M. Skluzacek Wisconsin 4-H 2016 Page 1 Instructor Guide Title: Distance the robot will travel based on wheel size Introduction Calculating the distance the robot will travel for each of the duration variables (rotations, degrees, seconds) can

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

Technology that supports dish washing with kitchen robots

Technology that supports dish washing with kitchen robots Press Release The University of Tokyo Technology that supports dish washing with kitchen robots The Tokyo University IRT Research Agency has developed a technology that supports dish washing using kitchen

More information

Pre-Day Questionnaire

Pre-Day Questionnaire LEGO Mindstorms Pre-Day Questionnaire Your Age? Please select your age from the options below: a) 11 b) 12 c) 13 d) 14 e) 15 or Older 0 0 0 0 0 11 12 13 14 15&or&Older Good at Problem Solving? Do you think

More information

Grinding and polishing automatic machines for metallic surfaces

Grinding and polishing automatic machines for metallic surfaces Grinding and polishing automatic machines for metallic surfaces www.cosmapsrl.it Grinding and polishing automatic machines for metallic surfaces Born in Padua, Italy in the late 70s, C.O.S.M.A.P. s.r.l.

More information

AUOTOMATIC PICK AND PLACE ROBOT

AUOTOMATIC PICK AND PLACE ROBOT AUOTOMATIC PICK AND PLACE ROBOT Mr.Kunal Sali 1, Mr. Saiprasad Kolhe 2, Mr.Mayank Paliwal 3 1,2,3 Department of E&TC. Engg, Sandip Foundation, SITRC College, Nashik,(India) ABSTRACT In this paper we deal

More information

Robots in society: Event 2

Robots in society: Event 2 Robots in society: Event 2 Service Robots Professor Gurvinder Singh Virk Technical Director, InnotecUK Trustee, CLAWAR Association Ltd Innovative Technology and Science Ltd InnoTecUK set up in 2009 and

More information

Milind R. Shinde #1, V. N. Bhaiswar *2, B. G. Achmare #3 1 Student of MTECH CAD/CAM, Department of Mechanical Engineering, GHRCE Nagpur, MH, India

Milind R. Shinde #1, V. N. Bhaiswar *2, B. G. Achmare #3 1 Student of MTECH CAD/CAM, Department of Mechanical Engineering, GHRCE Nagpur, MH, India Design and simulation of robotic arm for loading and unloading of work piece on lathe machine by using workspace simulation software: A Review Milind R. Shinde #1, V. N. Bhaiswar *2, B. G. Achmare #3 1

More information

Robotics. Lecturer: Dr. Saeed Shiry Ghidary

Robotics. Lecturer: Dr. Saeed Shiry Ghidary Robotics Lecturer: Dr. Saeed Shiry Ghidary Email: autrobotics@yahoo.com Outline of Course We will study fundamental algorithms for robotics with: Introduction to industrial robots and Particular emphasis

More information

John Henry Foster INTRODUCING OUR NEW ROBOTICS LINE. Imagine Your Business...better. Automate Virtually Anything jhfoster.

John Henry Foster INTRODUCING OUR NEW ROBOTICS LINE. Imagine Your Business...better. Automate Virtually Anything jhfoster. John Henry Foster INTRODUCING OUR NEW ROBOTICS LINE Imagine Your Business...better. Automate Virtually Anything 800.582.5162 John Henry Foster 800.582.5162 What if you could automate the repetitive manual

More information

2014 Mechatronics. Higher. Finalised Marking Instructions

2014 Mechatronics. Higher. Finalised Marking Instructions 2014 Mechatronics Higher Finalised ing Instructions Scottish Qualifications Authority 2014 The information in this publication may be reproduced to support SQA qualifications only on a noncommercial basis.

More information

Robotics Laboratory. Report Nao. 7 th of July Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle

Robotics Laboratory. Report Nao. 7 th of July Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle Robotics Laboratory Report Nao 7 th of July 2014 Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle Professor: Prof. Dr. Jens Lüssem Faculty: Informatics and Electrotechnics

More information

FLL Coaches Clinic Chassis and Attachments. Patrick R. Michaud

FLL Coaches Clinic Chassis and Attachments. Patrick R. Michaud FLL Coaches Clinic Chassis and Attachments Patrick R. Michaud pmichaud@pobox.com Erik Jonsson School of Engineering and Computer Science University of Texas at Dallas September 23, 2017 Presentation Outline

More information

MathWorks Announces Built-in Simulink Support for Arduino, BeagleBoard, and LEGO MINDSTORMS NXT

MathWorks Announces Built-in Simulink Support for Arduino, BeagleBoard, and LEGO MINDSTORMS NXT MathWorks Announces Built-in Simulink Support for Arduino, BeagleBoard, and LEGO MINDSTORMS NXT With one click, engineers run Simulink control system and signal processing algorithms in hardware http://www.mathworks.com/company/newsroom/mathworks-announces-built-in-simulink-

More information

Meets Cobots. The NEW Collaborative SCHUNK Gripper

Meets Cobots. The NEW Collaborative SCHUNK Gripper The NEW Collaborative SCHUNK Gripper Meets Cobots Superior Clamping and Gripping Top Performance in the Team SCHUNK is the world s No. 1 for clamping technology and gripping systems from the smallest parallel

More information

Activity Template. Subject Area(s): Science and Technology Activity Title: Header. Grade Level: 9-12 Time Required: Group Size:

Activity Template. Subject Area(s): Science and Technology Activity Title: Header. Grade Level: 9-12 Time Required: Group Size: Activity Template Subject Area(s): Science and Technology Activity Title: What s In a Name? Header Image 1 ADA Description: Picture of a rover with attached pen for writing while performing program. Caption:

More information

Chapter 1 Part II. History of Robotics

Chapter 1 Part II. History of Robotics Chapter 1 Part II History of Robotics Overview What you will learn: The difference between industrial robots and other robots The four Ds of robotics Where and why we use robots in the modern world Overview

More information

Mark Tyson, ABB Technology Show, May 2013 Robotics 101. ABB Group May 13, 2013 Slide 1

Mark Tyson, ABB Technology Show, May 2013 Robotics 101. ABB Group May 13, 2013 Slide 1 Mark Tyson, ABB Technology Show, May 2013 Robotics 101 May 13, 2013 Slide 1 ABB Robots featured in Terminator Salvation movie 2009 The visibility of ABB Robots reached an entirely new level on May 21,

More information

HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY ROBOT MODELING AND PROGRAMMING COURSE SYLLABUS

HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY ROBOT MODELING AND PROGRAMMING COURSE SYLLABUS HOLY ANGEL UNIVERSITY COLLEGE OF INFORMATION AND COMMUNICATIONS TECHNOLOGY ROBOT MODELING AND PROGRAMMING COURSE SYLLABUS Code : 6ROBOTMOD Prerequisite : 6ARTINTEL Credit : 3 s (3 hours LAB) Year Level:

More information

Robotics in Oil and Gas. Matt Ondler President / CEO

Robotics in Oil and Gas. Matt Ondler President / CEO Robotics in Oil and Gas Matt Ondler President / CEO 1 Agenda Quick background on HMI State of robotics Sampling of robotics projects in O&G Example of a transformative robotic application Future of robotics

More information

Chapter 1. Robot and Robotics PP

Chapter 1. Robot and Robotics PP Chapter 1 Robot and Robotics PP. 01-19 Modeling and Stability of Robotic Motions 2 1.1 Introduction A Czech writer, Karel Capek, had first time used word ROBOT in his fictional automata 1921 R.U.R (Rossum

More information

Instructors. Manual GEARED. After-School Robotics Program By Haley Hanson

Instructors. Manual GEARED. After-School Robotics Program By Haley Hanson Instructors GEARED UP Manual After-School Robotics Program By Haley Hanson Table of Contents Introduction 3 Before you Start 4 Program Overview 5 Proposed Timeline 6 Itemized Materials List and Sample

More information

MATLAB is a high-level programming language, extensively

MATLAB is a high-level programming language, extensively 1 KUKA Sunrise Toolbox: Interfacing Collaborative Robots with MATLAB Mohammad Safeea and Pedro Neto Abstract Collaborative robots are increasingly present in our lives. The KUKA LBR iiwa equipped with

More information

Fuzzy Logic Controlled Miniature LEGO Robot for Undergraduate Training System

Fuzzy Logic Controlled Miniature LEGO Robot for Undergraduate Training System Fuzzy Logic Controlled Miniature LEGO Robot for Undergraduate Training System N. Z. Azlan 1, F. Zainudin 2, H. M. Yusuf 3, S. F. Toha 4, S. Z. S. Yusoff 5, N. H. Osman 6 Department of Mechatronics, Faculty

More information

Humanoid robot. Honda's ASIMO, an example of a humanoid robot

Humanoid robot. Honda's ASIMO, an example of a humanoid robot Humanoid robot Honda's ASIMO, an example of a humanoid robot A humanoid robot is a robot with its overall appearance based on that of the human body, allowing interaction with made-for-human tools or environments.

More information

High-Efficiency Weld Robot

High-Efficiency Weld Robot Technical Paper High-Efficiency Weld Robot Nobuyoshi Yamanaka Tairo Samejima An anti-collision function and follow-up welding function to operate a system that uses plural weld robots at a high efficiency

More information

Building Robots With Lego Mindstorms Nxt

Building Robots With Lego Mindstorms Nxt 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, you have convenient answers with building robots with

More information

UNLV ME 425/625 Robotics. Introduction and Course Philosophy

UNLV ME 425/625 Robotics. Introduction and Course Philosophy UNLV ME 425/625 Robotics Introduction and Course Philosophy Paul Oh: Background 5+ years industry before Drexel ME Professor since 2000 Advisor: ASME 10-years Advisor: 8+ SD teams 3 SD awards (COE, ASME,

More information

National Aeronautics and Space Administration

National Aeronautics and Space Administration National Aeronautics and Space Administration 2013 Spinoff (spin ôf ) -noun. 1. A commercialized product incorporating NASA technology or expertise that benefits the public. These include products or processes

More information

GESTURE BASED ROBOTIC ARM

GESTURE BASED ROBOTIC ARM GESTURE BASED ROBOTIC ARM Arusha Suyal 1, Anubhav Gupta 2, Manushree Tyagi 3 1,2,3 Department of Instrumentation And Control Engineering, JSSATE, Noida, (India) ABSTRACT In recent years, there are development

More information

Design and Analysis of Articulated Inspection Arm of Robot

Design and Analysis of Articulated Inspection Arm of Robot VOLUME 5 ISSUE 1 MAY 015 - ISSN: 349-9303 Design and Analysis of Articulated Inspection Arm of Robot K.Gunasekaran T.J Institute of Technology, Engineering Design (Mechanical Engineering), kgunasekaran.590@gmail.com

More information

Undefined Obstacle Avoidance and Path Planning

Undefined Obstacle Avoidance and Path Planning Paper ID #6116 Undefined Obstacle Avoidance and Path Planning Prof. Akram Hossain, Purdue University, Calumet (Tech) Akram Hossain is a professor in the department of Engineering Technology and director

More information

Deriving Consistency from LEGOs

Deriving Consistency from LEGOs Deriving Consistency from LEGOs What we have learned in 6 years of FLL and 7 years of Lego Robotics by Austin and Travis Schuh 1 2006 Austin and Travis Schuh, all rights reserved Objectives Basic Building

More information

Robotics: Evolution, Technology and Applications

Robotics: Evolution, Technology and Applications Robotics: Evolution, Technology and Applications By: Dr. Hamid D. Taghirad Head of Control Group, and Department of Electrical Engineering K.N. Toosi University of Tech. Department of Electrical Engineering

More information

understanding sensors

understanding sensors The LEGO MINDSTORMS EV3 set includes three types of sensors: Touch, Color, and Infrared. You can use these sensors to make your robot respond to its environment. For example, you can program your robot

More information

Automated Shingling. Team 1, Robot Autonomy (16-662), Spring Eitan Babcock, Dan Berman, Sean Bryan, Rushat Gupta Chadha, Pranav Maheshwari

Automated Shingling. Team 1, Robot Autonomy (16-662), Spring Eitan Babcock, Dan Berman, Sean Bryan, Rushat Gupta Chadha, Pranav Maheshwari Automated Shingling Team 1, Robot Autonomy (16-662), Spring 2016 Eitan Babcock, Dan Berman, Sean Bryan, Rushat Gupta Chadha, Pranav Maheshwari Table of Contents The Problem.....2 Background.. 2 What we

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

Prospective Teleautonomy For EOD Operations

Prospective Teleautonomy For EOD Operations Perception and task guidance Perceived world model & intent Prospective Teleautonomy For EOD Operations Prof. Seth Teller Electrical Engineering and Computer Science Department Computer Science and Artificial

More information

Vishnu Nath. Usage of computer vision and humanoid robotics to create autonomous robots. (Ximea Currera RL04C Camera Kit)

Vishnu Nath. Usage of computer vision and humanoid robotics to create autonomous robots. (Ximea Currera RL04C Camera Kit) Vishnu Nath Usage of computer vision and humanoid robotics to create autonomous robots (Ximea Currera RL04C Camera Kit) Acknowledgements Firstly, I would like to thank Ivan Klimkovic of Ximea Corporation,

More information

JEPPIAAR ENGINEERING COLLEGE

JEPPIAAR ENGINEERING COLLEGE JEPPIAAR ENGINEERING COLLEGE Jeppiaar Nagar, Rajiv Gandhi Salai 600 119 DEPARTMENT OFMECHANICAL ENGINEERING QUESTION BANK VII SEMESTER ME6010 ROBOTICS Regulation 013 JEPPIAAR ENGINEERING COLLEGE Jeppiaar

More information