Humanoid Robotics (TIF 160)

Size: px
Start display at page:

Download "Humanoid Robotics (TIF 160)"

Transcription

1 Humanoid Robotics (TIF 160) Lecture 1, Introduction and motivation to humanoid robotics

2 What will you learn? (Aims) Basic facts about humanoid robots Kinematics (and dynamics) of humanoid robots Motion of humanoid robots Locomotion Other motions Human-robot interaction Text-to-speech synthesis (Speech recognition) Vision (basic image processing, moving object detection, face detection, object tracking etc.)

3 What will you learn? (Aims) Brain structures for humanoid robots Robotic behaviors Decision-making Humanoid robot programming Microcontroller programming (Pbasic) High-level programming (C#) Putting it all together: programming and steering humanoid robots

4 Course work Theoretical exercises (to a rather small extent) Practical work with humanoid robots (complete or partial)

5 Why should you take this course? Humanoid robots are becoming increasingly important, and will most likely have a great impact on society in the foreseeable future (10-20 years). Humanoid robotics combine several different disciplines: Mechanics, electronics, programming, human-robot interaction, ethology etc. Thus, by studying humanoid robots, you learn a great deal about system engineering. Humanoid robots are interesting and fun to work with.

6 Course contents v.1-2 Lectures Theoretical assignments Learning C# programming Learning PBasic programming v.3-7 Robot work (in the ET-lab) Assignments

7 Course contents (v.1-2) Date Time Room Contents FL52 Introduction and motivation FL52 Kinematics, humanoid robot motion FL52 HRI* (1) Speech synthesis and recognition FL52 HRI (2) Vision FL52 Programming humanoid robots Work with assignments 1-2 * HRI = Human-robot interaction

8 Kinematics and dynamics Direct (forward) kinematics: Determining the position and orientation of a robot part (e.g. a hand), given the joint angles. Inverse kinematics: determining the joint angles, given the robot s posture. Dynamics: The response of the robot to the forces acting on it.

9 Humanoid robot locomotion Kondo KHR-1

10 Humanoid robot motion Kondo KHR-1

11 Humanoid robot motion Hubert

12 Human-robot interaction (HRI) The aim of HRI research is to generate a robot capable of interacting with people in a natural way. HRI involves topics such as Speech synthesis and recognition Dialogue: Analysing input (auditory, visual), making sense of the information (cognitive processing), and responding in an appropriate way Scene interpretation (object detection, face detection) Object tracking Face recognition Emotion recognition

13 Human-robot interaction (HRI) Example 1: Speech synthesis

14 Human-robot interaction (HRI) Example 2: Face detection

15 Robot brain structure One of the most challenging research topics in contemporary robotics is to provide robots with a robotic brain that is both...capable (able to solve the assigned taks robustly) and...expandable (it should be possible to add new skills). In the Adaptive systems research group, we are working with a general-purpose structure for robotic brains. In this course, you will use a simplified version of this structure.

16 Programming The robotic brain structure has been implemented in C#, which is also the (main) programming language used in this course. You will need to learn C#. However, you will be given a lot of basic code, so that you can focus on the programming relevant for the course.

17 Course contents (v.3-7) Date Time Room Contents ET Practical robot work ET Practical robot work ET Practical robot work ET Practical robot work ET Practical robot work Obviously, you will need to do a lot work outside the class hours as well. The detailed lab schedule depends on the number of participants, and will be announced during v. 2

18 Assignments Basic robot kinematics (theoretical assignment) You will study the kinematics of the Hubert robot. Text-to-speech (TTS) synthesis Starting from C# classes provided by me, you will write a basic TTS engine (in C#) You will use the TTS engine in connection with the basic robot head, combining TTS, speech recognition, and image processing.

19 Assignments Robot locomotion You will use the Kondo KHR-1 robot (simulated and real) to generate a motion pattern to solve a particular task. Motion detection and object tracking Using the Hubert robot, you will implement (in C# and PBasic) a robotic brain capable of detecting (and tracking) a person entering the robot s field of view. Detection of faces and emotional states Using the Basic robotic head, you will implement (in C#) a robotic brain capable of detecting a human face, and then also the emotional state of the person to whom the face belongs.

20 Literature and programming Literature Lecture notes (undergoing improvement Chapters 1-4 are provided today, Chapters 5-6 on Friday, and Chapters 7-8 on Tuesday next week). Various web links (e.g. to scientific papers, data sheets, manuals etc.) Programming languages PBasic C#

21 Web page Course web page: The web page is updated frequently check it often!

22 Examination The examination will be based on the assignments and the practical robot work. Assignments will consist of several levels. The basic level must be solved for a passing grade. Solving higher levels makes it possible to receive a higher grade. Some assignments will involve individual work and some will involve group work (group size: 3-4 students) NOTE: In order to get a passing grade, you must also return all robot equipment that you have borrowed. This is an absolute requirement for obtaining the final grade!

23 Work groups The work groups will consist of 3-4 students. Each group will need to come up with a group name! Ideally, the should not be more than four groups (due to limited availability of robotic hardware).

24 To do (today!) Send me a registration today, containing the following information: Your name Your civic registration number (personnummer) Students who do not send this information today will be assigned (by me) to a group. Note: Preferably, each group should contain at least one student with a laptop (if possible with a serial port (the laptop, not the student ))

25 Download and install (1) Visual C# 2008 Express version, available at Note! We will be using the 2008 version, NOT the 2010 version make sure to use the right version!

26 Download and install (2) The Basic Stamp Editor (v2.5) available at

27 C# and PBasic Documentation for C# and PBasic can be found on the web. You start familiarizing yourselves with these languages. Of course, I will provide information regarding both C# and Pbasic (during the last lecture in v. 2). Of course, you will also (during v.2) be given some sample code, both in C# and PBasic. Note: ALL code that you write MUST follow the code standard, which will be made available on the web page (later this week).

28 Student-teacher interaction During the course you are (of course) very welcome to ask questions at any time, not only during lectures. In order to do so, preferably come to my office (see the directions on the next slide) or Krister s office. As a second alternative, send an . However, since we receive many s every day, the best way of asking questions is to come to our offices. Note: Please make use of the possibility to ask questions.

29 Office location Mechanical engineering building (nya M-huset), 1st floor. Enter near Café Bulten, follow the blue signs to Applied Mechanics (Tillämpad mekanik) Dial my extension (3727) at the door. My office Bulten Café

30 Introduction to humanoid robots See chapter 1 in the lecture notes...

31 Robot types Stationary robots Manipulators (used in industry) Mobile robots Wheeled Walking (Flying etc.) Note: The distinction between robots and non-robot mechanical systems is not always entirely clear. Example: Automatic braking in cars (just before a collision).

32 Walking robots Monopedal

33 Walking robots Monopedal Bipedal

34 Walking robots Monopedal Bipedal Quadrupedal

35 Walking robots Monopedal Bipedal Quadrupedal Sextupedal etc.

36 Bipedal robots Humanoid robots: Robots with an approximately human-like shape (anthropomorphic) Androids: Robots that (attempt to) exactly look like humans, including skin etc. In some cases (e.g. for HRI) studies a partial humanoid can be sufficient.

37 Why humanoid robots? More natural to interact with (for people), than wheeled robots. Designed (by construction) for operation in environments designed for people. Capable of walking in stairs etc. Engineering challenge.

38 Challenges in humanoid robotics Generating robust, natural (human-like) movements. Extending the time of operation (battery technology ). Development of capable and extendable robotic brains (robotic behaviors, decision-making systems). Reducing the cost of humanoid robots. Legal issues

39 An illustration...

40 Another illustration...

Humanoid Robotics (TIF 160)

Humanoid Robotics (TIF 160) Humanoid Robotics (TIF 160) Lecture 1, 20090901 Introduction and motivation to humanoid robotics What will you learn? (Aims) Basic facts about humanoid robots Kinematics (and dynamics) of humanoid robots

More information

Why Humanoid Robots?*

Why Humanoid Robots?* Why Humanoid Robots?* AJLONTECH * Largely adapted from Carlos Balaguer s talk in IURS 06 Outline Motivation What is a Humanoid Anyway? History of Humanoid Robots Why Develop Humanoids? Challenges in Humanoids

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

By Marek Perkowski ECE Seminar, Friday January 26, 2001

By Marek Perkowski ECE Seminar, Friday January 26, 2001 By Marek Perkowski ECE Seminar, Friday January 26, 2001 Why people build Humanoid Robots? Challenge - it is difficult Money - Hollywood, Brooks Fame -?? Everybody? To build future gods - De Garis Forthcoming

More information

Introduction to robotics project

Introduction to robotics project Introduction to robotics project Lp IV 2008-04-01 Purpose To implement some of the theory you have studied during the last 7 weeks in a real, physical robot, in order to consolidate what you have learned!...

More information

Birth of An Intelligent Humanoid Robot in Singapore

Birth of An Intelligent Humanoid Robot in Singapore Birth of An Intelligent Humanoid Robot in Singapore Ming Xie Nanyang Technological University Singapore 639798 Email: mmxie@ntu.edu.sg Abstract. Since 1996, we have embarked into the journey of developing

More information

SIGVerse - A Simulation Platform for Human-Robot Interaction Jeffrey Too Chuan TAN and Tetsunari INAMURA National Institute of Informatics, Japan The

SIGVerse - A Simulation Platform for Human-Robot Interaction Jeffrey Too Chuan TAN and Tetsunari INAMURA National Institute of Informatics, Japan The SIGVerse - A Simulation Platform for Human-Robot Interaction Jeffrey Too Chuan TAN and Tetsunari INAMURA National Institute of Informatics, Japan The 29 th Annual Conference of The Robotics Society of

More information

WB2306 The Human Controller

WB2306 The Human Controller Simulation WB2306 The Human Controller Class 1. General Introduction Adapt the device to the human, not the human to the device! Teacher: David ABBINK Assistant professor at Delft Haptics Lab (www.delfthapticslab.nl)

More information

Introduction To Cognitive Robots

Introduction To Cognitive Robots Introduction To Cognitive Robots Prof. Brian Williams Rm 33-418 Wednesday, February 2 nd, 2004 Outline Examples of Robots as Explorers Course Objectives Student Introductions and Goals Introduction to

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

Information and Program

Information and Program Robotics 1 Information and Program Prof. Alessandro De Luca Robotics 1 1 Robotics 1 2017/18! First semester (12 weeks)! Monday, October 2, 2017 Monday, December 18, 2017! Courses of study (with this course

More information

ROBOTICS 01PEEQW. Basilio Bona DAUIN Politecnico di Torino

ROBOTICS 01PEEQW. Basilio Bona DAUIN Politecnico di Torino ROBOTICS 01PEEQW Basilio Bona DAUIN Politecnico di Torino What is Robotics? Robotics studies robots For history and definitions see the 2013 slides http://www.ladispe.polito.it/corsi/meccatronica/01peeqw/2014-15/slides/robotics_2013_01_a_brief_history.pdf

More information

Lecture information. Intelligent Robotics Mobile robotic technology. Description of our seminar. Content of this course

Lecture information. Intelligent Robotics Mobile robotic technology. Description of our seminar. Content of this course Intelligent Robotics Mobile robotic technology Lecturer Houxiang Zhang TAMS, Department of Informatics, Germany http://sied.dis.uniroma1.it/ssrr07/ Lecture information Class Schedule: Seminar Intelligent

More information

Robot: icub This humanoid helps us study the brain

Robot: icub This humanoid helps us study the brain ProfileArticle Robot: icub This humanoid helps us study the brain For the complete profile with media resources, visit: http://education.nationalgeographic.org/news/robot-icub/ Program By Robohub Tuesday,

More information

Courses on Robotics by Guest Lecturing at Balkan Countries

Courses on Robotics by Guest Lecturing at Balkan Countries Courses on Robotics by Guest Lecturing at Balkan Countries Hans-Dieter Burkhard Humboldt University Berlin With Great Thanks to all participating student teams and their institutes! 1 Courses on Balkan

More information

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS

ENHANCED HUMAN-AGENT INTERACTION: AUGMENTING INTERACTION MODELS WITH EMBODIED AGENTS BY SERAFIN BENTO. MASTER OF SCIENCE in INFORMATION SYSTEMS BY SERAFIN BENTO MASTER OF SCIENCE in INFORMATION SYSTEMS Edmonton, Alberta September, 2015 ABSTRACT The popularity of software agents demands for more comprehensive HAI design processes. The outcome of

More information

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute Jane Li Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute Use an example to explain what is admittance control? You may refer to exoskeleton

More information

Announcements. HW 6: Written (not programming) assignment. Assigned today; Due Friday, Dec. 9. to me.

Announcements. HW 6: Written (not programming) assignment. Assigned today; Due Friday, Dec. 9.  to me. Announcements HW 6: Written (not programming) assignment. Assigned today; Due Friday, Dec. 9. E-mail to me. Quiz 4 : OPTIONAL: Take home quiz, open book. If you re happy with your quiz grades so far, you

More information

REALIZATION OF TAI-CHI MOTION USING A HUMANOID ROBOT Physical interactions with humanoid robot

REALIZATION OF TAI-CHI MOTION USING A HUMANOID ROBOT Physical interactions with humanoid robot REALIZATION OF TAI-CHI MOTION USING A HUMANOID ROBOT Physical interactions with humanoid robot Takenori Wama 1, Masayuki Higuchi 1, Hajime Sakamoto 2, Ryohei Nakatsu 1 1 Kwansei Gakuin University, School

More information

A SURVEY OF SOCIALLY INTERACTIVE ROBOTS

A SURVEY OF SOCIALLY INTERACTIVE ROBOTS A SURVEY OF SOCIALLY INTERACTIVE ROBOTS Terrence Fong, Illah Nourbakhsh, Kerstin Dautenhahn Presented By: Mehwish Alam INTRODUCTION History of Social Robots Social Robots Socially Interactive Robots Why

More information

DESTINATION FEELGOOD. Minor 30 EC Offered in fall and spring semester. Interested? Get in touch with Timo Derriks for more information

DESTINATION FEELGOOD. Minor 30 EC Offered in fall and spring semester. Interested? Get in touch with Timo Derriks for more information DESTINATION FEELGOOD Minor 30 EC Offered in fall and spring semester Interested? Get in touch with Timo Derriks for more information t.derriks@hz.nl PE.216 Minor: Destination Feelgood Life is better at

More information

Robotics Introduction Matteo Matteucci

Robotics Introduction Matteo Matteucci Robotics Introduction About me and my lectures 2 Lectures given by Matteo Matteucci +39 02 2399 3470 matteo.matteucci@polimi.it http://www.deib.polimi.it/ Research Topics Robotics and Autonomous Systems

More information

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim MEM380 Applied Autonomous Robots I Winter 2011 Feedback Control USARSim Transforming Accelerations into Position Estimates In a perfect world It s not a perfect world. We have noise and bias in our acceleration

More information

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many

Cognitive robots and emotional intelligence Cloud robotics Ethical, legal and social issues of robotic Construction robots Human activities in many Preface The jubilee 25th International Conference on Robotics in Alpe-Adria-Danube Region, RAAD 2016 was held in the conference centre of the Best Western Hotel M, Belgrade, Serbia, from 30 June to 2 July

More information

Team KMUTT: Team Description Paper

Team KMUTT: Team Description Paper Team KMUTT: Team Description Paper Thavida Maneewarn, Xye, Pasan Kulvanit, Sathit Wanitchaikit, Panuvat Sinsaranon, Kawroong Saktaweekulkit, Nattapong Kaewlek Djitt Laowattana King Mongkut s University

More information

Building Perceptive Robots with INTEL Euclid Development kit

Building Perceptive Robots with INTEL Euclid Development kit Building Perceptive Robots with INTEL Euclid Development kit Amit Moran Perceptual Computing Systems Innovation 2 2 3 A modern robot should Perform a task Find its way in our world and move safely Understand

More information

FALL 2014, Issue No. 32 ROBOTICS AT OUR FINGERTIPS

FALL 2014, Issue No. 32 ROBOTICS AT OUR FINGERTIPS FALL 2014, Issue No. 32 ROBOTICS AT OUR FINGERTIPS FALL 2014 Issue No. 32 12 CYBERSECURITY SOLUTION NSF taps UCLA Engineering to take lead in encryption research. Cover Photo: Joanne Leung 6MAN AND MACHINE

More information

Experiment #3: Micro-controlled Movement

Experiment #3: Micro-controlled Movement Experiment #3: Micro-controlled Movement So we re already on Experiment #3 and all we ve done is blinked a few LED s on and off. Hang in there, something is about to move! As you know, an LED is an output

More information

Salient features make a search easy

Salient features make a search easy Chapter General discussion This thesis examined various aspects of haptic search. It consisted of three parts. In the first part, the saliency of movability and compliance were investigated. In the second

More information

Safe Human-Robot Co-Existence

Safe Human-Robot Co-Existence Safe Human-Robot Co-Existence Aaron Pereira TU München February 3, 2016 Aaron Pereira Preliminary Lecture February 3, 2016 1 / 17 Overview Course Aim (Learning Outcomes) You understand the challenges behind

More information

Welcome to EGN-1935: Electrical & Computer Engineering (Ad)Ventures

Welcome to EGN-1935: Electrical & Computer Engineering (Ad)Ventures : ECE (Ad)Ventures Welcome to -: Electrical & Computer Engineering (Ad)Ventures This is the first Educational Technology Class in UF s ECE Department We are Dr. Schwartz and Dr. Arroyo. University of Florida,

More information

Care-receiving Robot as a Tool of Teachers in Child Education

Care-receiving Robot as a Tool of Teachers in Child Education Care-receiving Robot as a Tool of Teachers in Child Education Fumihide Tanaka Graduate School of Systems and Information Engineering, University of Tsukuba Tennodai 1-1-1, Tsukuba, Ibaraki 305-8573, Japan

More information

Robotic Systems ECE 401RB Fall 2007

Robotic Systems ECE 401RB Fall 2007 The following notes are from: Robotic Systems ECE 401RB Fall 2007 Lecture 14: Cooperation among Multiple Robots Part 2 Chapter 12, George A. Bekey, Autonomous Robots: From Biological Inspiration to Implementation

More information

Assess how research on the construction of cognitive functions in robotic systems is undertaken in Japan, China, and Korea

Assess how research on the construction of cognitive functions in robotic systems is undertaken in Japan, China, and Korea Sponsor: Assess how research on the construction of cognitive functions in robotic systems is undertaken in Japan, China, and Korea Understand the relationship between robotics and the human-centered sciences

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

Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System

Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System Driver Education Classroom and In-Car Instruction Unit 3-2 Unit Introduction Unit 3 will introduce operator procedural and

More information

CS325 Artificial Intelligence Robotics I Autonomous Robots (Ch. 25)

CS325 Artificial Intelligence Robotics I Autonomous Robots (Ch. 25) CS325 Artificial Intelligence Robotics I Autonomous Robots (Ch. 25) Dr. Cengiz Günay, Emory Univ. Günay Robotics I Autonomous Robots (Ch. 25) Spring 2013 1 / 15 Robots As Killers? The word robot coined

More information

Booklet of teaching units

Booklet of teaching units International Master Program in Mechatronic Systems for Rehabilitation Booklet of teaching units Third semester (M2 S1) Master Sciences de l Ingénieur Université Pierre et Marie Curie Paris 6 Boite 164,

More information

Lecture 23: Robotics. Instructor: Joelle Pineau Class web page: What is a robot?

Lecture 23: Robotics. Instructor: Joelle Pineau Class web page:   What is a robot? COMP 102: Computers and Computing Lecture 23: Robotics Instructor: (jpineau@cs.mcgill.ca) Class web page: www.cs.mcgill.ca/~jpineau/comp102 What is a robot? The word robot is popularized by the Czech playwright

More information

Driver Assistance for "Keeping Hands on the Wheel and Eyes on the Road"

Driver Assistance for Keeping Hands on the Wheel and Eyes on the Road ICVES 2009 Driver Assistance for "Keeping Hands on the Wheel and Eyes on the Road" Cuong Tran and Mohan Manubhai Trivedi Laboratory for Intelligent and Safe Automobiles (LISA) University of California

More information

Welcome. PSYCHOLOGY 4145, Section 200. Cognitive Psychology. Fall Handouts Student Information Form Syllabus

Welcome. PSYCHOLOGY 4145, Section 200. Cognitive Psychology. Fall Handouts Student Information Form Syllabus Welcome PSYCHOLOGY 4145, Section 200 Fall 2001 Handouts Student Information Form Syllabus NO Laboratory Meetings Until Week of Sept. 10 Page 1 To Do List For This Week Pick up reading assignment, syllabus,

More information

Intelligent Robotic Systems. What is a Robot? Is This a Robot?

Intelligent Robotic Systems. What is a Robot? Is This a Robot? Intelligent Robotic Systems Prof. Richard Voyles Department of Electrical and Computer Engineering University of Denver ENGR 3730 What is a Robot? WWWebsters: a mechanism guided by automatic controls a

More information

ROBOTICS 01PEEQW. Basilio Bona DAUIN Politecnico di Torino

ROBOTICS 01PEEQW. Basilio Bona DAUIN Politecnico di Torino ROBOTICS 01PEEQW Basilio Bona DAUIN Politecnico di Torino What is Robotics? Robotics is the study and design of robots Robots can be used in different contexts and are classified as 1. Industrial robots

More information

Darmstadt Dribblers 2005: Humanoid Robot

Darmstadt Dribblers 2005: Humanoid Robot Darmstadt Dribblers 2005: Humanoid Robot Martin Friedmann, Jutta Kiener, Robert Kratz, Tobias Ludwig, Sebastian Petters, Maximilian Stelzer, Oskar von Stryk, and Dirk Thomas Simulation and Systems Optimization

More information

Understanding the Arduino to LabVIEW Interface

Understanding the Arduino to LabVIEW Interface E-122 Design II Understanding the Arduino to LabVIEW Interface Overview The Arduino microcontroller introduced in Design I will be used as a LabVIEW data acquisition (DAQ) device/controller for Experiments

More information

Laboratory Mini-Projects Summary

Laboratory Mini-Projects Summary ME 4290/5290 Mechanics & Control of Robotic Manipulators Dr. Bob, Fall 2017 Robotics Laboratory Mini-Projects (LMP 1 8) Laboratory Exercises: The laboratory exercises are to be done in teams of two (or

More information

COMP5121 Mobile Robots

COMP5121 Mobile Robots COMP5121 Mobile Robots Foundations Dr. Mario Gongora mgongora@dmu.ac.uk Overview Basics agents, simulation and intelligence Robots components tasks general purpose robots? Environments structured unstructured

More information

Multi-Modal User Interaction

Multi-Modal User Interaction Multi-Modal User Interaction Lecture 4: Multiple Modalities Zheng-Hua Tan Department of Electronic Systems Aalborg University, Denmark zt@es.aau.dk MMUI, IV, Zheng-Hua Tan 1 Outline Multimodal interface

More information

GESTURE BASED HUMAN MULTI-ROBOT INTERACTION. Gerard Canal, Cecilio Angulo, and Sergio Escalera

GESTURE BASED HUMAN MULTI-ROBOT INTERACTION. Gerard Canal, Cecilio Angulo, and Sergio Escalera GESTURE BASED HUMAN MULTI-ROBOT INTERACTION Gerard Canal, Cecilio Angulo, and Sergio Escalera Gesture based Human Multi-Robot Interaction Gerard Canal Camprodon 2/27 Introduction Nowadays robots are able

More information

Introduction to Mobile Robotics Welcome

Introduction to Mobile Robotics Welcome Introduction to Mobile Robotics Welcome Wolfram Burgard, Michael Ruhnke, Bastian Steder 1 Today This course Robotics in the past and today 2 Organization Wed 14:00 16:00 Fr 14:00 15:00 lectures, discussions

More information

Perception. Read: AIMA Chapter 24 & Chapter HW#8 due today. Vision

Perception. Read: AIMA Chapter 24 & Chapter HW#8 due today. Vision 11-25-2013 Perception Vision Read: AIMA Chapter 24 & Chapter 25.3 HW#8 due today visual aural haptic & tactile vestibular (balance: equilibrium, acceleration, and orientation wrt gravity) olfactory taste

More information

Lab 7: Introduction to Webots and Sensor Modeling

Lab 7: Introduction to Webots and Sensor Modeling Lab 7: Introduction to Webots and Sensor Modeling This laboratory requires the following software: Webots simulator C development tools (gcc, make, etc.) The laboratory duration is approximately two hours.

More information

Proposal Smart Vision Sensors for Entomologically Inspired Micro Aerial Vehicles Daniel Black. Advisor: Dr. Reid Harrison

Proposal Smart Vision Sensors for Entomologically Inspired Micro Aerial Vehicles Daniel Black. Advisor: Dr. Reid Harrison Proposal Smart Vision Sensors for Entomologically Inspired Micro Aerial Vehicles Daniel Black Advisor: Dr. Reid Harrison Introduction Impressive digital imaging technology has become commonplace in our

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

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people

Space Research expeditions and open space work. Education & Research Teaching and laboratory facilities. Medical Assistance for people Space Research expeditions and open space work Education & Research Teaching and laboratory facilities. Medical Assistance for people Safety Life saving activity, guarding Military Use to execute missions

More information

Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller

Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller From:MAICS-97 Proceedings. Copyright 1997, AAAI (www.aaai.org). All rights reserved. Incorporating a Connectionist Vision Module into a Fuzzy, Behavior-Based Robot Controller Douglas S. Blank and J. Oliver

More information

Feel the beat: using cross-modal rhythm to integrate perception of objects, others, and self

Feel the beat: using cross-modal rhythm to integrate perception of objects, others, and self Feel the beat: using cross-modal rhythm to integrate perception of objects, others, and self Paul Fitzpatrick and Artur M. Arsenio CSAIL, MIT Modal and amodal features Modal and amodal features (following

More information

Context-sensitive speech recognition for human-robot interaction

Context-sensitive speech recognition for human-robot interaction Context-sensitive speech recognition for human-robot interaction Pierre Lison Cognitive Systems @ Language Technology Lab German Research Centre for Artificial Intelligence (DFKI GmbH) Saarbrücken, Germany.

More information

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 CS 730/830: Intro AI Prof. Wheeler Ruml TA Bence Cserna Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 Wheeler Ruml (UNH) Lecture 1, CS 730 1 / 23 My Definition

More information

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute

Jane Li. Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute Jane Li Assistant Professor Mechanical Engineering Department, Robotic Engineering Program Worcester Polytechnic Institute (6 pts )A 2-DOF manipulator arm is attached to a mobile base with non-holonomic

More information

Lecture Overview. c D. Poole and A. Mackworth 2017 Artificial Intelligence, Lecture 1.1, Page 1 1 / 15

Lecture Overview. c D. Poole and A. Mackworth 2017 Artificial Intelligence, Lecture 1.1, Page 1 1 / 15 Lecture Overview What is Artificial Intelligence? Agents acting in an environment Learning objectives: at the end of the class, you should be able to describe what an intelligent agent is identify the

More information

CS494/594: Software for Intelligent Robotics

CS494/594: Software for Intelligent Robotics CS494/594: Software for Intelligent Robotics Spring 2007 Tuesday/Thursday 11:10 12:25 Instructor: Dr. Lynne E. Parker TA: Rasko Pjesivac Outline Overview syllabus and class policies Introduction to class:

More information

Fundamentals of Robotics

Fundamentals of Robotics Coordinating unit: Teaching unit: Academic year: Degree: ECTS credits: 2017 205 - ESEIAAT - Terrassa School of Industrial, Aerospace and Audiovisual Engineering 707 - ESAII - Department of Automatic Control

More information

Knowledge Representation and Cognition in Natural Language Processing

Knowledge Representation and Cognition in Natural Language Processing Knowledge Representation and Cognition in Natural Language Processing Gemignani Guglielmo Sapienza University of Rome January 17 th 2013 The European Projects Surveyed the FP6 and FP7 projects involving

More information

DREAM BIG ROBOT CHALLENGE. DESIGN CHALLENGE Program a humanoid robot to successfully navigate an obstacle course.

DREAM BIG ROBOT CHALLENGE. DESIGN CHALLENGE Program a humanoid robot to successfully navigate an obstacle course. DREAM BIG Grades 6 8, 9 12 45 90 minutes ROBOT CHALLENGE DESIGN CHALLENGE Program a humanoid robot to successfully navigate an obstacle course. SUPPLIES AND EQUIPMENT Per whole group: Obstacles for obstacle

More information

Real-time human control of robots for robot skill synthesis (and a bit

Real-time human control of robots for robot skill synthesis (and a bit Real-time human control of robots for robot skill synthesis (and a bit about imitation) Erhan Oztop JST/ICORP, ATR/CNS, JAPAN 1/31 IMITATION IN ARTIFICIAL SYSTEMS (1) Robotic systems that are able to imitate

More information

Cognitive Robotics 2017/2018

Cognitive Robotics 2017/2018 Cognitive Robotics 2017/2018 Course Introduction Matteo Matteucci matteo.matteucci@polimi.it Artificial Intelligence and Robotics Lab - Politecnico di Milano About me and my lectures Lectures given by

More information

Humanoids. Lecture Outline. RSS 2010 Lecture # 19 Una-May O Reilly. Definition and motivation. Locomotion. Why humanoids? What are humanoids?

Humanoids. Lecture Outline. RSS 2010 Lecture # 19 Una-May O Reilly. Definition and motivation. Locomotion. Why humanoids? What are humanoids? Humanoids RSS 2010 Lecture # 19 Una-May O Reilly Lecture Outline Definition and motivation Why humanoids? What are humanoids? Examples Locomotion RSS 2010 Humanoids Lecture 1 1 Why humanoids? Capek, Paris

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

Make An Arduino Controlled Robot Make Projects Tivaho

Make An Arduino Controlled Robot Make Projects Tivaho 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 make an arduino controlled

More information

Computational and Biological Vision

Computational and Biological Vision Introduction to Computational and Biological Vision CS 202-1-5261 Computer Science Department, BGU Ohad Ben-Shahar Some necessary administrivia Lecturer : Ohad Ben-Shahar Email address : ben-shahar@cs.bgu.ac.il

More information

CSE 165: 3D User Interaction. Lecture #11: Travel

CSE 165: 3D User Interaction. Lecture #11: Travel CSE 165: 3D User Interaction Lecture #11: Travel 2 Announcements Homework 3 is on-line, due next Friday Media Teaching Lab has Merge VR viewers to borrow for cell phone based VR http://acms.ucsd.edu/students/medialab/equipment

More information

Technology designed to empower people

Technology designed to empower people Edition July 2018 Smart Health, Wearables, Artificial intelligence Technology designed to empower people Through new interfaces - close to the body - technology can enable us to become more aware of our

More information

Abstract. 1. Introduction

Abstract. 1. Introduction Trans Am: An Experiment in Autonomous Navigation Jason W. Grzywna, Dr. A. Antonio Arroyo Machine Intelligence Laboratory Dept. of Electrical Engineering University of Florida, USA Tel. (352) 392-6605 Email:

More information

CSE Tue 10/09. Nadir Weibel

CSE Tue 10/09. Nadir Weibel CSE 118 - Tue 10/09 Nadir Weibel Today Admin Teams Assignments, grading, submissions Mini Quiz on Week 1 (readings and class material) Low-Fidelity Prototyping 1st Project Assignment Computer Vision, Kinect,

More information

MIN-Fakultät Fachbereich Informatik. Universität Hamburg. Socially interactive robots. Christine Upadek. 29 November Christine Upadek 1

MIN-Fakultät Fachbereich Informatik. Universität Hamburg. Socially interactive robots. Christine Upadek. 29 November Christine Upadek 1 Christine Upadek 29 November 2010 Christine Upadek 1 Outline Emotions Kismet - a sociable robot Outlook Christine Upadek 2 Denition Social robots are embodied agents that are part of a heterogeneous group:

More information

Rapid Development System for Humanoid Vision-based Behaviors with Real-Virtual Common Interface

Rapid Development System for Humanoid Vision-based Behaviors with Real-Virtual Common Interface Rapid Development System for Humanoid Vision-based Behaviors with Real-Virtual Common Interface Kei Okada 1, Yasuyuki Kino 1, Fumio Kanehiro 2, Yasuo Kuniyoshi 1, Masayuki Inaba 1, Hirochika Inoue 1 1

More information

Cognitive Robotics 2016/2017

Cognitive Robotics 2016/2017 Cognitive Robotics 2016/2017 Course Introduction Matteo Matteucci matteo.matteucci@polimi.it Artificial Intelligence and Robotics Lab - Politecnico di Milano About me and my lectures Lectures given by

More information

Autonomous and Mobile Robotics Prof. Giuseppe Oriolo. Introduction: Applications, Problems, Architectures

Autonomous and Mobile Robotics Prof. Giuseppe Oriolo. Introduction: Applications, Problems, Architectures Autonomous and Mobile Robotics Prof. Giuseppe Oriolo Introduction: Applications, Problems, Architectures organization class schedule 2017/2018: 7 Mar - 1 June 2018, Wed 8:00-12:00, Fri 8:00-10:00, B2 6

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

Revision for Grade 7 in Unit #1&3

Revision for Grade 7 in Unit #1&3 Your Name:.... Grade 7 / SEION 1 Matching :Match the terms with its explanations. Write the matching letter in the correct box. he first one has been done for you. (1 mark each) erm Explanation 1. electrical

More information

Humanoid robots in tomorrow's aircraft manufacturing 15 February 2016

Humanoid robots in tomorrow's aircraft manufacturing 15 February 2016 Humanoid robots in tomorrow's aircraft manufacturing 15 February 2016 value-added ones. The primary difficulty for these robots will be to work in a confined environment and move without colliding with

More information

Benchmarking Intelligent Service Robots through Scientific Competitions: the approach. Luca Iocchi. Sapienza University of Rome, Italy

Benchmarking Intelligent Service Robots through Scientific Competitions: the approach. Luca Iocchi. Sapienza University of Rome, Italy Benchmarking Intelligent Service Robots through Scientific Competitions: the RoboCup@Home approach Luca Iocchi Sapienza University of Rome, Italy Motivation Benchmarking Domestic Service Robots Complex

More information

IVR: Introduction to Control

IVR: Introduction to Control IVR: Introduction to Control OVERVIEW Control systems Transformations Simple control algorithms History of control Centrifugal governor M. Boulton and J. Watt (1788) J. C. Maxwell (1868) On Governors.

More information

CSC C85 Embedded Systems Project # 1 Robot Localization

CSC C85 Embedded Systems Project # 1 Robot Localization 1 The goal of this project is to apply the ideas we have discussed in lecture to a real-world robot localization task. You will be working with Lego NXT robots, and you will have to find ways to work around

More information

ECE 497 Introduction to Mobile Robotics Spring 09-10

ECE 497 Introduction to Mobile Robotics Spring 09-10 Lab 1 Getting to Know Your Robot: Locomotion and Odometry (Demonstration due in class on Thursday) (Code and Memo due in Angel drop box by midnight on Thursday) Read this entire lab procedure and complete

More information

Homeschool Propeller Car Build, Sept 28 2:00 2:50

Homeschool Propeller Car Build, Sept 28 2:00 2:50 Introduction to Animation No prerequisites Rother Ages 9+ Saturday, October 15 Tuition: $20 Teacher: Rick 9:00 11:00 Welcome to the amazing world of hand drawn animation! In this two hour workshop you

More information

Remote Supervision of Autonomous Humanoid Robots for Complex Disaster Recovery Tasks

Remote Supervision of Autonomous Humanoid Robots for Complex Disaster Recovery Tasks Remote Supervision of Autonomous Humanoid Robots for Complex Disaster Recovery Tasks Stefan Kohlbrecher, TU Darmstadt Joint work with Alberto Romay, Alexander Stumpf, Oskar von Stryk Simulation, Systems

More information

CS Problem Solving and Structured Programming Lab 1 - Introduction to Programming in Alice designed by Barb Lerner Due: February 9/10

CS Problem Solving and Structured Programming Lab 1 - Introduction to Programming in Alice designed by Barb Lerner Due: February 9/10 CS 101 - Problem Solving and Structured Programming Lab 1 - Introduction to Programming in lice designed by Barb Lerner Due: February 9/10 Getting Started with lice lice is installed on the computers in

More information

Path Following and Obstacle Avoidance Fuzzy Controller for Mobile Indoor Robots

Path Following and Obstacle Avoidance Fuzzy Controller for Mobile Indoor Robots Path Following and Obstacle Avoidance Fuzzy Controller for Mobile Indoor Robots Mousa AL-Akhras, Maha Saadeh, Emad AL Mashakbeh Computer Information Systems Department King Abdullah II School for Information

More information

Advanced Robotics Introduction

Advanced Robotics Introduction Advanced Robotics Introduction Institute for Software Technology 1 Motivation Agenda Some Definitions and Thought about Autonomous Robots History Challenges Application Examples 2 http://youtu.be/rvnvnhim9kg

More information

Available theses (October 2012) MERLIN Group

Available theses (October 2012) MERLIN Group Available theses (October 2012) MERLIN Group Politecnico di Milano - Dipartimento di Elettronica e Informazione MERLIN Group 2 Luca Bascetta bascetta@elet.polimi.it Gianni Ferretti ferretti@elet.polimi.it

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

Public Robotic Experiments to Be Held at Haneda Airport Again This Year

Public Robotic Experiments to Be Held at Haneda Airport Again This Year December 12, 2017 Japan Airport Terminal Co., Ltd. Haneda Robotics Lab Public Robotic Experiments to Be Held at Haneda Airport Again This Year Haneda Robotics Lab Selects Seven Participants for 2nd Round

More information

Engage Examine the picture on the left. 1. What s happening? What is this picture about?

Engage Examine the picture on the left. 1. What s happening? What is this picture about? AP Physics Lesson 1.a Kinematics Graphical Analysis Outcomes Interpret graphical evidence of motion (uniform speed & uniform acceleration). Apply an understanding of position time graphs to novel examples.

More information

In this activity, you will program the BASIC Stamp to control the rotation of each of the Parallax pre-modified servos on the Boe-Bot.

In this activity, you will program the BASIC Stamp to control the rotation of each of the Parallax pre-modified servos on the Boe-Bot. Week 3 - How servos work Testing the Servos Individually In this activity, you will program the BASIC Stamp to control the rotation of each of the Parallax pre-modified servos on the Boe-Bot. How Servos

More information

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

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

Korea Humanoid Robot Projects

Korea Humanoid Robot Projects Korea Humanoid Robot Projects Jun Ho Oh HUBO Lab., KAIST KOREA Humanoid Projects(~2001) A few humanoid robot projects were existed. Most researches were on dynamic and kinematic simulations for walking

More information

Robot Task-Level Programming Language and Simulation

Robot Task-Level Programming Language and Simulation Robot Task-Level Programming Language and Simulation M. Samaka Abstract This paper presents the development of a software application for Off-line robot task programming and simulation. Such application

More information