Available online at ScienceDirect. Procedia Computer Science 76 (2015 )

Size: px
Start display at page:

Download "Available online at ScienceDirect. Procedia Computer Science 76 (2015 )"

Transcription

1 Available online at ScienceDirect Procedia Computer Science 76 (2015 ) IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Sensor Based Mobile Navigation Using Humanoid Robot Nao Ilmi Mohd Ariffin a,b *, Ahmad Ismat Hakam Mohamed Rasidi a, Hanafiah Yussof a, Zulkifli Mohamed a, Mohd Azfar Miskam a, Adam Tan Mohd Amin a, Abdul Rahman Omar a,a Center for Humanoid Robots and Bio-sensing (HuRoBs), Faculty of Mechanical Engineering Universiti Teknologi MARA, Shah Alam, Selangor, Malaysia b Department of Electrical Engineering, Politeknik Sultan Idris Shah, Sg.Lang, Sungai Air Tawar, Selangor.Malaysia Abstract This project presents a new approach of humanoid-operated 4-wheeled mobile platform. The robot used in this work is Nao by Aldebaran Robotics. Nao is chosen because of its versatility. Its wide range of movements allows it to perform various tasks such as steering through a simple programming algorithm. Arduino microcontroller target board is used to provide the interface between Nao robot and the mobile platform whilst humanoid robot NAO act as the main processing unit for the whole system. This project consists of several parts. This paper focuses in the development of a sensing system, integration of Arduino microcontroller pro navigation with obstacle avoidance. Several tests has been done to determine the best initial setting to the overall system. The implementation of sensing system in the mobile platform shows very good result as the platform able to avoid obstacles while navigating The The Authors. Authors. Published Published by by Elsevier Elsevier B.V. B.V. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of organizing committee of the 2015 IEEE International Symposium on Robotics and Intelligent Sensors Peer-review under responsibility of organizing committee of the 2015 IEEE International Symposium on Robotics and Intelligent (IRIS 2015). Sensors (IRIS 2015) Keywords: Navigation; Infrared sensor; Humanoid; Mobile Platform; Nomenclature Turning angle of opposite front tyre Turning angle of incline front tyre Distance between both front tyres Distance between front shafts to front bumper Distance between front and back shaft Maximum sweeping radius Minimum sweeping radius Turning radius of 4-wheeled car * Corresponding author. Tel.: address: ilmi_ariffin@psis.edu.my The Authors. Published by Elsevier B.V. This is an open access article under the CC BY-NC-ND license ( Peer-review under responsibility of organizing committee of the 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) doi: /j.procs

2 Ilmi Mohd Ariffi n et al. / Procedia Computer Science 76 ( 2015 ) Introduction The development and research of self-autonomous mobile platform that able to navigate without human help has become the center of attention in the robotic field. The develop platform will opened many chances of use in variety of fields in providing services to the human beings such as providing guide or tour, mapping of an unknown environment, delivery, healthcare and defense without any human interactions [1] [4]. The aim in self-autonomous navigation mobile platform is usually to reach determined end point or goal of a certain coordinate in an environment starting from the certain start point in the environment. While it navigates, the mobile platform will encounter different type of obstacles that will hinder direct navigation to the end point. These includes cluttered environment structure such as scattered static objects, wall and bumps that need to be avoided or moving on different terrains such as moving up through stairs, or performing some tasks before continuing the navigation [1], [5], [6]. To gain information from the environment for navigation, sensing system development is important. Getting the right information is vital to ensure correct obstacles avoidance in order to reach the goal point. Different devices have been used to collect the environment information such as laser range finder (LRF), infrared sensor (IR), Camera (vision sensor) and sonar [3], [7] [10]. These devices usually paired with their own errors that need to be looked at and considered. There are also sensing systems that use more than one type of sensor combined [9]. The work involved in this research aim to develop a suitable 4 wheel mobile platform that can be used by NAO, to develop an algorithm that take data feed from both sensing methods and then execute a set of feedbacks (such as left turning) when the platform navigates. To measure the performance of the implemented sensing system in navigating without collisions, several experiments or tests is have been conducted to understand further any limitations of the developed mobile platform. 2. Mobile platform development Figure 1 Mobile platform Figure 1 show the developed 4 wheel mobile platform (a modified kid car) for Humanoid robot NAO. Several parts of the mobile platform has been changed to suit humanoid robot NAO such as the steering wheel and additional motor was added In this work, 3units of NODNA DF-SEN0164 Adjustable Infrared Sensor Switch are used to detect the front status of the mobile platform. The sensor is adjusted to sense any obstacle in the range of 50 cm from the sensor. The position of the embedded IR sensors in the mobile platform can be show in Figure 2(a) below, where the red circles mark the IR sensors. To process the information received from IR sensors, Arduino Uno Microcontroller ATmega328 is used. The microcontroller control the motor of the mobile platform. The microcontroller act as the controller unit of the mobile platform for both IR sensors and motor that act based on the command given by humanoid robot NAO. Interaction between the microcontroller and humanoid robot NAO occur using a serial link. Two types of software are used to develop the mobile platform which is Arduino software for the microcontroller and Choreographe software for humanoid robot NAO. The main program however is run inside the Choreographe platform as NAO is used embedded central processing unit on the mobile platform. The interaction of this develop platform can be summarised in the figure 2 (b).

