DEVELOPMENT OF A NURTURANCE EVOKING ROBOT

Size: px
Start display at page:

Download "DEVELOPMENT OF A NURTURANCE EVOKING ROBOT"

Transcription

1 10th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING" th May 2015, Tallinn, Estonia DEVELOPMENT OF A NURTURANCE EVOKING ROBOT Peltonen, O.; Orhanen, S.; Venäläinen, J.; Auvinen, M.; Sepponen, R.; Kiviluoma, P. & Kuosmanen, P. Abstract: A robotic companion can have the same health benefits as pets, including alleviating loneliness, lowering stress and elevating mood. The non-allergenic and controllable nature of robots makes them preferable over real animals. This paper describes a nurturance evoking social robot for eldercare, which is able to express its emotions and act like a real animal, is robust and fits in user s lap. None of the existing social robots combine all these criteria. The robot expresses emotions with actuated neck, ears, nose and tail, vibration and sound. Flexible mechanisms ensure safe movements and durability. Touch, motion, temperature and sound affect the robot s emotional state. Preliminary studies show good results in evoking nurturance. Key words: social robot, companion robot, eldercare, artificial intelligence. 1. INTRODUCTION In healthcare, a robotic companion can have the same health benefits as pets, including alleviating loneliness, lowering stress and mood elevation [ 1,2,3 ]. Although robotic and real pets have the same therapeutic effect, a robot is often preferred in healthcare, because it is not allergenic. Some patients might also be incapable of taking care of a real pet. Thus the need for social robots increases constantly, especially in the field of eldercare. A study shows that more than one third of elderly people suffer from loneliness [ 4 ], and the population in western countries is continuously ageing. It has been estimated that the proportion of people over 60 years old will be 37% of the whole population in Western Europe by 2050 [ 5 ]. There currently exists multiple commercial and non-commercial social robots with applications varying from eldercare to entertainment. These robots include Paro, Huggable and Probo. Paro is a commercially available artificial pet seal. Under the soft hygienic artificial fur, Paro features a range of sensors, which allow it to sense touch and warmth, recognise its name, greetings and praise. Paro has actuators to move its eyelids, head and flippers and a speaker to play authentic seal sounds. Paro s behaviour alters to reflect user s interaction preferences. [ 6 ] MIT s Media Lab is developing Huggable, a therapeutic robot companion with its whole body able to sense touch. To achieve touch sensing, Huggable utilises three sensor types all around the body: Quantum Tunnelling Composite (QTC) for force, thermistors for temperature and electric field sensing to determine for example if the object touching the robot is human. For motion, Huggable uses voice coil actuators, which provide smooth, soundless, lifelike motion. Huggable also utilises neural network to determine the nature of the touch. [ 1 ] Probo is a mammoth-like robot developed to be a friend for hospitalised children. It features a fully actuated head with a moving trunk and natural, motion tracking eyes [ 7 ]. To achieve safe movement, Probo utilises flexible joints and Bowden cables between the motors and the actuated joints. In addition to safety, the use of Bowden

2 cables allows the motors to be placed anywhere in the robot, thus keeping the head light-weighted. [ 8 ] In this paper, the development of a Social Panda robot (Fig. 1.) is presented. The goal of this research was to develop a robot that keeps company with elderly by evoking nurturance by the means of motion and voice. The robot had the following four requirements: it must be able to express its emotional state; it must contain an artificial intelligence (AI) to allow it to act like a lifelike animal; it must fit in the user s lap and be robust. All of these separate requirements have been met by the previously mentioned robots, but none of them combines all four criteria. This paper introduces a design of a social robot that combines all four aforementioned requirements. Fig. 1. Appearance and features of the panda robot. 2. METHODS 2.1 Overview The approach to make the robot fit one s lap, be expressive and to have lifelike artificial intelligence sets certain limitations and requirements for the design. For one, the hardware inside the robot has to be lightweight and small, selected actuators have to be able to accurately drive the used mechanisms to make the robot s expressions distinctive. Secondly the software design has to take human interpretations into account. To meet the set requirements, the robot is able to move its head, ears, nose and tail, emit sound and vibrate to mimic purr of cats. The feeling states of the robot will be expressed with combinations of these outputs, and slight randomness is added to the AI to achieve a lifelike animal behaviour. The robot was chosen to look like a panda for two reasons. Firstly, a study shows that it is psychologically beneficial to make the robot look like an animal that most people don t have experience on [ 6 ]. This choice of design is advantageous, because if users have no knowledge on how the robot should behave, they don t lose interest in it due to unsatisfied expectations. Secondly, pandas are commonly considered as sympathetic. A 19 cm x 24 cm x 30 cm WWF plush panda was selected as the exterior of the robot. 2.2 Mechanical Design The first prototype of the robot features 6 degrees of freedom (DOF) to obtain a lifelike and nurturance evoking appearance. The robot is able to move its ears (2 DOF), move its nose (1 DOF), tilt its head (2 DOF) and wiggle its tail (1 DOF). These movements are used to express the feeling state of the robot. The prototype is powered with an external power supply. To achieve safe movements and durability, flexible joints and mechanisms were used. The neck joint was manufactured from a coil spring and polycarbonate connecting plates. The joint is actuated by pulling monofil nylon fishing lines with RC servo motors (MG90S). Fishing lines operated with RC servo motors were also used to operate the mechanisms for the nose and ears. RC servo motors were chosen as main actuators for their affordable price, light weight, size and controllability. The skeleton of the robot consists of two modules, the head and the body. Main parts of the skeleton are shown in the Figure 2. The function of the skeleton is to house and protect the electronics and serve as a contact surface for the touch sensors. The skeleton was 3D-printed, which allows great freedom of design and produces parts quickly. The skeleton was designed as a