3 476 Ilmi Mohd Ariffi n et al. / Procedia Computer Science 76 ( 2015 ) (a) (b) Figure2. (a) Infra-red sensor placement (b) System integration block diagram 3. Experiments To determine the optima initial setting to the system, we perform several test which cover the response time of the system, simulated navigation routes versus actual routes taken, platform theoretical pose feedback versus actual pose feedback, and tests on performance of the sensing system. 3.1 System Response Time For each of different types of conditions that will triggered the system to perform certain movement, poses or actions, there is a taken time for the system to return to its original condition. This means the system is finishing performing a certain loop and getting ready for another loop in the program flow. The time taken need to be recorded to know the response time of the system in order to know how well the develop platform react in an environment. 3.2 Turning Radius The turning radius of the 4 wheeled mobile platform is tested under different left and right motor speed, M1 and M2. This is important to determine the navigation route taken by the mobile platform when avoiding an obstacle or determining the best set of motor speed for different radius of cornering. The turning radius of the mobile platform at constant turning speed is approximated from the formula given in [11]. The mobile platform is assumed to have the same width between front and back tyres and the body shape is maximum to the outer tyre surface. The calculation using is neglected since both front tyres have the same angle to validate the equation. Figure 3.Turning radius calculation model Where, (1) (2) Using above mentioned equation, we calculate the related parameter for based on measured parameter of the mobile platform in Table 1.

4 Ilmi Mohd Ariffi n et al. / Procedia Computer Science 76 ( 2015 ) Table 1: Parameter obtained from the mobile platform Parameter Value 20 degrees 20 degrees m m m Calculated value for: 3.3 Obstacle Avoidance Adjustable infra-red sensor was used for obstacle detection. The detection range was set to 50mm. Each detection signal will be sent to NAO through serial communication with Arduino microcontroller. NAO will perform left or right maneuver based on detected obstacle position. 1. Experimental Result Each experiment was conducted in controlled environment. 4.1 Response Time Based on the response time result in Graph 1, it is shown that the Left Front Obstacle and Right Front Obstacle achieve the longest time taken to complete their loops in the program which is around 9 seconds. This is probably due to the factor that reverse movement is imposed to their loop execution. Generally, the time taken to complete a single loop which involves movement of humanoid robot NAO is more than 5 seconds. This is not very good since in the mean time of 5 seconds, the mobile platform has navigated around 0.6 m in distance which is quiet large. Some obstacles may already in front of the mobile platform which results in collision to occur. It is recommended that more improvement to be done to decrease the time taken for a single looping such as by decreasing humanoid NAO movement in turning the steering, or increase compatibility of develop navigation program. Graph 1: Time taken for obstacle avoidance

5 478 Ilmi Mohd Ariffi n et al. / Procedia Computer Science 76 ( 2015 ) Turning Radius Graph 2: Average Turning Radius (Right Turn) Graph 3: Average Turning Radius (Left Turn) Based on Graph 2 and 3, it shows that to get shortest turning radius, one of the motor speed need to be set as STOP while the other one is at the highest speed. The smallest minimum turning radius recorded is around 1.3 m and the largest is around 1.6 m where both motor rotate at the same speed. Initially the standard platform only using single motor to drive and it is difficult to adjust the turning radius. After installing the additional motor, we able to perform turning radius control. 4.3 Obstacle Avoidance Signal from infrared sensor sent to NAO through Arduino and serial communication protocol to allow NAO to navigate the mobile platform away from the detected obstacle. Figure 4 below showed the experimental setup and result of the navigation.