3 tight fit inside the plush panda so that it does not require any external attachment to the cloth exterior. Fig. 2. Illustration of the two-module skeleton. 2.3 Electronics and Sensors Arduino was chosen as the platform for the electronics, as it is well suited for prototyping: it features easy and fast coding, and the market is full of Arduino compatible modules. Arduino Nano V3 was chosen for its small size in order to fit in the robot. The robot s touch sensing was achieved by placing sensors made of Quantum Tunnelling Composite (QTC, Peratech) pills on the surface of the skeleton. QTC material changes its electrical resistance when pressure is applied, thus making it suitable for touch sensors. QTC sensors were chosen for their affordable price and small size. Thermistors were used to detect the warmth of the holding human, other possible temperature changes and to detect possible electrical failures. A passive infrared (PIR, HC-SR501) sensor module was used for sensing motion in front of the panda. Motion and orientation of the robot is detected by an IMU module (GY-85). Servo shield F08019 controls the 6 servos. The robot makes noises from a speaker, driven by a sound module (WTV020-SD) with audio stored on a SD-card. One eccentric rotating mass (ERM) motor (RF300) is used to create the purr vibration, purr effect is enhanced with corresponding sounds. In order for the robot to be useful in eldercare or as a scientific tool for studies, one has to be able to monitor the functioning and usage of the robot. To achieve this, the monitoring data is sent by a serial-interface WiFi-module (ESP8266) to a monitoring computer. 2.4 Software Architecture The architecture shown in Figure 3 has a hierarchical structure where high-level computation is executed on the top and, on the contrary, low-level computation on the bottom side. For example, software classes that represent different moods of the robot are on the top-side of the diagram, because they are more abstract concepts than, e.g., motor controller that lie on the bottomside. This kind of hierarchical software structure is common in robotics and software design in general, because it offers two main advantages. Firstly, the designer of the software has strong understanding of ownerships of instances. Secondly, it is modular, as modifications made to classes in one hierarchical level do not affect the whole software. This is because each level works as an interface to the next level, which effectively hides all the modifications from further levels. In fact, modifications to one level will only affect the levels next to it. The main loop that keeps the software running resides in the State machine level of the hierarchy. As the name of the level

4 implies, it also contains a state machine that forms the AI of the panda robot. The transition logic between states is implemented with hard-coded control structures. The mood-level includes the sequences of actions that create the characteristic behaviours of each mood. The mood-level uses the high-level hardware communication layer (HCL) that is an abstraction level of the hardware controllers. This high-level HCL provides simplified interface to the hardware. Finally, the low-level HCL communicates with the hardware, e.g., with motors and sensors via various communication protocols. The software is implemented with C++ programming language, because our hardware is Arduino-based and there exist plenty of ready-to-use libraries to control various devices in C User Survey The robot was tested with a user survey to investigate whether the robot fulfils the set goal, i.e., whether or not it can keep company with elderly. The participants of the survey used the robot for approximately 5 to 10 minutes each. Afterwards the participants took a questionnaire about the robot with 6 questions, which were answered on a three point scale: Disagree, No opinion and Agree. The questions asked in the user poll are described in Table 1. Number of Question Question I understood if the robot was happy or sad. The robot reacts to my care in a reasonable way. The robot wanted my attention. I enjoyed the company of the robot. The robot was easy to hold in lap. 6 The robot felt alive. Table 1. User survey questions. 3. RESULTS The user survey was conducted with elderly people in a retirement home called Kustaankartano comprehensive service centre situated in Helsinki, Finland. A total of 8 elderly people participated in the survey and answered to the questionnaire shown in Table 1. The results of the questionnaire are presented in Table 2. The age of the participants varied between 70 and 97, the mean being 85. Fig. 3. Hierarchical software architecture used in the panda robot. High-level computation is executed at the top-side and low-level computation on the bottom side.

5 Number of Question Agree [%] Disagree [%] No opinion [%] Number of participants 8 Table 2. User survey results. Question number is shown in the first column, see Table 1 for questions. In the second, third and fourth columns the distribution of users answers is shown. 4. DISCUSSION The following four requirements were set for the robot: it must be able to express its emotional state; it must contain an artificial intelligence to allow it to act like a real animal; it must fit in the user s lap and be robust. The results of the user survey indicate that most of the users were able to identify the emotional state (Question 1, Table 2) of the robot and the participants felt that the robot wanted their attention (Question 3, Table 2). The robot also fit in the lap of every user and was easy to hold (Question 5, Table 2), even though several of the survey participants had only one functional hand. The results also show that although most of the users felt that the robot was alive (Question 6, Table 2), only few of the participants felt that the robot reacted to nurturing properly (Question 2, Table 2). This suggests that the AI of the robot does not meet the set requirement. No specific experiment was conducted to determine the robustness of the robot. Nevertheless, tens of people have handled the robot using varying force without breaking it proving that the robot is robust. The robot fulfils most of the set requirements and the survey indicates that the robot evokes nurturance. However, it must be noted that the sample size for the user survey was small and for more reliable results new survey with more participants should be arranged. While developing the robot, fitting everything inside the robot was found challenging. The prototype was built mostly with separate easy to work sensor and drive modules. Building a custom PCB would save plenty of space. Fitting several motors and the speaker inside the head module increased the weight of the head, which forces the head to slouch. 5. FUTURE WORK The robot should be designed batterypowered as a cordless robot feels more like a real animal. Batteries can be fitted inside the legs of the panda. The robot would sound less robotic, if the noisy servo motors used in our prototype would be changed with silent actuators, e.g. voice coil actuators as used in Huggable. The robot would seem more alive if it followed interesting objects with its eyes and head using machine vision. The cameras could be also used for video monitoring the patients. Speech recognition could be beneficial as real pets react to their name and other commands. For active use in health care, the robot should have an antimicrobial fur. 6. ACKNOWLEDGEMENTS The authors would like to thank the personnel and the residents of Kustaankartano comprehensive service centre for participating in the user survey.

6 7. REFERENCES 1. Stiehl, W. D., Lieberman, J., Breazeal, C., Basel, L., Lalla, L., & Wolf, M. Design of a therapeutic robotic companion for relational, affective touch. In Robot and Human Interactive Communication, ROMAN IEEE International Workshop on. IEEE, 2005, Broekens, J., Heerink, M., & Rosendal, H. Assistive social robots in elderly care: a review. Gerontechnology, 2009, 8(2), Banks, M. R., Willoughby, L. M., & Banks, W. A. Animal-assisted therapy and loneliness in nursing homes: use of robotic versus living dogs. Journal of the American Medical Directors Association, 2008, 9(3), Savikko, N., Routasalo, P., Tilvis, R. S., Strandberg, T. E., & Pitkälä, K. H. Predictors and subjective causes of loneliness in an aged population. Archives of gerontology and geriatrics, 2005, 41(3), Lutz, W., Sanderson, W., & Scherbov, S. The coming acceleration of global population ageing. Nature, 2008, 451(7179), CORRESPONDING ADDRESS Panu Kiviluoma, D.Sc. (Tech), Post-doc researcher Aalto University School of Engineering Department of Engineering Design and Production P.O.Box 14100, Aalto, Finland Phone: , panu.kiviluoma@aalto.fi 9. ADDITIONAL DATA ABOUT AUTHORS Peltonen, Olavi, B.Sc (Tech) olavi.peltonen@gmail.com Orhanen, Samppa, B.Sc (Tech) smorhanen@gmail.com Venäläinen, Janne, B.Sc (Tech) janne.venalainen@outlook.com Auvinen, Matti, B.Sc (Tech) matti.a@outlook.com Sepponen, Raimo, D.Sc (Tech), Prof raimo.sepponen@aalto.fi Kuosmanen, Petri, D.Sc (Tech), Prof petri.kuosmanen@aalto.fi 6. Shibata, T. Seal-Type Therapeutic Robot Paro [WWW] ( ) 7. Saldien, J., Goris, K., Yilmazyildiz, S., Verhelst, W., & Lefeber, D. On the design of the huggable robot Probo. Journal of Physical Agents, 2008, 2(2), Goris, K., Saldien, J., Vanderborght, B., & Lefeber, D. How to achieve the huggable behavior of the social robot Probo? A reflection on the actuators. Mechatronics, 2011, 21(3),

Contents. Mental Commit Robot (Mental Calming Robot) Industrial Robots. In What Way are These Robots Intelligent. Video: Mental Commit Robots

Contents. Mental Commit Robot (Mental Calming Robot) Industrial Robots. In What Way are These Robots Intelligent. Video: Mental Commit Robots Human Robot Interaction for Psychological Enrichment Dr. Takanori Shibata Senior Research Scientist Intelligent Systems Institute National Institute of Advanced Industrial Science and Technology (AIST)

More information

Physical and Affective Interaction between Human and Mental Commit Robot

Physical and Affective Interaction between Human and Mental Commit Robot Proceedings of the 21 IEEE International Conference on Robotics & Automation Seoul, Korea May 21-26, 21 Physical and Affective Interaction between Human and Mental Commit Robot Takanori Shibata Kazuo Tanie

More information

LINEAR MODULAR CALIBRATION RIG FOR SAR PANEL

LINEAR MODULAR CALIBRATION RIG FOR SAR PANEL 11th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING 20-22 April 2016, Tallinn, Estonia LINEAR MODULAR CALIBRATION RIG FOR SAR PANEL Bayat Mokhtari, B; Hyvärinen, J; Laine, J; Lunkka, J;

More information

THE EFFECTS OF MINITUARISATION OF PROJECTION STEREOLITHOGRAPHY EQUIPMENT ON PRINTING QUALITY

THE EFFECTS OF MINITUARISATION OF PROJECTION STEREOLITHOGRAPHY EQUIPMENT ON PRINTING QUALITY 9th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING 24-26 April 2014, Tallinn, Estonia THE EFFECTS OF MINITUARISATION OF PROJECTION STEREOLITHOGRAPHY EQUIPMENT ON PRINTING QUALITY Rayat,

More information

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

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

More information

The Use of Social Robot Ono in Robot Assisted Therapy