6 Ilmi Mohd Ariffi n et al. / Procedia Computer Science 76 ( 2015 ) Conclusion and Future Work Figure 4. Obstacle avoidance sequence (left) and actual trail navigation (right) This paper proposed new humanoid navigation using mobile platform. In our system, we integrated the infrared sensor and humanoid robot NAO to realize the navigation with obstacle avoidance ability. Preliminary result showed that the system can be tuned to get good performance. However, the detection using infrared sensor is not enough as detection area is limited to one straight line detection. The usage of laser range sensor can be considered in the future to provide better detection. Acknowledgement The authors gratefully acknowledge the Ministry of Education Malaysia (MOE) for the fund received through the Exploratory Research Grant Scheme (ERGS), [Project file: 600-RMI/ERGS 5/3 (15/2013)] and Niche Research Grant Scheme (NRGS), [Prohect file: 600-RMI/NRGS 5/3 (1/2013) and 600-RMI/NRGS 5/3 (2/2013)], COE of Humanoid Robot and Bio-Sensing (HuRoBs), Politeknik Sultan Idris Shah and Universiti Teknologi MARA (UiTM) Shah Alam, Selangor for their support. References [1] Midwest Symp. Circuits Syst., pp , [2] 13th IEEE-RAS International Conference on Humanoids Robots (Humanoids), 2013, vol [3] H. D. Eom and J. - IEEE International Conference on Software Engineering, 2014, pp [4] IEEE Int. Conf. Electro Inf. Technol., [5] IEEE International Conference on Intelligent Robots and Systems, 2011, pp [6] IEEE Int. Conf. Intell. Robot. Syst., pp , [7] Intell. Robot. Syst IEEE/RSJ, pp , [8] And Mapping with Mobile Object Tracki Comput. Inf. Sci., [9] Proc. 3rd Int. Conf. Inf. Fusion, FUSION 2000, vol. 2, pp , [10] 12th International Conference on Control, Automation and Systems (ICCAS), 2012, 2012, pp [11] Int. J. Sci. Eng. Res., vol. 4, no. 12, pp , 2013.

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic

Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Universal Journal of Control and Automation 6(1): 13-18, 2018 DOI: 10.13189/ujca.2018.060102 http://www.hrpub.org Wheeled Mobile Robot Obstacle Avoidance Using Compass and Ultrasonic Yousef Moh. Abueejela

More information

ScienceDirect. Resistive-based Sensor System for Prosthetic Fingers Application

ScienceDirect. Resistive-based Sensor System for Prosthetic Fingers Application Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 323 329 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Resistive-based Sensor

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 388 393 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Human-Robot Interaction

More information

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4

Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 Robot Navigation System with RFID and Ultrasonic Sensors A.Seshanka Venkatesh 1, K.Vamsi Krishna 2, N.K.R.Swamy 3, P.Simhachalam 4 B.Tech., Student, Dept. Of EEE, Pragati Engineering College,Surampalem,

More information

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

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

More information

Available online at ScienceDirect. Procedia Computer Science 105 (2017 )