The Use of Social Robot Ono in Robot Assisted Therapy The Use of Social Robot Ono in Robot Assisted Therapy Cesar Vandevelde 1, Jelle Saldien 1, Maria-Cristina Ciocci 1, Bram Vanderborght 2 1 Ghent University, Dept. of Industrial Systems and Product Design,

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

QUTIE TOWARD A MULTI-FUNCTIONAL ROBOTIC PLATFORM

QUTIE TOWARD A MULTI-FUNCTIONAL ROBOTIC PLATFORM QUTIE TOWARD A MULTI-FUNCTIONAL ROBOTIC PLATFORM Matti Tikanmäki, Antti Tikanmäki, Juha Röning. University of Oulu, Computer Engineering Laboratory, Intelligent Systems Group ABSTRACT In this paper we

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

RB-Ais-01. Aisoy1 Programmable Interactive Robotic Companion. Renewed and funny dialogs

RB-Ais-01. Aisoy1 Programmable Interactive Robotic Companion. Renewed and funny dialogs RB-Ais-01 Aisoy1 Programmable Interactive Robotic Companion Renewed and funny dialogs Aisoy1 II s behavior has evolved to a more proactive interaction. It has refined its sense of humor and tries to express

More information

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2010 Humanoid League Chung-Hsien Kuo 1, Hung-Chyun Chou 1, Jui-Chou Chung 1, Po-Chung Chia 2, Shou-Wei Chi 1, Yu-De Lien 1 1 Department

More information

ADDITIVE MANUFACTURING WITH UV LIGHT CURED RESIN. Vuorio, J.; Nikkilä, V.; Teivastenaho, V.; Peltola, J.; Partanen, J.; Kiviluoma, P. & Kuosmanen P.

ADDITIVE MANUFACTURING WITH UV LIGHT CURED RESIN. Vuorio, J.; Nikkilä, V.; Teivastenaho, V.; Peltola, J.; Partanen, J.; Kiviluoma, P. & Kuosmanen P. 9th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING" 24-26 April 2014, Tallinn, Estonia ADDITIVE MANUFACTURING WITH UV LIGHT CURED RESIN Vuorio, J.; Nikkilä, V.; Teivastenaho, V.; Peltola,

More information

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League

Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League Team Description Paper: HuroEvolution Humanoid Robot for Robocup 2014 Humanoid League Chung-Hsien Kuo, Yu-Cheng Kuo, Yu-Ping Shen, Chen-Yun Kuo, Yi-Tseng Lin 1 Department of Electrical Egineering, National

More information

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT

MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT MULTI-LAYERED HYBRID ARCHITECTURE TO SOLVE COMPLEX TASKS OF AN AUTONOMOUS MOBILE ROBOT F. TIECHE, C. FACCHINETTI and H. HUGLI Institute of Microtechnology, University of Neuchâtel, Rue de Tivoli 28, CH-2003

More information

Hybrid architectures. IAR Lecture 6 Barbara Webb

Hybrid architectures. IAR Lecture 6 Barbara Webb Hybrid architectures IAR Lecture 6 Barbara Webb Behaviour Based: Conclusions But arbitrary and difficult to design emergent behaviour for a given task. Architectures do not impose strong constraints Options?

More information

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

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

More information

ROMEO Humanoid for Action and Communication. Rodolphe GELIN Aldebaran Robotics

ROMEO Humanoid for Action and Communication. Rodolphe GELIN Aldebaran Robotics ROMEO Humanoid for Action and Communication Rodolphe GELIN Aldebaran Robotics 7 th workshop on Humanoid November Soccer 2012 Robots Osaka, November 2012 Overview French National Project labeled by Cluster

More information

Designing Toys That Come Alive: Curious Robots for Creative Play

Designing Toys That Come Alive: Curious Robots for Creative Play Designing Toys That Come Alive: Curious Robots for Creative Play Kathryn Merrick School of Information Technologies and Electrical Engineering University of New South Wales, Australian Defence Force Academy

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

Behaviour-Based Control. IAR Lecture 5 Barbara Webb

Behaviour-Based Control. IAR Lecture 5 Barbara Webb Behaviour-Based Control IAR Lecture 5 Barbara Webb Traditional sense-plan-act approach suggests a vertical (serial) task decomposition Sensors Actuators perception modelling planning task execution motor

More information

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

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

More information

VOICE RECOGNITION BASED HOME AUTOMATION SYSTEM USING ANDROID AND ARDUINO

VOICE RECOGNITION BASED HOME AUTOMATION SYSTEM USING ANDROID AND ARDUINO VOICE RECOGNITION BASED HOME AUTOMATION SYSTEM USING ANDROID AND ARDUINO Dennis Brown Germiniasi da Silveira 1 dennisbrownger@yahoo.com.br Marlon José do Carmo 2 marlonreiff@yahoo.com.br 1 The University

More information

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

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

More information

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

Associated Emotion and its Expression in an Entertainment Robot QRIO

Associated Emotion and its Expression in an Entertainment Robot QRIO Associated Emotion and its Expression in an Entertainment Robot QRIO Fumihide Tanaka 1. Kuniaki Noda 1. Tsutomu Sawada 2. Masahiro Fujita 1.2. 1. Life Dynamics Laboratory Preparatory Office, Sony Corporation,

More information

Robo-Erectus Jr-2013 KidSize Team Description Paper.

Robo-Erectus Jr-2013 KidSize Team Description Paper. Robo-Erectus Jr-2013 KidSize Team Description Paper. Buck Sin Ng, Carlos A. Acosta Calderon and Changjiu Zhou. Advanced Robotics and Intelligent Control Centre, Singapore Polytechnic, 500 Dover Road, 139651,

More information

Sensor system of a small biped entertainment robot

Sensor system of a small biped entertainment robot Advanced Robotics, Vol. 18, No. 10, pp. 1039 1052 (2004) VSP and Robotics Society of Japan 2004. Also available online - www.vsppub.com Sensor system of a small biped entertainment robot Short paper TATSUZO

More information

A*STAR Unveils Singapore s First Social Robots at Robocup2010

A*STAR Unveils Singapore s First Social Robots at Robocup2010 MEDIA RELEASE Singapore, 21 June 2010 Total: 6 pages A*STAR Unveils Singapore s First Social Robots at Robocup2010 Visit Suntec City to experience the first social robots - OLIVIA and LUCAS that can see,

More information

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture # ECEN 7 Electronics Design Laboratory Project Must rely on fully functional Lab circuits, Lab circuit is optional Can re do wireless or replace it with a different

More information

Ono, a DIY Open Source Platform for Social Robotics

Ono, a DIY Open Source Platform for Social Robotics Ono, a DIY Open Source Platform for Social Robotics Cesar Vandevelde Dept. of Industrial System & Product Design Ghent University Marksesteenweg 58 Kortrijk, Belgium cesar.vandevelde@ugent.be Jelle Saldien

More information

Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech

Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech Implementing Physical Capabilities for an Existing Chatbot by Using a Repurposed Animatronic to Synchronize Motor Positioning with Speech Alex Johnson, Tyler Roush, Mitchell Fulton, Anthony Reese Kent

More information

Figure 1. Overall Picture

Figure 1. Overall Picture Jormungand, an Autonomous Robotic Snake Charles W. Eno, Dr. A. Antonio Arroyo Machine Intelligence Laboratory University of Florida Department of Electrical Engineering 1. Introduction In the Intelligent

More information

Development and Evaluation of a Centaur Robot