Available online at  ScienceDirect. Procedia Computer Science 105 (2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 105 (2017 ) 138 143 2016 IEEE International Symposium on Robotics and Intelligent Sensors, IRIS 2016, 17-20 December 2016,

More information

AN HYBRID LOCOMOTION SERVICE ROBOT FOR INDOOR SCENARIOS 1

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

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8

Available online at   ScienceDirect. Procedia Computer Science 76 (2015 ) 2 8 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 2 8 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Systematic Educational

More information

Development of a Sensor-Based Approach for Local Minima Recovery in Unknown Environments

Development of a Sensor-Based Approach for Local Minima Recovery in Unknown Environments Development of a Sensor-Based Approach for Local Minima Recovery in Unknown Environments Danial Nakhaeinia 1, Tang Sai Hong 2 and Pierre Payeur 1 1 School of Electrical Engineering and Computer Science,

More information

Mobile Robots Exploration and Mapping in 2D

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

More information

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

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

Internet Controlled Robotic Arm

Internet Controlled Robotic Arm Available online at www.sciencedirect.com Procedia Engineering 41 (2012 ) 1065 1071 International Symposium on Robotics and Intelligent Sensors 2012 (IRIS 2012) Internet Controlled Robotic Arm Wan Muhamad

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

Autonomous Obstacle Avoiding and Path Following Rover

Autonomous Obstacle Avoiding and Path Following Rover Volume 114 No. 9 2017, 271-281 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu Autonomous Obstacle Avoiding and Path Following Rover ijpam.eu Sandeep Polina

More information

Mobile Robots (Wheeled) (Take class notes)

Mobile Robots (Wheeled) (Take class notes) Mobile Robots (Wheeled) (Take class notes) Wheeled mobile robots Wheeled mobile platform controlled by a computer is called mobile robot in a broader sense Wheeled robots have a large scope of types and

More information

Adaptive Humanoid Robot Arm Motion Generation by Evolved Neural Controllers

Adaptive Humanoid Robot Arm Motion Generation by Evolved Neural Controllers Proceedings of the 3 rd International Conference on Mechanical Engineering and Mechatronics Prague, Czech Republic, August 14-15, 2014 Paper No. 170 Adaptive Humanoid Robot Arm Motion Generation by Evolved

More information

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger J. Appl. Environ. Biol. Sci., 7(4S)28-33, 2017 2017, TextRoad Publication ISSN: 2090-4274 Journal of Applied Environmental and Biological Sciences www.textroad.com Comparison Effectiveness of PID, Self-Tuning

More information

Available online at ScienceDirect. Procedia Computer Science 56 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 56 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 56 (2015 ) 538 543 International Workshop on Communication for Humans, Agents, Robots, Machines and Sensors (HARMS 2015)

More information

Available online at ScienceDirect. Procedia Engineering 168 (2016 ) th Eurosensors Conference, EUROSENSORS 2016

Available online at   ScienceDirect. Procedia Engineering 168 (2016 ) th Eurosensors Conference, EUROSENSORS 2016 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 168 (216 ) 1671 1675 3th Eurosensors Conference, EUROSENSORS 216 Embedded control of a PMSM servo drive without current measurements

More information

Design of Mobile Robot with Navigation Based on Embedded Linux

Design of Mobile Robot with Navigation Based on Embedded Linux Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 59 (2015 ) 473 482 International Conference on Computer Science and Computational Intelligence (ICCSCI 2015) Design of

More information

Fire Extinguisher Robot Using Ultrasonic Camera and Wi-Fi Network Controlled with Android Smartphone

Fire Extinguisher Robot Using Ultrasonic Camera and Wi-Fi Network Controlled with Android Smartphone IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Fire Extinguisher Robot Using Ultrasonic Camera and Wi-Fi Network Controlled with Android Smartphone To cite this article: B Siregar

More information

Solar Powered Obstacle Avoiding Robot

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

More information

Designing of a Shooting System Using Ultrasonic Radar Sensor

Designing of a Shooting System Using Ultrasonic Radar Sensor 2017 Published in 5th International Symposium on Innovative Technologies in Engineering and Science 29-30 September 2017 (ISITES2017 Baku - Azerbaijan) Designing of a Shooting System Using Ultrasonic Radar

More information

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses

Fabrication of the kinect remote-controlled cars and planning of the motion interaction courses Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 174 ( 2015 ) 3102 3107 INTE 2014 Fabrication of the kinect remote-controlled cars and planning of the motion

More information

Multi Robot Navigation and Mapping for Combat Environment

Multi Robot Navigation and Mapping for Combat Environment Multi Robot Navigation and Mapping for Combat Environment Senior Project Proposal By: Nick Halabi & Scott Tipton Project Advisor: Dr. Aleksander Malinowski Date: December 10, 2009 Project Summary The Multi

More information

An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots

An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots An Experimental Comparison of Path Planning Techniques for Teams of Mobile Robots Maren Bennewitz Wolfram Burgard Department of Computer Science, University of Freiburg, 7911 Freiburg, Germany maren,burgard

More information

Experiment 4.B. Position Control. ECEN 2270 Electronics Design Laboratory 1

Experiment 4.B. Position Control. ECEN 2270 Electronics Design Laboratory 1 Experiment 4.B Position Control Electronics Design Laboratory 1 Procedures 4.B.1 4.B.2 4.B.3 4.B.4 Read Encoder with Arduino Position Control by Counting Encoder Pulses Demo Setup Extra Credit Electronics

More information

Optimization of Robot Arm Motion in Human Environment

Optimization of Robot Arm Motion in Human Environment Optimization of Robot Arm Motion in Human Environment Zulkifli Mohamed 1, Mitsuki Kitani 2, Genci Capi 3 123 Dept. of Electrical and Electronic System Engineering, Faculty of Engineering University of

More information

ScienceDirect. Human-Robot Interaction Based on use of Capacitive Sensors

ScienceDirect. Human-Robot Interaction Based on use of Capacitive Sensors Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 464 468 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 Human-Robot Interaction

More information

Prof. Emil M. Petriu 17 January 2005 CEG 4392 Computer Systems Design Project (Winter 2005)

Prof. Emil M. Petriu 17 January 2005 CEG 4392 Computer Systems Design Project (Winter 2005) Project title: Optical Path Tracking Mobile Robot with Object Picking Project number: 1 A mobile robot controlled by the Altera UP -2 board and/or the HC12 microprocessor will have to pick up and drop

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Available online at ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015

Available online at   ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 120 (2015 ) 180 184 EUROSENSORS 2015 Multi-resonator system for contactless measurement of relative distances Tobias Volk*,

More information

Mobile Robot Navigation by Using Fuzzy Information of Moving Two-Wheeled Motion Features

Mobile Robot Navigation by Using Fuzzy Information of Moving Two-Wheeled Motion Features International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:04 34 Mobile Robot Navigation by Using Fuzzy Information of Moving Two-Wheeled Motion Features Khairunizam WAN Rudzuan

More information

The Design of Intelligent Wheelchair Based on MSP430

The Design of Intelligent Wheelchair Based on MSP430 The Design of Intelligent Wheelchair Based on MSP430 Peifen Jin 1, a *, ujie Chen 1,b, Peixue Liu 1,c 1 Department of Mechanical and electrical engineering,qingdao HuangHai College, Qingdao, 266427, China

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

CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR

CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR Journal of Fundamental and Applied Sciences ISSN 1112-9867 Research Article Special Issue Available online at http://www.jfas.info MODELING AND CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR

More information

Progress Report. Mohammadtaghi G. Poshtmashhadi. Supervisor: Professor António M. Pascoal

Progress Report. Mohammadtaghi G. Poshtmashhadi. Supervisor: Professor António M. Pascoal Progress Report Mohammadtaghi G. Poshtmashhadi Supervisor: Professor António M. Pascoal OceaNet meeting presentation April 2017 2 Work program Main Research Topic Autonomous Marine Vehicle Control and

More information

Optimization Maze Robot Using A* and Flood Fill Algorithm

Optimization Maze Robot Using A* and Flood Fill Algorithm International Journal of Mechanical Engineering and Robotics Research Vol., No. 5, September 2017 Optimization Maze Robot Using A* and Flood Fill Algorithm Semuil Tjiharjadi, Marvin Chandra Wijaya, and

More information

Two Wheels Balancing Robot with Line Following Capability Nor Maniha Abdul Ghani, Faradila Naim, Tan Piow Yon

Two Wheels Balancing Robot with Line Following Capability Nor Maniha Abdul Ghani, Faradila Naim, Tan Piow Yon Two Wheels Balancing Robot with Line Following Capability Nor Maniha Abdul Ghani, Faradila Naim, Tan Piow Yon Abstract This project focuses on the development of a line follower algorithm for a Two Wheels

More information

Two Wheels Balancing Robot with Line Following Capability Nor Maniha Abdul Ghani, Faradila Naim, Tan Piow Yon

Two Wheels Balancing Robot with Line Following Capability Nor Maniha Abdul Ghani, Faradila Naim, Tan Piow Yon Two Wheels Balancing Robot with Line Following Capability Nor Maniha Abdul Ghani, Faradila Naim, Tan Piow Yon Abstract This project focuses on the development of a line follower algorithm for a Two Wheels

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

ScienceDirect. Optimal Placement of RFID Antennas for Outdoor Applications

ScienceDirect. Optimal Placement of RFID Antennas for Outdoor Applications Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 34 (2014 ) 236 241 The 9th International Conference on Future Networks and Communications (FNC-2014) Optimal Placement

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & echnol. 5 (S): 7-80 (07) SCIENCE & ECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Generation of Space Vector PWM by Using Arduino Uno Nur Ashida Salim *, Muhammad Azizi

More information

A Reactive Collision Avoidance Approach for Mobile Robot in Dynamic Environments

A Reactive Collision Avoidance Approach for Mobile Robot in Dynamic Environments A Reactive Collision Avoidance Approach for Mobile Robot in Dynamic Environments Tang S. H. and C. K. Ang Universiti Putra Malaysia (UPM), Malaysia Email: saihong@eng.upm.edu.my, ack_kit@hotmail.com D.

More information

Selected paper. Voltage Controlled Single Phase Matrix Converter with Low Harmonics

Selected paper. Voltage Controlled Single Phase Matrix Converter with Low Harmonics Noraliza Hamzah 1,*, M. F. M. Zin 1 and M. N. Seroji 1, J. Electrical Systems Special issue AMPE2015 Selected paper Voltage Controlled Single Phase Matrix Converter with Low Harmonics JES Journal of Electrical

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

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

A Simple Design of Clean Robot

A Simple Design of Clean Robot Journal of Computing and Electronic Information Management ISSN: 2413-1660 A Simple Design of Clean Robot Huichao Wu 1, a, Daofang Chen 2, Yunpeng Yin 3 1 College of Optoelectronic Engineering, Chongqing

More information

Available online at ScienceDirect. Procedia Engineering 81 (2014 )

Available online at   ScienceDirect. Procedia Engineering 81 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 8 (24 ) 2373 2378 th International Conference on Technology of Plasticity, ICTP 24, 9-24 October 24, Nagoya Congress Center,

More information

A Qualitative Approach to Mobile Robot Navigation Using RFID

A Qualitative Approach to Mobile Robot Navigation Using RFID IOP Conference Series: Materials Science and Engineering OPEN ACCESS A Qualitative Approach to Mobile Robot Navigation Using RFID To cite this article: M Hossain et al 2013 IOP Conf. Ser.: Mater. Sci.

More information

Available online at ScienceDirect. Procedia Computer Science 76 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 76 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 76 (2015 ) 126 133 2015 IEEE International Symposium on Robotics and Intelligent Sensors (IRIS 2015) Autonomous Tour Guide

More information

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path

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

More information

ASSISTIVE TECHNOLOGY BASED NAVIGATION AID FOR THE VISUALLY IMPAIRED

ASSISTIVE TECHNOLOGY BASED NAVIGATION AID FOR THE VISUALLY IMPAIRED Proceedings of the 7th WSEAS International Conference on Robotics, Control & Manufacturing Technology, Hangzhou, China, April 15-17, 2007 239 ASSISTIVE TECHNOLOGY BASED NAVIGATION AID FOR THE VISUALLY

More information

Available online at ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015

Available online at   ScienceDirect. Procedia Engineering 120 (2015 ) EUROSENSORS 2015 Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 120 (2015 ) 511 515 EUROSENSORS 2015 Inductive micro-tunnel for an efficient power transfer T. Volk*, S. Stöcklin, C. Bentler,

More information

Final Report. Chazer Gator. by Siddharth Garg

Final Report. Chazer Gator. by Siddharth Garg Final Report Chazer Gator by Siddharth Garg EEL 5666: Intelligent Machines Design Laboratory A. Antonio Arroyo, PhD Eric M. Schwartz, PhD Thomas Vermeer, Mike Pridgen No table of contents entries found.

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information

AUTOMATION & ROBOTICS LABORATORY. Faculty of Electronics and Telecommunications University of Engineering and Technology Vietnam National University

AUTOMATION & ROBOTICS LABORATORY. Faculty of Electronics and Telecommunications University of Engineering and Technology Vietnam National University AUTOMATION & ROBOTICS LABORATORY Faculty of Electronics and Telecommunications University of Engineering and Technology Vietnam National University Industrial Robot for Training ED7220 (Korea) SCORBOT

More information

Design and Implementation of Intelligent Mobile Robot based on Microcontroller by using Three Ultrasonic Sensors

Design and Implementation of Intelligent Mobile Robot based on Microcontroller by using Three Ultrasonic Sensors International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347 5161 2017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Design

More information

FUZZY LOGIC BASED NAVIGATION SAFETY SYSTEM FOR A REMOTE CONTROLLED ORTHOPAEDIC ROBOT (OTOROB)

FUZZY LOGIC BASED NAVIGATION SAFETY SYSTEM FOR A REMOTE CONTROLLED ORTHOPAEDIC ROBOT (OTOROB) International Journal of Robotics Research and Development (IJRRD) Vol.1, Issue 1 Dec 2011 21-41 TJPRC Pvt. Ltd., FUZZY LOGIC BASED NAVIGATION SAFETY SYSTEM FOR A REMOTE CONTROLLED ORTHOPAEDIC ROBOT (OTOROB)

More information

Experiment Tests on Single Phase Inverter Using Raspberry Pi

Experiment Tests on Single Phase Inverter Using Raspberry Pi International Journal of Integrated Engineering, Vol. 9 No. 3 (2017) p. 29-34 Experiment Tests on Single Phase Inverter Using Raspberry Pi Shamsul Aizam Zulkifli 1 *, Suriana Salimim 1, Siti Aishah Abd

More information

Intelligent Tactical Robotics

Intelligent Tactical Robotics Intelligent Tactical Robotics Samana Jafri 1,Abbas Zair Naqvi 2, Manish Singh 3, Akhilesh Thorat 4 1 Dept. Of Electronics and telecommunication, M.H. Saboo Siddik College Of Engineering, Mumbai University

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

Comparison on Cloud Image Classification for Thrash Collecting LEGO Mindstorms EV3 Robot

Comparison on Cloud Image Classification for Thrash Collecting LEGO Mindstorms EV3 Robot Comparison on Cloud Image Classification for Thrash Collecting LEGO Mindstorms EV3 Robot Comparison on Cloud Image Classification for Thrash Collecting LEGO Mindstorms EV3 Robot Z. Othman 1, N.A. Abdullah

More information

Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot

Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot Autonomous Stair Climbing Algorithm for a Small Four-Tracked Robot Quy-Hung Vu, Byeong-Sang Kim, Jae-Bok Song Korea University 1 Anam-dong, Seongbuk-gu, Seoul, Korea vuquyhungbk@yahoo.com, lovidia@korea.ac.kr,

More information

ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE

ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE ARCHITECTURE AND MODEL OF DATA INTEGRATION BETWEEN MANAGEMENT SYSTEMS AND AGRICULTURAL MACHINES FOR PRECISION AGRICULTURE W. C. Lopes, R. R. D. Pereira, M. L. Tronco, A. J. V. Porto NepAS [Center for Teaching

More information

Available online at ScienceDirect. Procedia Computer Science 42 (2014 ) 32 37

Available online at   ScienceDirect. Procedia Computer Science 42 (2014 ) 32 37 Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 42 (2014 ) 32 37 International Conference on Robot PRIDE 2013-2014 - Medical and Rehabilitation Robotics and Instrumentation,

More information

Assistive Humanoid Robot Arm Motion Generation in Dynamic Environment Based on Neural Networks

Assistive Humanoid Robot Arm Motion Generation in Dynamic Environment Based on Neural Networks Journal of Automation and Control Engineering Vol. 3, No. 2, April 2015 Assistive Humanoid Robot Arm Motion Generation in Dynamic Environment Based on Neural Networks Genci Capi, Zulkifli Mohamed, and

More information

A Tethering Device for Mobile Robot Guidance

A Tethering Device for Mobile Robot Guidance A Tethering Device for Mobile Robot Guidance Sangik Na 1, Hyo-Sung Ahn 2, Yu-Cheol Lee 1 and Wonpil Yu 1 1Intelligent Robot Research Division, Electronics and Telecommunications Research Institute(ETRI),

More information

AUTONOMOUS SLAM ROBOT MECHENG 706. Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016

AUTONOMOUS SLAM ROBOT MECHENG 706. Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016 2016 AUTONOMOUS SLAM ROBOT MECHENG 706 Group 4: Peter Sefont Tom Simson Xiting Sun Yinan Xu Date: 5 June 2016 Executive Summary The aim of this project is to design and develop an Autonomous Simultaneous

More information

NAMASKAR ROBOT-WHICH PROVIDES SERVICE

NAMASKAR ROBOT-WHICH PROVIDES SERVICE Int. J. Elec&Electr.Eng&Telecoms. 2014 V Sai Krishna and R Sunitha, 2014 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 3, No. 1, January 2014 2014 IJEETC. All Rights Reserved NAMASKAR ROBOT-WHICH PROVIDES

More information

Simulation of a mobile robot navigation system

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

More information

Proseminar Roboter und Aktivmedien. Outline of today s lecture. Acknowledgments. Educational robots achievements and challenging

Proseminar Roboter und Aktivmedien. Outline of today s lecture. Acknowledgments. Educational robots achievements and challenging Proseminar Roboter und Aktivmedien Educational robots achievements and challenging Lecturer Lecturer Houxiang Houxiang Zhang Zhang TAMS, TAMS, Department Department of of Informatics Informatics University

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

Trajectory Tracking of a Mobile Robot System

Trajectory Tracking of a Mobile Robot System Journal of Mechanical Engineering Vol SI 1 (1), 207-226, 2017 Trajectory Tracking of a Mobile Robot System Mariam Md Ghazaly* 1, Soo Kok Yew, Zulkeflee Abdullah 2, Mohd Amran Mohd Ali 2, Chong Shin Horng,

More information

Mohamed CHAABANE Mohamed KAMOUN Yassine KOUBAA Ahmed TOUMI ISBN : Academic Publication Center Tunis, Tunisia

Mohamed CHAABANE Mohamed KAMOUN Yassine KOUBAA Ahmed TOUMI ISBN : Academic Publication Center Tunis, Tunisia Mohamed CHAABANE Mohamed KAMOUN Yassine KOUBAA Ahmed TOUMI ISBN : Academic Publication Center Tunis, Tunisia Eleventh International conference on Sciences and Techniques of Automatic Control & computer

More information

Team Description Paper

Team Description Paper Tinker@Home 2016 Team Description Paper Jiacheng Guo, Haotian Yao, Haocheng Ma, Cong Guo, Yu Dong, Yilin Zhu, Jingsong Peng, Xukang Wang, Shuncheng He, Fei Xia and Xunkai Zhang Future Robotics Club(Group),

More information

KINECT CONTROLLED HUMANOID AND HELICOPTER

KINECT CONTROLLED HUMANOID AND HELICOPTER KINECT CONTROLLED HUMANOID AND HELICOPTER Muffakham Jah College of Engineering & Technology Presented by : MOHAMMED KHAJA ILIAS PASHA ZESHAN ABDUL MAJEED AZMI SYED ABRAR MOHAMMED ISHRAQ SARID MOHAMMED

More information

Slip detection with accelerometer and tactile sensors in a robotic hand model

Slip detection with accelerometer and tactile sensors in a robotic hand model Home Search Collections Journals About Contact us My IOPscience Slip detection with accelerometer and tactile sensors in a robotic hand model This content has been downloaded from IOPscience. Please scroll

More information

ScienceDirect. Improvement of the Measurement Accuracy and Speed of Pupil Dilation as an Indicator of Comprehension

ScienceDirect. Improvement of the Measurement Accuracy and Speed of Pupil Dilation as an Indicator of Comprehension Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 35 (2014 ) 1202 1209 18th International Conference in Knowledge Based and Intelligent Information and Engineering Systems

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

Part of: Inquiry Science with Dartmouth

Part of: Inquiry Science with Dartmouth Curriculum Guide Part of: Inquiry Science with Dartmouth Developed by: David Qian, MD/PhD Candidate Department of Biomedical Data Science Overview Using existing knowledge of computer science, students

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com An Improved Low Cost Automated Mobile Robot 1 J. Hossen, 2 S. Sayeed, 3 M. Saleh, 4 P.

More information

1 Lab + Hwk 4: Introduction to the e-puck Robot

1 Lab + Hwk 4: Introduction to the e-puck Robot 1 Lab + Hwk 4: Introduction to the e-puck Robot This laboratory requires the following: (The development tools are already installed on the DISAL virtual machine (Ubuntu Linux) in GR B0 01): C development

More information

C++ PROGRAM FOR DRIVING OF AN AGRICOL ROBOT

C++ PROGRAM FOR DRIVING OF AN AGRICOL ROBOT Annals of the University of Petroşani, Mechanical Engineering, 14 (2012), 11-19 11 C++ PROGRAM FOR DRIVING OF AN AGRICOL ROBOT STELIAN-VALENTIN CASAVELA 1 Abstract: This robot is projected to participate

More information

Visual Perception Based Behaviors for a Small Autonomous Mobile Robot

Visual Perception Based Behaviors for a Small Autonomous Mobile Robot Visual Perception Based Behaviors for a Small Autonomous Mobile Robot Scott Jantz and Keith L Doty Machine Intelligence Laboratory Mekatronix, Inc. Department of Electrical and Computer Engineering Gainesville,

More information

Multi-robot Dynamic Coverage of a Planar Bounded Environment

Multi-robot Dynamic Coverage of a Planar Bounded Environment Multi-robot Dynamic Coverage of a Planar Bounded Environment Maxim A. Batalin Gaurav S. Sukhatme Robotic Embedded Systems Laboratory, Robotics Research Laboratory, Computer Science Department University

More information

EEL5666 Intelligent Machines Design Lab. Project Report

EEL5666 Intelligent Machines Design Lab. Project Report EEL5666 Intelligent Machines Design Lab Project Report Instructor Dr. Arroyo & Dr. Schwartz TAs Adam & Sara 04/25/2006 Sharan Asundi Graduate Student Department of Mechanical and Aerospace Engineering

More information

Available online at ScienceDirect. Procedia Computer Science 85 (2016 )

Available online at  ScienceDirect. Procedia Computer Science 85 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 85 (26 ) 228 235 International Conference on Computational Modeling and Security (CMS 26) Fuzzy Based Real Time Control

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

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report

University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory GetMAD Final Report Date: 12/8/2009 Student Name: Sarfaraz Suleman TA s: Thomas Vermeer Mike Pridgen Instuctors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz University of Florida Department of Electrical and Computer Engineering

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

Design of a Drift Assist Control System Applied to Remote Control Car Sheng-Tse Wu, Wu-Sung Yao

Design of a Drift Assist Control System Applied to Remote Control Car Sheng-Tse Wu, Wu-Sung Yao Design of a Drift Assist Control System Applied to Remote Control Car Sheng-Tse Wu, Wu-Sung Yao International Science Index, Mechanical and Mechatronics Engineering waset.org/publication/10005017 Abstract

More information

Semi-Autonomous Parking for Enhanced Safety and Efficiency

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

More information

Significance of a low noise preamplifier and filter stage for under water imaging applications

Significance of a low noise preamplifier and filter stage for under water imaging applications Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 93 (2016 ) 585 593 6th International Conference on Advances in Computing & Communications, ICACC 2016, 6-8 September 2016,

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

Final Report. by Mingwei Liu. Robot Name: Danner

Final Report. by Mingwei Liu. Robot Name: Danner ! " Final Report by Mingwei Liu Robot Name: Danner Course Name: EEL5666 Intelligent Machine Design Lab Instructors: Dr. A. Antonio Arroyo, Dr. Eric M. Schwartz TAs: Devin Hughes, Tim Martin, Ryan Stevens,

More information

Design of Tracked Robot with Remote Control for Surveillance

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

More information

Development of a Low-Cost SLAM Radar for Applications in Robotics

Development of a Low-Cost SLAM Radar for Applications in Robotics Development of a Low-Cost SLAM Radar for Applications in Robotics Thomas Irps; Stephen Prior; Darren Lewis; Witold Mielniczek; Mantas Brazinskas; Chris Barlow; Mehmet Karamanoglu Department of Product

More information

Available online at ScienceDirect. Physics Procedia 84 (2016 )

Available online at  ScienceDirect. Physics Procedia 84 (2016 ) Available online at www.sciencedirect.com ScienceDirect Physics Procedia 84 (2016 ) 8 112 International Conference "Synchrotron and Free electron laser Radiation: generation and application", SFR-2016,

More information