Development and Evaluation of a Centaur Robot Development and Evaluation of a Centaur Robot 1 Satoshi Tsuda, 1 Kuniya Shinozaki, and 2 Ryohei Nakatsu 1 Kwansei Gakuin University, School of Science and Technology 2-1 Gakuen, Sanda, 669-1337 Japan {amy65823,

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

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

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

More information

DEVICE FOR CONTINUOUS CELLULOSE YARN DRYING AND FORMING

DEVICE FOR CONTINUOUS CELLULOSE YARN DRYING AND FORMING 9th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING 24-26 April 2014, Tallinn, Estonia DEVICE FOR CONTINUOUS CELLULOSE YARN DRYING AND FORMING Koskinen, H.; Isomaa, T.; Lehto, J.; Stark,

More information

Korean Robot Standardization

Korean Robot Standardization , JAPAN Korean Robot Standardization 마스터 Activities 제목 and 스타일 Issues 편집 마스터부제목스타일편집 2007. 3. 13 Yun Koo Chung 1 Contents Standard Issues Aspect of Standardization Relationship Structure of Standard Org.

More information

Programming 2 Servos. Learn to connect and write code to control two servos.

Programming 2 Servos. Learn to connect and write code to control two servos. Programming 2 Servos Learn to connect and write code to control two servos. Many students who visit the lab and learn how to use a Servo want to use 2 Servos in their project rather than just 1. This lesson

More information

Putting It All Together: Computer Architecture and the Digital Camera

Putting It All Together: Computer Architecture and the Digital Camera 461 Putting It All Together: Computer Architecture and the Digital Camera This book covers many topics in circuit analysis and design, so it is only natural to wonder how they all fit together and how

More information

Haptic Feedback Technology

Haptic Feedback Technology Haptic Feedback Technology ECE480: Design Team 4 Application Note Michael Greene Abstract: With the daily interactions between humans and their surrounding technology growing exponentially, the development

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,700 108,500 1.7 M Open access books available International authors and editors Downloads Our

More information

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY

LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY LAB 1 AN EXAMPLE MECHATRONIC SYSTEM: THE FURBY Objectives Preparation Tools To see the inner workings of a commercial mechatronic system and to construct a simple manual motor speed controller and current

More information

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي

العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي العطاء رقم )7106/67( الخاص بشراء أجهز لقسم الهندسة الكهربائية على حساب البحث العلمي رقم )7107/363( Page 1 of 6 1- Mechatronics Actuators Board & Mechatronics Systems Board with Education Laboratory for

More information

TETRIX PULSE Workshop Guide

TETRIX PULSE Workshop Guide TETRIX PULSE Workshop Guide 44512 1 Who Are We and Why Are We Here? Who is Pitsco? Pitsco s unwavering focus on innovative educational solutions and unparalleled customer service began when the company

More information

MASTER SHIFU. STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab

MASTER SHIFU. STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab MASTER SHIFU STUDENT NAME: Vikramadityan. M ROBOT NAME: Master Shifu COURSE NAME: Intelligent Machine Design Lab COURSE NUMBER: EEL 5666C TA: Andy Gray, Nick Cox INSTRUCTORS: Dr. A. Antonio Arroyo, Dr.

More information

MCT Susanoo Logics 2014 Team Description

MCT Susanoo Logics 2014 Team Description MCT Susanoo Logics 2014 Team Description Satoshi Takata, Yuji Horie, Shota Aoki, Kazuhiro Fujiwara, Taihei Degawa Matsue College of Technology 14-4, Nishiikumacho, Matsue-shi, Shimane, 690-8518, Japan

More information

Concept and Architecture of a Centaur Robot

Concept and Architecture of a Centaur Robot Concept and Architecture of a Centaur Robot Satoshi Tsuda, Yohsuke Oda, Kuniya Shinozaki, and Ryohei Nakatsu Kwansei Gakuin University, School of Science and Technology 2-1 Gakuen, Sanda, 669-1337 Japan

More information

Megamark Arduino Library Documentation

Megamark Arduino Library Documentation Megamark Arduino Library Documentation The Choitek Megamark is an advanced full-size multipurpose mobile manipulator robotics platform for students, artists, educators and researchers alike. In our mission

More information

Unsupervised K-means Feature Learning for Gesture Recognition with Conductive Fur

Unsupervised K-means Feature Learning for Gesture Recognition with Conductive Fur 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

GROUP BEHAVIOR IN MOBILE AUTONOMOUS AGENTS. Bruce Turner Intelligent Machine Design Lab Summer 1999

GROUP BEHAVIOR IN MOBILE AUTONOMOUS AGENTS. Bruce Turner Intelligent Machine Design Lab Summer 1999 GROUP BEHAVIOR IN MOBILE AUTONOMOUS AGENTS Bruce Turner Intelligent Machine Design Lab Summer 1999 1 Introduction: In the natural world, some types of insects live in social communities that seem to be

More information

Tele-Nursing System with Realistic Sensations using Virtual Locomotion Interface

Tele-Nursing System with Realistic Sensations using Virtual Locomotion Interface 6th ERCIM Workshop "User Interfaces for All" Tele-Nursing System with Realistic Sensations using Virtual Locomotion Interface Tsutomu MIYASATO ATR Media Integration & Communications 2-2-2 Hikaridai, Seika-cho,

More information

BudE: Assistant to Parent a Child

BudE: Assistant to Parent a Child BudE: Assistant to Parent a Child Erick Bu Pons, Mario Aranega, Melissa Morris, Sabri Tosunoglu Department of Mechanical and Materials Engineering Florida International University Miami, Florida 33174

More information

Ensuring the Safety of an Autonomous Robot in Interaction with Children

Ensuring the Safety of an Autonomous Robot in Interaction with Children Machine Learning in Robot Assisted Therapy Ensuring the Safety of an Autonomous Robot in Interaction with Children Challenges and Considerations Stefan Walke stefan.walke@tum.de SS 2018 Overview Physical

More information

Tabulation and Analysis of Questionnaire Results of Subjective Evaluation of Seal Robot in Seven Countries

Tabulation and Analysis of Questionnaire Results of Subjective Evaluation of Seal Robot in Seven Countries Proceedings of the 17th IEEE International Symposium on Robot and Human Interactive Communication, Technische Universität München, Munich, Germany, August 1-3, 2008 Tabulation and Analysis of Questionnaire

More information

Concept and Architecture of a Centaur Robot

Concept and Architecture of a Centaur Robot Concept and Architecture of a Centaur Robot Satoshi Tsuda, Yohsuke Oda, Kuniya Shinozaki, and Ryohei Nakatsu Kwansei Gakuin University, School of Science and Technology 2-1 Gakuen, Sanda, 669-1337 Japan

More information

Service Robots in an Intelligent House

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

More information

A Model Based Approach for Human Recognition and Reception by Robot

A Model Based Approach for Human Recognition and Reception by Robot 16 MHz ARDUINO A Model Based Approach for Human Recognition and Reception by Robot Prof. R. Sunitha Department Of ECE, N.R.I Institute Of Technology, J.N.T University, Kakinada, India. V. Sai Krishna,

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Wearable Robotics Funding Opportunities and Commercialization of Robotics and Mobility Systems Bruce Floersheim, Ph.D., P.E.

Wearable Robotics Funding Opportunities and Commercialization of Robotics and Mobility Systems Bruce Floersheim, Ph.D., P.E. Wearable Robotics Funding Opportunities and Commercialization of Robotics and Mobility Systems Bruce Floersheim, Ph.D., P.E. www.wearablerobotics.com Help shape a global future leveraging technology in

More information

On the design of an emotional interface for the huggable robot Probo

On the design of an emotional interface for the huggable robot Probo On the design of an emotional interface for the huggable robot Probo Jelle Saldien and Kristof Goris and Bram Vanderborght and Dirk Lefeber 1 Abstract. Recently, more robots are being created to interact

More information

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015 ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2015 Yu DongDong, Liu Yun, Zhou Chunlin, and Xiong Rong State Key Lab. of Industrial Control Technology, Zhejiang University, Hangzhou,

More information

VOICE CONTROL BASED PROSTHETIC HUMAN ARM

VOICE CONTROL BASED PROSTHETIC HUMAN ARM VOICE CONTROL BASED PROSTHETIC HUMAN ARM Ujwal R 1, Rakshith Narun 2, Harshell Surana 3, Naga Surya S 4, Ch Preetham Dheeraj 5 1.2.3.4.5. Student, Department of Electronics and Communication Engineering,

More information

Kissenger: A Kiss Messenger

Kissenger: A Kiss Messenger Kissenger: A Kiss Messenger Adrian David Cheok adriancheok@gmail.com Jordan Tewell jordan.tewell.1@city.ac.uk Swetha S. Bobba swetha.bobba.1@city.ac.uk ABSTRACT In this paper, we present an interactive

More information

INTRODUCTION OF SOME APPROACHES FOR EDUCATIONS OF ROBOT DESIGN AND MANUFACTURING

INTRODUCTION OF SOME APPROACHES FOR EDUCATIONS OF ROBOT DESIGN AND MANUFACTURING INTRODUCTION OF SOME APPROACHES FOR EDUCATIONS OF ROBOT DESIGN AND MANUFACTURING T. Matsuo *,a, M. Tatsuguchi a, T. Higaki a, S. Kuchii a, M. Shimazu a and H. Terai a a Department of Creative Engineering,

More information

Android Speech Interface to a Home Robot July 2012

Android Speech Interface to a Home Robot July 2012 Android Speech Interface to a Home Robot July 2012 Deya Banisakher Undergraduate, Computer Engineering dmbxt4@mail.missouri.edu Tatiana Alexenko Graduate Mentor ta7cf@mail.missouri.edu Megan Biondo Undergraduate,

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

Evolutionary robotics Jørgen Nordmoen

Evolutionary robotics Jørgen Nordmoen INF3480 Evolutionary robotics Jørgen Nordmoen Slides: Kyrre Glette Today: Evolutionary robotics Why evolutionary robotics Basics of evolutionary optimization INF3490 will discuss algorithms in detail Illustrating

More information

FU-Fighters. The Soccer Robots of Freie Universität Berlin. Why RoboCup? What is RoboCup?

FU-Fighters. The Soccer Robots of Freie Universität Berlin. Why RoboCup? What is RoboCup? The Soccer Robots of Freie Universität Berlin We have been building autonomous mobile robots since 1998. Our team, composed of students and researchers from the Mathematics and Computer Science Department,

More information

Embedded Robotics. Software Development & Education Center

Embedded Robotics. Software Development & Education Center Software Development & Education Center Embedded Robotics Robotics Development with ARM µp INTRODUCTION TO ROBOTICS Types of robots Legged robots Mobile robots Autonomous robots Manual robots Robotic arm

More information

League <BART LAB AssistBot (THAILAND)>

League <BART LAB AssistBot (THAILAND)> RoboCup@Home League 2013 Jackrit Suthakorn, Ph.D.*, Woratit Onprasert, Sakol Nakdhamabhorn, Rachot Phuengsuk, Yuttana Itsarachaiyot, Choladawan Moonjaita, Syed Saqib Hussain

More information

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL Darko Martinovikj Nevena Ackovska Faculty of Computer Science and Engineering Skopje, R. Macedonia ABSTRACT Despite the fact that there are different

More information

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS

Journal Title ISSN 5. MIS QUARTERLY BRIEFINGS IN BIOINFORMATICS List of Journals with impact factors Date retrieved: 1 August 2009 Journal Title ISSN Impact Factor 5-Year Impact Factor 1. ACM SURVEYS 0360-0300 9.920 14.672 2. VLDB JOURNAL 1066-8888 6.800 9.164 3. IEEE

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

MOBILE AND UBIQUITOUS HAPTICS

MOBILE AND UBIQUITOUS HAPTICS MOBILE AND UBIQUITOUS HAPTICS Jussi Rantala and Jukka Raisamo Tampere Unit for Computer-Human Interaction School of Information Sciences University of Tampere, Finland Contents Haptic communication Affective

More information

Application Areas of AI Artificial intelligence is divided into different branches which are mentioned below:

Application Areas of AI   Artificial intelligence is divided into different branches which are mentioned below: Week 2 - o Expert Systems o Natural Language Processing (NLP) o Computer Vision o Speech Recognition And Generation o Robotics o Neural Network o Virtual Reality APPLICATION AREAS OF ARTIFICIAL INTELLIGENCE

More information

Devastator Tank Mobile Platform with Edison SKU:ROB0125

Devastator Tank Mobile Platform with Edison SKU:ROB0125 Devastator Tank Mobile Platform with Edison SKU:ROB0125 From Robot Wiki Contents 1 Introduction 2 Tutorial 2.1 Chapter 2: Run! Devastator! 2.2 Chapter 3: Expansion Modules 2.3 Chapter 4: Build The Devastator

More information

Assembly Guide Robokits India

Assembly Guide Robokits India Robotic Arm 5 DOF Assembly Guide Robokits India info@robokits.co.in Robokits World http://www.robokitsworld.com http://www.robokitsworld.com Page 1 Overview : 5 DOF Robotic Arm from Robokits is a robotic

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

Gesture Recognition with Real World Environment using Kinect: A Review

Gesture Recognition with Real World Environment using Kinect: A Review Gesture Recognition with Real World Environment using Kinect: A Review Prakash S. Sawai 1, Prof. V. K. Shandilya 2 P.G. Student, Department of Computer Science & Engineering, Sipna COET, Amravati, Maharashtra,

More information

Essay on A Survey of Socially Interactive Robots Authors: Terrence Fong, Illah Nourbakhsh, Kerstin Dautenhahn Summarized by: Mehwish Alam

Essay on A Survey of Socially Interactive Robots Authors: Terrence Fong, Illah Nourbakhsh, Kerstin Dautenhahn Summarized by: Mehwish Alam 1 Introduction Essay on A Survey of Socially Interactive Robots Authors: Terrence Fong, Illah Nourbakhsh, Kerstin Dautenhahn Summarized by: Mehwish Alam 1.1 Social Robots: Definition: Social robots are

More information

Dipartimento di Elettronica Informazione e Bioingegneria Robotics

Dipartimento di Elettronica Informazione e Bioingegneria Robotics Dipartimento di Elettronica Informazione e Bioingegneria Robotics Behavioral robotics @ 2014 Behaviorism behave is what organisms do Behaviorism is built on this assumption, and its goal is to promote

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

Voice based Control Signal Generation for Intelligent Patient Vehicle

Voice based Control Signal Generation for Intelligent Patient Vehicle International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 12 (2014), pp. 1229-1235 International Research Publications House http://www. irphouse.com Voice based Control

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

Energy & Space. International Presentations

Energy & Space. International Presentations Energy & Space International Presentations 2012-2013 Advanced Electronics 3D Printed Circuit Boards 3D Printed Circuit Boards for Solder-Free Printable Electronics 4x4 Vehicles Arduino WiFi Android Controllers

More information

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2014

ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2014 ZJUDancer Team Description Paper Humanoid Kid-Size League of Robocup 2014 Yu DongDong, Xiang Chuan, Zhou Chunlin, and Xiong Rong State Key Lab. of Industrial Control Technology, Zhejiang University, Hangzhou,

More information

A PROTOTYPE CLIMBING ROBOT FOR INSPECTION OF COMPLEX FERROUS STRUCTURES

A PROTOTYPE CLIMBING ROBOT FOR INSPECTION OF COMPLEX FERROUS STRUCTURES A PROTOTYPE CLIMBING ROBOT FOR INSPECTION OF COMPLEX FERROUS STRUCTURES G. PETERS, D. PAGANO, D.K. LIU ARC Centre of Excellence for Autonomous Systems, University of Technology, Sydney Australia, POBox

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

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

More information

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd.

RF module and Sensing Workshop Proposal. Tachlog Pvt. Ltd. RF module and Sensing Workshop Proposal Tachlog Pvt. Ltd. ABOUT THIS DOCUMENT Purpose of this The Workshop proposal document, explains the syllabus, estimate, activity document and overview of the workshop

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

Park Ranger. Li Yang April 21, 2014

Park Ranger. Li Yang April 21, 2014 Park Ranger Li Yang April 21, 2014 University of Florida Department of Electrical and Computer Engineering EEL 5666C IMDL Written Report Instructors: A. Antonio Arroyo, Eric M. Schwartz TAs: Andy Gray,

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

Dynamically Adaptive Inverted Pendulum Platfom

Dynamically Adaptive Inverted Pendulum Platfom Dynamically Adaptive Inverted Pendulum Platfom 2009 Colorado Space Grant Symposium Jonathon Cox Colorado State University Undergraduate in Electrical Engineering Email: csutke@gmail.com Web: www.campusaudio.com

More information

RoboCup TDP Team ZSTT

RoboCup TDP Team ZSTT RoboCup 2018 - TDP Team ZSTT Jaesik Jeong 1, Jeehyun Yang 1, Yougsup Oh 2, Hyunah Kim 2, Amirali Setaieshi 3, Sourosh Sedeghnejad 3, and Jacky Baltes 1 1 Educational Robotics Centre, National Taiwan Noremal

More information

Humanoid Hands. CHENG Gang Dec Rollin Justin Robot.mp4

Humanoid Hands. CHENG Gang Dec Rollin Justin Robot.mp4 Humanoid Hands CHENG Gang Dec. 2009 Rollin Justin Robot.mp4 Behind the Video Motivation of humanoid hand Serve the people whatever difficult Behind the Video Challenge to humanoid hand Dynamics How to

More information

Mechatronic Design, Fabrication and Analysis of a Small-Size Humanoid Robot Parinat

Mechatronic Design, Fabrication and Analysis of a Small-Size Humanoid Robot Parinat Research Article International Journal of Current Engineering and Technology ISSN 2277-4106 2014 INPRESSCO. All Rights Reserved. Available at http://inpressco.com/category/ijcet Mechatronic Design, Fabrication

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY T. Panayiotopoulos,, N. Zacharis, S. Vosinakis Department of Computer Science, University of Piraeus, 80 Karaoli & Dimitriou str. 18534 Piraeus, Greece themisp@unipi.gr,

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

WHO WE ARE MISSION STATEMENT

WHO WE ARE MISSION STATEMENT WHO WE ARE Parker Life Sciences offers reliable fluidic and motion control products, MetaModules, and systems to customers in life sciences and in analytical instrumentation markets. As part of Parker

More information

Franka Emika GmbH. Our vision of a robot for everyone sensitive, interconnected, adaptive and cost-efficient.

Franka Emika GmbH. Our vision of a robot for everyone sensitive, interconnected, adaptive and cost-efficient. Franka Emika GmbH Our vision of a robot for everyone sensitive, interconnected, adaptive and cost-efficient. Even today, robotics remains a technology accessible only to few. The reasons for this are the

More information