Design and Implementation of Trainable Robotic Arm

Size: px
Start display at page:

Download "Design and Implementation of Trainable Robotic Arm"

Transcription

1 Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR) Desgn and Implementaton of Tranable Robotc Arm Mo Mo Aung 1, Saw Aung Nyen Oo 2 1 Master Canddate, Department of Electronc Engneerng, Mandalay Technologcal Unversty, Myanmar 2 Lecturer, Department of Electronc Engneerng, Mandalay Technologcal Unversty, Myanmar Abstract Robot manpulator s a vtal role of robotc system to mantan the accuracy and repeatablty of robotc arm. Ths paper model the forward knematcs of 5DOF robotc arm for pck and place applcaton such as grppng, lftng, pckng and releasng object. It conssts of three man parts whch are MATLAB software mplementaton, seral nterfacng between MATLAB and mcrocontroller unt and servo control. Robotc arm s equpped wth several servo s whch do lnks between arm and perform arm movements.mcrocontroller s used to generate requred PWM sgnal for servo s rotaton.usb seral port s used as a communcaton path between the computer and mcrocontroller. The user gves the nput angle to PC, the robot arm mcrocontroller receves and send angle values to each servo s and grpper. The elevaton of knematcs usng MATLAB Robotc Toolbox. Wth the help of the MATLAB GUI, not only arm movng part can be easly predefned but also arm poston can be set up manually. And then, analytcal soluton for forward knematcs of 5DOF robotc arm s presented,to analyze the movement of arm from one pont n space to another pont.testng and calbraton of robotc arm s carred out and result show that t workproperly. Index Terms Arduno MEGA mcrocontroller, servos, Knematc Modelng, MATLAB, Robot Arm I. INTRODUCTION Robot are ndspensable n many manufacturng ndustres.robot are ncreasngly beng ntegrated nto workng task to replace human especally to perform repettve task.because t possesses hgh precson, ntellgence and endless energy levels n dong work compare to human bengs.so, robot s useful devce for many dfferent applcaton areas such as ndustry: some dangerous works ncludng radoactve effects.in the feld of robotcs, there are fve types of robot confguraton that are SCARA, artculated, Cartesan, cylndrcal and sphercal. The mechancal desgn of the robot arm s based on robot manpulator wth smlar functon to human arm. The confguraton of robot arm s smlar to artculatedrobot arm whch has fve revolute jonts and rregular workspace.robotc arm system consst of lnks, jonts, actuators, sensor and controller.the man focus of ths journal s moton smulaton and desgn the artculated robotc arm usng MATLAB software. Calbrate and test the poston of servo s by controller usng computer and specal software such as MATLAB program, MATLAB support package for Arduno hardware and robotc toolbox.the overall block dagram of the system s shown n Fg.1. In ths system, Arduno Mcrocontroller, servo s, grpper, personal computer(pc) and seral port(com)port are used to perform the poston control of pck and place process. In ths research, fve degree of freedom (5-DOF) robot arm control system s proposed and fve servo s are utlzed to drve robot moton ncludng base, shoulder, elbow, wrst and grpper.the Arduno MEGA mcrocontroller s used to control the system and MATLAB (GUI) s used to control the robot arm motons wth personal computer (PC).MATLAB Support Package for Arduno Hardware s communcated between PC and robot arm controller. The servo can be controlled to move any poston just by usng smple pulse controllng wth three wre nterface for control and power supply. The user wndow (PC) sends the seral data to Arduno by usng USB seral cable. In the MATLAB program, user nserts the calculated theory for robot arm poston usng robotc toolbox. If the program s receved seral data, calculate the specfed angle value and the robot arm mcrocontroller drves the correspondng pns and move the robot arm to the desre poston. MATLAB program s wrtten n Personal computer(pc) Seral communcaton Mcrocontroller Fg.1. Block Dagram of the Robot Arm Control System Base servo Shoulder servo Elbow servo Wrst servo Grpper servo Ths journal s organzed as follows; at frst n secton I, t presents the ntroducton of the system and the system block dagram of the robot arm. The rest of journal s presented as Secton (II) explans system flow chart system and Secton (III) show method usng n research. After that Secton (IV) are testng expermental results of the system. Fnally, Secton (V) presents the concluson of ths journal. All Rghts Reserved 2018 IJSETR 48

2 Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR) II. SYSTEMFLOWCHART OF THE ROBOT ARM The system flowchart of the robot system s shown n Fg 2.At frst, assgn the varable pns whch are nput or output pn of the proposed robot arm system.and then, user check the seral port. If the case s seral condton, the user can nterface Arduno and MATLAB GUI. When the operaton s started, the robot wll be the ntal poston.and then, the user manually gve the nput angle values from MATLAB slderbar.these degree values are sent to ARDUINO mcrocontroller as nput. The mcrocontroller receves degree valuesfrom the GUI n PC and sends the output sgnals to the correspondng servo to drve the robot arm. If the user use the plot condton n MATLAB GUI, the user clck the plot button. The P x, P y, P z values are calculated by forward knematcs theorem. Fnally, the end effector pont (P x, P y, P z ) are shown n 3D plot. START Assgn requred pn for Robot Arm No Get Seral data? Yes Intal poston (90 degree) Inverse knematcs s calculated the jont angles to the desred poston and orentaton usng coordnate system. Fg.5. show block dagram of knematc method, Jonts Movements Forward Knematcs Inverse Knematcs Poston and Orentaton of the end effector Fg.3. Block dagram of knematc method A.Forward Knematc Analyss In ths system, Denavd - Hertenberg methodology s used to derve ts knematcs that helps to fnd the poston and orentaton of end-effector wth respect to base.the knematc model s shown n fgure wth frame assgnments accordng to the Denavd- Hertenberg (D-H) notatons. The coordnate frames are dentfed base on the three crtera. (a) Z axs s n the drecton of the jont axs. (b) X axs s parallel to the common normal. (c) Y axs completes the rght-hand coordnate system. MATLAB GUI manually choose angle values from slder bar a θ 2 θ 3 Z 4 Plot? No Send servo data to Arduno by seral port Yes Calculate Px,Py,Pz values wth forward knematcs n MATLAB program Y Z 1 X 2 X 1 Z 2 θ Y Y 3 X 3 Z 3 θ 4 X 4 d 4 θ 5 Y 4 X 5 Y 5 Z 5 d 1 Z 0 Drve Servo s End effector pont shows on 3D plot X 0 Y 0 III. End Fg. 2..Overall System flowchart of Robot Arm METHOD USING IN RESEARCH Robot manpulator s an essental moton subsystem component of robotc system for postonng, orentatng object so that robot can perform useful task. The knematcs analyss s the relatonshp between poston, veloctes, and acceleraton of the lnks of a manpulator.the knematcs s dvded nto forward and nverse analyss. In forward knematcs, the length of each lnk and the angle of each jont are gven and the poston of any pont n the work value of the robot s calculated. Fg.4. lnk parameters of the robot arm Table I. D H Parameter of Robot Arm No, Lnk dstance d Lnk twst angle Lnk twst length a Jont angle 1 d θ a 2 θ θ 3 4 d θ θ 5 θ All Rghts Reserved 2018 IJSETR 49

3 Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR) The knematc parameters accordng to ths model are gven n Table I. The D-H representaton of a rgd lnk depends on four geometrc parameters assocated wth each lnk. (1) a s defned as the dstance from along Xˆ (2) α s defned as the angle between along Xˆ. to 1 to 1 (3) d s defned as the dstance from Xˆ -1 and Xˆ along. (4) θ s defned as the angle from Xˆ -1 and Xˆ along. Followng steps are nvolved n drect knematcs. Rotaton and translaton of arm matrx s T 1 = Rot (z, θ).trans (z, d).trans(x, a).rot(x, α) cos θ sn θ cos α sn θ sn α a cos θ I 1 sn θ T I = 0 cos θ cos α sn α cos θ sn α cos α a sn θ d Substtutng the parameters n Table(1) to obtan on 1 5 transformaton matrx T 0 to T 4 Cθ 1 0 Sθ 1 0 T 1 Sθ 0 = 1 0 Cθ d 1 T 4 5 = Cθ 5 0 Sθ 5 0 Sθ 5 0 Cθ Mathematcally, the forward knematcs equatons can be obtaned by multplyng T1 to T5 matrces as follows: n x o x a x p x T 0 3 = T 1 0 T 2 1 T 3 2 T 4 3 T 5 4 = n y n z o y o z a y a z p y p z where,s 1 = snθ 1, C 1 =cosθ 1, C 23 = cos θ 2 + θ 3, S 23 = sn θ 2 + θ 3 n x = C 5 S 1 S 4 + C 4 C 1 S 2 S 3 C 1 C 2 C 3 S 5 (C 1 C 2 S 3 + C 1 C 3 S 2 ) n y = C 5 C 1 S 4 C 4 S 1 S 2 S 3 C 2 C 3 S 1 S 5 (C 2 S 1 S 3 + C 3 S 1 S 2 ) n Z = C 23 S 5 + S 23 C 4 C 5 o x = S 4 C 1 S 2 S 3 C 1 C 2 C 3 C 4 S 1 o y = C 1 C 4 + S 4 S 1 S 2 S 3 C 2 C 3 S 1 o y = S 23 S 4 a x = S 5 S 1 S 4 + C 4 C 1 S 2 S 3 C 1 C 2 C 3 C 5 (C 1 C 2 S 3 + C 1 C 3 S 2 ) a y = S 5 C 1 S 4 C 4 S 1 S 2 S 3 C 2 C 3 S 1 C 5 (C 2 S 1 S 3 + C 3 S 1 S 2 ) a Z = C 23 C 5 + S 23 C 4 S 5 p X = C 1 (d 4 S 23 a 2 C 2 ) p y = S 1 (d 4 S 23 a 2 C 2 ) p Z = d 1 + d 4 C 23 + a 2 S 2 T 1 2 = Cθ 2 Sθ 2 0 a 2 Cθ 2 Sθ 2 Cθ 2 0 a 2 Cθ Cθ 3 0 Sθ 3 0 T 3 Sθ 2 = 3 0 Cθ T 3 4 = Cθ 4 0 Sθ 4 0 Sθ 4 0 Cθ d 4 IV. Smulaton and test results of the Robot Arm In ths system, Personal computer (PC) s used to control the system by usng seral port.matlab GUI s manually controllng the desred rotaton angle of servo by slder and calculate the forward knematcs to know the end effector poston of robotc arm.and then calculated results s shown on 3D plot. The movement of the slder on GUI wll as an nput sgnal nto the mcrocontroller and ths sgnal rotate the servo based on the desred angle adjusted by slder. The followng fgures shows the smulaton result of robotc arm usng MATLAB Toolbox. All Rghts Reserved 2018 IJSETR 50

4 Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR) Fg 8: Smulaton result for poston2 Fg 5: Smulaton result for ntal poston Fg 9: Smulaton result for poston3 V. Experment Test and Result Fg 6: Smulaton result for Home poston To test the system, power supply s connected to 5v. The user command the nput angle nto the MATLAB GUI wndow to get the desre end effector poston. When the system s power on and seral port s successfully connected to the pc, the robot arm wll go to the ntal poston. Fg shows the testng photo of robot arm at ntal poston. Fg 7: Smulaton result for poston1 Fg 10: Testng the robot arm at ntal poston All Rghts Reserved 2018 IJSETR 51

5 Several tests are carred out to reach the desred poston of the end effector. The results from testng of the robot arm are shown as followng. Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR) P1 P2 P3 Fg 15: Experment testng of pck and place object to P3 Fg 11: Experment testng for pckng object Fg 12: Experment testng for pck and movng object P3 P2 P1 Fg 13: Experment testng of pck and place object to P1 P3 P2 P1 Fg 14: Experment testng of pck and place object to P2 VI. CONCLUSION In ths journal, knematcs modelng method s calculated to get the poston and orentaton of the end effector wth respect P1 to base. And P2 P3 then, artculated robotc arm s mplemented usng mcrocontroller and each of jont movements are drven usng servo software mplementaton of robotc arm s also descrbed.when testng the robot arm, there s lttle error occurs. The occurrence of ths error s some mechansm structure of robot arm, the lmtaton of selected servo s, torque and varables power supply.ths system s very sutable for ndustral applcatons. Ths system can be enhanced by changng other programmng languages such as LABVIEW, Fuzzy,etc. ACKNOWLEDGEMENT The author s very thankful to Dr.Snt Soe, Rector of Mandalay Technologcal Unversty, for hs encouragement, nvaluable permsson and hs knd support n carryng out ths paper work. The author s deeply grateful to Dr.Tn Tn HlaAssocate Professor and Head, Department of Electronc Engneerng, Mandalay Technologcal Unversty for permttng all necessary electronc components has been used for lab centre. The author also wshes to thank to supervsor Dr. Saw Aung Nyen Oo (Lecturer), Department of Electronc Engneerng, Mandalay Technologcal Unversty accomplshed gudance, hs wllngness to share hs deas and, helpful suggestons and for hs patence, contnuous supervson and encouragement durng a long perod of ths paper. REFERENCES [1] Vvek Des Hpande and P M George, Knematc modellng and analyss of 5DOF Robotc arm, Internatonal Journal of Robotcs Research and Development(IJRRD),vol4,Issue2,Apr 2014, [2] Armn A.Mohammed: knematcs modelng of a 4DOF RobotcArm, : [3] Janshed Iqbal, Razu Ul Islam,ans Hamza Khan: Modelng and Analyss of 6DOF Robotc Arm Manpulator, Canadan Journal on Electral and Electronc Engneerng, vol3,no6,july [4] Wa Mar Mynt: Knematcs Control of Pck and Place Robot Arm, Internatonal Journal of Engneerng and Technques-volume 1,Issue 4, July-Aug 2015 [5] Alejandro Leva Toquca, Ruthber Rodrguez, Ardan Fernando ChavarroChavrro, knematcs modellng of a robotc arm manpulator usng MATLAB ; [6] Anonymous. : Mega 2560 datasheet.pdf [7] Khn Moe Mynt: Poston Control for pck and place Robot Arm for Object sortng system,internatonal Journal of Scentfc & Technology Research,vol5, ssue06, junw 2016 All Rghts Reserved 2018 IJSETR 52

6 Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR) [8] Ashraf Elfasakhany,Edurado Yanez, Karen Baylon,Rcard Salgado: Desgn and development of a Compettve Low-cost Robot arm wth 4 DOF,do: publshed onlne November 2011 [9] Mohaned Naufal Bn Omar: Pck and Place Robot Arm controlled by computer [10] Peter Corke : Robotc Toolbox For MATLAB All Rghts Reserved 2018 IJSETR 53

ROBOT KINEMATICS. ME Robotics ME Robotics

ROBOT KINEMATICS. ME Robotics ME Robotics ROBOT KINEMATICS Purpose: The purpose of ths chapter s to ntroduce you to robot knematcs, and the concepts related to both open and closed knematcs chans. Forward knematcs s dstngushed from nverse knematcs.

More information

Six-axis Robot Manipulator Numerical Control Programming and Motion Simulation

Six-axis Robot Manipulator Numerical Control Programming and Motion Simulation 2016 Internatonal Conference on Appled Mechancs, Mechancal and Materals Engneerng (AMMME 2016) ISBN: 978-1-60595-409-7 S-as Robot Manpulator Numercal Control Programmng and Moton Smulaton Chen-hua SHE

More information

The motion simulation of three-dof parallel manipulator based on VBAI and MATLAB Zhuo Zhen, Chaoying Liu* and Xueling Song

The motion simulation of three-dof parallel manipulator based on VBAI and MATLAB Zhuo Zhen, Chaoying Liu* and Xueling Song Internatonal Conference on Automaton, Mechancal Control and Computatonal Engneerng (AMCCE 25) he moton smulaton of three-dof parallel manpulator based on VBAI and MALAB Zhuo Zhen, Chaoyng Lu* and Xuelng

More information

Inverse kinematic Modeling of 3RRR Parallel Robot

Inverse kinematic Modeling of 3RRR Parallel Robot ème Congrès Franças de Mécanque Lyon, 4 au 8 Août 5 Inverse knematc Modelng of RRR Parallel Robot Ouafae HAMDOUN, Fatma Zahra BAGHLI, Larb EL BAKKALI Modelng and Smulaton of Mechancal Systems Laboratory,

More information

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD

Analysis on the Workspace of Six-degrees-of-freedom Industrial Robot Based on AutoCAD Analyss on the Workspace of Sx-degrees-of-freedom Industral Robot Based on AutoCAD Jn-quan L 1, Ru Zhang 1,a, Fang Cu 1, Q Guan 1 and Yang Zhang 1 1 School of Automaton, Bejng Unversty of Posts and Telecommuncatons,

More information

Pose, Posture, Formation and Contortion in Kinematic Systems

Pose, Posture, Formation and Contortion in Kinematic Systems Pose, Posture, Formaton and Contorton n Knematc Systems J. Rooney and T. K. Tanev Department of Desgn and Innovaton, Faculty of Technology, The Open Unversty, Unted Kngdom Abstract. The concepts of pose,

More information

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1%

We are IntechOpen, the first native scientific publisher of Open Access books. International authors and editors. Our authors are among the TOP 1% We are IntechOpen, the frst natve scentfc publsher of Open Access books 3,350 108,000 1.7 M Open access books avalable Internatonal authors and edtors Downloads Our authors are among the 151 Countres delvered

More information

DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER

DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER DESIGN OF A HAPTIC DEVICE FOR EXCAVATOR EQUIPPED WITH CRUSHER Kyeong Won Oh, Dongnam Km Korea Unversty, Graduate School 5Ga-1, Anam-Dong, Sungbuk-Gu, Seoul, Korea {locosk, smleast}@korea.ac.kr Jong-Hyup

More information

Parallel manipulator robots design and simulation

Parallel manipulator robots design and simulation Proceedngs of the 5th WSEAS Int. Conf. on System Scence and Smulaton n Engneerng, Tenerfe, Canary Islands, Span, December 16-18, 26 358 Parallel manpulator robots desgn and smulaton SAMIR LAHOUAR SAID

More information

INVERSE DYNAMICS ANALYSIS AND SIMULATION OF A CLASS OF UNDER- CONSTRAINED CABLE-DRIVEN PARALLEL SYSTEM

INVERSE DYNAMICS ANALYSIS AND SIMULATION OF A CLASS OF UNDER- CONSTRAINED CABLE-DRIVEN PARALLEL SYSTEM U.P.B. Sc. Bull., Seres D, Vol. 78, Iss., 6 ISSN 454-58 INVERSE DYNAMICS ANALYSIS AND SIMULATION OF A CLASS OF UNDER- CONSTRAINED CABLE-DRIVEN PARALLEL SYSTEM We LI, Zhgang ZHAO, Guangtan SHI, Jnsong LI

More information

Solving two-person zero-sum game by Matlab

Solving two-person zero-sum game by Matlab Appled Mechancs and Materals Onlne: 2011-02-02 ISSN: 1662-7482, Vols. 50-51, pp 262-265 do:10.4028/www.scentfc.net/amm.50-51.262 2011 Trans Tech Publcatons, Swtzerland Solvng two-person zero-sum game by

More information

A proposal for the motion analysis method of skiing turn by measurement of orientation and gliding trajectory

A proposal for the motion analysis method of skiing turn by measurement of orientation and gliding trajectory Avalable onlne at www.scencedrect.com Proceda Engneerng 13 (211) 17 22 5 th Asa-Pacfc Congress on Sports Technology (APCST) A proposal for the moton analyss method of skng turn by measurement of orentaton

More information

DETC ANALYSIS OF THREE DEGREE OF FREEDOM 6 6 TENSEGRITY PLATFORM

DETC ANALYSIS OF THREE DEGREE OF FREEDOM 6 6 TENSEGRITY PLATFORM Proceedngs of 006 DETC: ASME 006 Desgn Engneerng Techncal Conferences and Computers and Informaton n Engneerng Conference September 0-, 006, Phladelpha, Pennsylvana, USA DETC006-990 AAYSIS OF THREE DEGREE

More information

Quick error verification of portable coordinate measuring arm

Quick error verification of portable coordinate measuring arm Quck error verfcaton of portable coordnate measurng arm J.F. Ouang, W.L. Lu, X.H. Qu State Ke Laborator of Precson Measurng Technolog and Instruments, Tanjn Unverst, Tanjn 7, Chna Tel.: + 86 [] 7-8-99

More information

Development of a FPGA-based Motion Control IC for Robot Arm

Development of a FPGA-based Motion Control IC for Robot Arm Development of a FPGA-based oton Control IC for Robot Arm Yng-Sheh ung, ember IEEE Southern Tawan Unversty of Technology No. Nan-Ta Street, Yung-ang Tanan County, 7, TAIWAN kung@mal.stut.edu.tw Gua-Sheh

More information

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS

NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS ARPN Journal of Engneerng and Appled Scences 006-017 Asan Research Publshng Network (ARPN). All rghts reserved. NUMERICAL SOLVING OPTIMAL CONTROL PROBLEMS BY THE METHOD OF VARIATIONS Igor Grgoryev, Svetlana

More information

Inverse Kinematic Solution of Robot Manipulator Using Hybrid Neural Network

Inverse Kinematic Solution of Robot Manipulator Using Hybrid Neural Network Inverse Knematc Soluton of Robot Manpulator Usng Hybrd Neural Network Panchanand Jha Natonal Insttute of Technology, Department of Industral Desgn, Rourkela, Inda Emal: jha_p007@hotmal.com Bbhut B. Bswal

More information

Kinematics of pantograph masts

Kinematics of pantograph masts Abstract Spacecraft Mechansms Group, ISRO Satellte Centre, Arport Road, Bangalore 560 07, Emal:bpn@sac.ernet.n Flght Dynamcs Dvson, ISRO Satellte Centre, Arport Road, Bangalore 560 07 Emal:pandyan@sac.ernet.n

More information

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision

SLAM Summer School 2006 Practical 2: SLAM using Monocular Vision SLAM Summer School 2006 Practcal 2: SLAM usng Monocular Vson Javer Cvera, Unversty of Zaragoza Andrew J. Davson, Imperal College London J.M.M Montel, Unversty of Zaragoza. josemar@unzar.es, jcvera@unzar.es,

More information

Mathematical Model for Motion Control of Redundant Robot Arms

Mathematical Model for Motion Control of Redundant Robot Arms Mathematcal Model for Moton Control of Redundant Robot Arms EVGENIY KRASTEV Department of Mathematcs and Informatcs Sofa Unversty St. Klment Ohrdsky 5, James Boucher blvd., 1164 Sofa BULGARIA eck@fm.un-sofa.bg

More information

Contours Planning and Visual Servo Control of XXY Positioning System Using NURBS Interpolation Approach

Contours Planning and Visual Servo Control of XXY Positioning System Using NURBS Interpolation Approach Inventon Journal of Research Technology n Engneerng & Management (IJRTEM) ISSN: 2455-3689 www.jrtem.com olume 1 Issue 4 ǁ June. 2016 ǁ PP 16-23 Contours Plannng and sual Servo Control of XXY Postonng System

More information

A high precision collaborative vision measurement of gear chamfering profile

A high precision collaborative vision measurement of gear chamfering profile Internatonal Conference on Advances n Mechancal Engneerng and Industral Informatcs (AMEII 05) A hgh precson collaboratve vson measurement of gear chamferng profle Conglng Zhou, a, Zengpu Xu, b, Chunmng

More information

WORKSPACE OPTIMIZATION OF ORIENTATIONAL 3-LEGGED UPS PARALLEL PLATFORMS

WORKSPACE OPTIMIZATION OF ORIENTATIONAL 3-LEGGED UPS PARALLEL PLATFORMS Proceedngs of DETC 02 ASME 2002 Desgn Engneerng Techncal Conferences and Computers and Informaton n Engneerng Conference Montreal, Canada, September 29-October 2, 2002 DETC2002/MECH-34366 WORKSPACE OPTIMIZATION

More information

Kinematics Modeling and Analysis of MOTOMAN-HP20 Robot

Kinematics Modeling and Analysis of MOTOMAN-HP20 Robot nd Workshop on Advanced Research and Technolog n Industr Applcatons (WARTIA ) Knematcs Modelng and Analss of MOTOMAN-HP Robot Jou Fe, Chen Huang School of Mechancal Engneerng, Dalan Jaotong Unverst, Dalan,

More information

Contour Error of the 3-DoF Hydraulic Translational Parallel Manipulator. Ryszard Dindorf 1,a, Piotr Wos 2,b

Contour Error of the 3-DoF Hydraulic Translational Parallel Manipulator. Ryszard Dindorf 1,a, Piotr Wos 2,b Advanced Materals Research Vol. 874 (2014) 57-62 Onlne avalable snce 2014/Jan/08 at www.scentfc.net (2014) rans ech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.874.57 Contour Error of the 3-DoF

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

ON THE DESIGN OF LARGE SCALE REDUNDANT PARALLEL MANIPULATOR. Wu huapeng, Heikki handroos and Juha kilkki

ON THE DESIGN OF LARGE SCALE REDUNDANT PARALLEL MANIPULATOR. Wu huapeng, Heikki handroos and Juha kilkki ON THE DESIGN OF LARGE SCALE REDUNDANT PARALLEL MANIPULATOR Wu huapeng, Hekk handroos and Juha klkk Machne Automaton Lab, Lappeenranta Unversty of Technology LPR-5385 Fnland huapeng@lut.f, handroos@lut.f,

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

An Optimal Algorithm for Prufer Codes *

An Optimal Algorithm for Prufer Codes * J. Software Engneerng & Applcatons, 2009, 2: 111-115 do:10.4236/jsea.2009.22016 Publshed Onlne July 2009 (www.scrp.org/journal/jsea) An Optmal Algorthm for Prufer Codes * Xaodong Wang 1, 2, Le Wang 3,

More information

The Structure and Dimensional Design of a Reconfigurable PKM

The Structure and Dimensional Design of a Reconfigurable PKM Internatonal Journal of Advanced Robotc Systems ARTICLE The Structure and Dmensonal Desgn of a Reconfgurable PKM Regular Paper Xaoqang Tang,*, Dengfeng Sun 2 and Zhufeng Shao The State Key Laboratory of

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Modeling Concave Globoidal Cam with Swinging Roller Follower: A Case Study

Modeling Concave Globoidal Cam with Swinging Roller Follower: A Case Study Modelng Concave Globodal Cam wth Swngng Roller Follower: A Case Study Nguyen Van Tuong, and Premysl Pokorny Abstract Ths paper descrbes a computer-aded desgn for desgn of the concave globodal cam wth cylndrcal

More information

Virtual Machine Migration based on Trust Measurement of Computer Node

Virtual Machine Migration based on Trust Measurement of Computer Node Appled Mechancs and Materals Onlne: 2014-04-04 ISSN: 1662-7482, Vols. 536-537, pp 678-682 do:10.4028/www.scentfc.net/amm.536-537.678 2014 Trans Tech Publcatons, Swtzerland Vrtual Machne Mgraton based on

More information

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur

FEATURE EXTRACTION. Dr. K.Vijayarekha. Associate Dean School of Electrical and Electronics Engineering SASTRA University, Thanjavur FEATURE EXTRACTION Dr. K.Vjayarekha Assocate Dean School of Electrcal and Electroncs Engneerng SASTRA Unversty, Thanjavur613 41 Jont Intatve of IITs and IISc Funded by MHRD Page 1 of 8 Table of Contents

More information

Calibration of an Articulated Camera System

Calibration of an Articulated Camera System Calbraton of an Artculated Camera System CHEN Junzhou and Kn Hong WONG Department of Computer Scence and Engneerng The Chnese Unversty of Hong Kong {jzchen, khwong}@cse.cuhk.edu.hk Abstract Multple Camera

More information

Design, Simulation and Implementation of a 3-PUU Parallel Mechanism for a Macro/mini Manipulator

Design, Simulation and Implementation of a 3-PUU Parallel Mechanism for a Macro/mini Manipulator Desgn, Smulaton and Implementaton of a 3-PUU Parallel Mechansm for a Macro/mn Manpulator Zheng Ma, Aun-Neow Poo, Marcelo H. Ang Jr, Geok-Soon Hong, and Feng Huo, Abstract Parallel mechansms have the advantages

More information

Basic Walking Simulations and Gravitational Stability Analysis for a Hexapod Robot Using Matlab

Basic Walking Simulations and Gravitational Stability Analysis for a Hexapod Robot Using Matlab Basc Walkng Smulatons and Gravtatonal Stablty Analyss for a Hexapod Robot Usng Matlab Sorn Mănou-Olaru*, Mrcea Nţulescu ** *Department of Automaton, Electroncs and Mechatroncs, Unversty of Craova, Romana

More information

Calibration of an Articulated Camera System

Calibration of an Articulated Camera System Calbraton of an Artculated Camera System CHEN Junzhou and Kn Hong WONG Department of Computer Scence and Engneerng The Chnese Unversty of Hong Kong {jzchen, khwong}@cse.cuhk.edu.hk Abstract Multple Camera

More information

Computational Issues in the Planning and Kinematics of Binary Robots Abstract 1. Introduction 2. Workspace Analysis and Optimization

Computational Issues in the Planning and Kinematics of Binary Robots Abstract 1. Introduction 2. Workspace Analysis and Optimization Computatonal Issues n the Plannng and Knematcs of Bnary Robots Matthew D. Lchter, Vvek A. Sujan, and Steven Dubowsky { lchter vasujan dubowsky@mt.edu } Department of Mechancal Engneerng Massachusetts Insttute

More information

Low Cost Robot Arm with Visual Guided Positioning

Low Cost Robot Arm with Visual Guided Positioning Low ost Robot Arm wth Vsual Guded Postonng Petra Đurovć, Ratko Grbć, Robert upec and Damr Flko Josp Juraj Strossmayer Unversty of Osjek, Faculty of Electrcal Engneerng, omputer Scence and Informaton Technology

More information

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole

The Research of Ellipse Parameter Fitting Algorithm of Ultrasonic Imaging Logging in the Casing Hole Appled Mathematcs, 04, 5, 37-3 Publshed Onlne May 04 n ScRes. http://www.scrp.org/journal/am http://dx.do.org/0.436/am.04.584 The Research of Ellpse Parameter Fttng Algorthm of Ultrasonc Imagng Loggng

More information

PLANAR PARALLEL 3-RPR MANIPULATOR

PLANAR PARALLEL 3-RPR MANIPULATOR PLANAR PARALLEL 3-RPR MANIPULATOR Robert L. Wllams II Atul R. Josh Oho Unversty Athens, O 45701 Proceedngs of the Sxth Conference on Appled Mechansms and Robotcs Cncnnat O, December 12-15, 1999 Contact

More information

BOLETIM TECNICO DA PETROBRAS VOL. 61, 2017

BOLETIM TECNICO DA PETROBRAS VOL. 61, 2017 BOEIM ECNICO DA PEROBRAS VO. 6, 27 Guest Edtors: Hao WANG, Mn DUAN Copyrght 27, PB Publshng ISBN: 978--9482--3 ISSN:6-67 http://www.pbpublshng.com.br EISSN:676-6385 Study of Space Manpulator Moton Analyss

More information

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers

Content Based Image Retrieval Using 2-D Discrete Wavelet with Texture Feature with Different Classifiers IOSR Journal of Electroncs and Communcaton Engneerng (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735.Volume 9, Issue, Ver. IV (Mar - Apr. 04), PP 0-07 Content Based Image Retreval Usng -D Dscrete Wavelet wth

More information

Accounting for the Use of Different Length Scale Factors in x, y and z Directions

Accounting for the Use of Different Length Scale Factors in x, y and z Directions 1 Accountng for the Use of Dfferent Length Scale Factors n x, y and z Drectons Taha Soch (taha.soch@kcl.ac.uk) Imagng Scences & Bomedcal Engneerng, Kng s College London, The Rayne Insttute, St Thomas Hosptal,

More information

Sensory Redundant Parallel Mobile Mechanism

Sensory Redundant Parallel Mobile Mechanism Sensory Redundant Parallel Moble Mechansm Shraga Shoval and Moshe Shoham* Department of Industral Engneerng & Management, Academc College of Judea and Samara, Arel., *Faculty of Mechancal Engneerng, Technon,

More information

Kinematics and Application of a Hybrid Industrial Robot Delta-RST

Kinematics and Application of a Hybrid Industrial Robot Delta-RST Sensors & ransducers Vol 9 Iue Aprl pp 8-9 Sensors & ransducers by IFSA Publshng S L http://wwwsensorsportalcom Knemat and Applcaton of a Hybrd Industral Robot Delta-RS Nng Lu unjun Wu College of Informaton

More information

Analysis of Continuous Beams in General

Analysis of Continuous Beams in General Analyss of Contnuous Beams n General Contnuous beams consdered here are prsmatc, rgdly connected to each beam segment and supported at varous ponts along the beam. onts are selected at ponts of support,

More information

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning

Computer Animation and Visualisation. Lecture 4. Rigging / Skinning Computer Anmaton and Vsualsaton Lecture 4. Rggng / Sknnng Taku Komura Overvew Sknnng / Rggng Background knowledge Lnear Blendng How to decde weghts? Example-based Method Anatomcal models Sknnng Assume

More information

Development of Inverse Dynamic Controller for Industrial robots with HyRoHILS system

Development of Inverse Dynamic Controller for Industrial robots with HyRoHILS system June 2-5, KINTEX, Gyeongg-Do, Korea Development of Inverse Dynamc Controller for Industral robots wth HyRoHILS system Je Sung Yeon*, Eu Jn Km**, Sang-Hun Lee**, Jong Hyeon Park*, and Jong-Sung Hur** *

More information

Jeha Ryu* and Jongeun Cha. Jeha Ryu* is with Department of Mechatronics, Kwangju Institute of Science and Technology (K-JIST),

Jeha Ryu* and Jongeun Cha. Jeha Ryu* is with Department of Mechatronics, Kwangju Institute of Science and Technology (K-JIST), Volumetrc Error Analyss and Archtecture Optmzaton for Accuracy of HexaSldeype Parallel Manpulators Jeha Ryu* and Jongeun Cha Jeha Ryu* s wth Department of Mechatroncs, Kwangju Insttute of Scence and echnology

More information

3D vector computer graphics

3D vector computer graphics 3D vector computer graphcs Paolo Varagnolo: freelance engneer Padova Aprl 2016 Prvate Practce ----------------------------------- 1. Introducton Vector 3D model representaton n computer graphcs requres

More information

Calibration of an Articulated Camera System with Scale Factor Estimation

Calibration of an Articulated Camera System with Scale Factor Estimation Calbraton of an Artculated Camera System wth Scale Factor Estmaton CHEN Junzhou, Kn Hong WONG arxv:.47v [cs.cv] 7 Oct Abstract Multple Camera Systems (MCS) have been wdely used n many vson applcatons and

More information

Optimum Synthesis of Mechanisms For Path Generation Using a New Curvature Based Deflection Based Objective Function

Optimum Synthesis of Mechanisms For Path Generation Using a New Curvature Based Deflection Based Objective Function Proceedngs of the 6th WSEAS Internatonal Conference on Smulaton, Modellng and Optmzaton, Lsbon, Portugal, September -4, 6 67 Optmum Synthess of Mechansms For Path Generaton Usng a ew Curvature Based Deflecton

More information

Coordinate measuring method with two operation modes based on the adjustable articulated arms

Coordinate measuring method with two operation modes based on the adjustable articulated arms Coordnate measurng method wth two operaton modes based on the adjustable artculated arms Lanqng Zhu Wexan L Zhkang Pan Yangkuan Guo Qngshan Chen Optcal Engneerng 53(12), 122407 (December 2014) Coordnate

More information

Hermite Splines in Lie Groups as Products of Geodesics

Hermite Splines in Lie Groups as Products of Geodesics Hermte Splnes n Le Groups as Products of Geodescs Ethan Eade Updated May 28, 2017 1 Introducton 1.1 Goal Ths document defnes a curve n the Le group G parametrzed by tme and by structural parameters n the

More information

MECHATRONIC MODEL FOR THE DYNAMIC ANALYSIS OF A ROBOTIC SYSTEM

MECHATRONIC MODEL FOR THE DYNAMIC ANALYSIS OF A ROBOTIC SYSTEM Bulletn of the Translvana Unversty of Braşov Seres I: Engneerng Scences Vol. 6 (55) No. 2-2013 MECHATRONIC MODEL FOR THE DYNAMIC ANALYSIS OF A ROBOTIC SYSTEM Monca ENESCU 1 Abstract: The present paper

More information

STUDIES ON TRAJECTORY TRACKING OF TWO LINK PLANAR MANIPULATOR. By Mr. SANE SUBHASH

STUDIES ON TRAJECTORY TRACKING OF TWO LINK PLANAR MANIPULATOR. By Mr. SANE SUBHASH STUDIES ON TRAJECTORY TRACKING OF TWO LINK PLANAR MANIPULATOR By Mr. SANE SUBHASH Department of Mechancal Engneerng Natonal Insttute of technology, Rourkela Rourkela- 769 8, Odsha, INDIA -4 STUDIES ON

More information

Numerical model describing optimization of fibres winding process on open and closed frame

Numerical model describing optimization of fibres winding process on open and closed frame Journal of Physcs: Conference Seres PAPER OPEN ACCESS Numercal model descrbng optmzaton of fbres wndng process on open and closed frame To cte ths artcle: M Petr et al 06 J Phys: Conf Ser 738 0094 Vew

More information

Four-cable-driven parallel robot

Four-cable-driven parallel robot 2013 13th Internatonal Conference on Control, Automaton and Systems (ICCAS 2013) Oct. 20-23, 2013 n Kmdaejung Conventon Center, Gwangju, Korea Four-cable-drven parallel robot XueJun Jn 1, Dae Ik Jun 1,

More information

Atlas Based Kinematic Optimum Design of the Stewart Parallel Manipulator

Atlas Based Kinematic Optimum Design of the Stewart Parallel Manipulator 20 CHINESE JOURNAL OF MECHANICAL ENGINEERING Vol. 28,aNo. 1,a2015 DOI: 10.3901/CJME.2014.0929.155, avalable onlne at www.sprngerlnk.com; www.cjmenet.com; www.cjmenet.com.cn Atlas Based Knematc Optmum Desgn

More information

FPGA-based implementation of circular interpolation

FPGA-based implementation of circular interpolation Avalable onlne www.jocpr.com Journal of Chemcal and Pharmaceutcal Research, 04, 6(7):585-593 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 FPGA-based mplementaton of crcular nterpolaton Mngyu Gao,

More information

Multi-posture kinematic calibration technique and parameter identification algorithm for articulated arm coordinate measuring machines

Multi-posture kinematic calibration technique and parameter identification algorithm for articulated arm coordinate measuring machines Mult-posture knematc calbraton technque and parameter dentfcaton algorthm for artculated arm coordnate measurng machnes Juan-José AGUILAR, Jorge SANTOLARIA, José-Antono YAGÜE, Ana-Crstna MAJARENA Department

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method

3D Virtual Eyeglass Frames Modeling from Multiple Camera Image Data Based on the GFFD Deformation Method NICOGRAPH Internatonal 2012, pp. 114-119 3D Vrtual Eyeglass Frames Modelng from Multple Camera Image Data Based on the GFFD Deformaton Method Norak Tamura, Somsangouane Sngthemphone and Katsuhro Ktama

More information

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data

Type-2 Fuzzy Non-uniform Rational B-spline Model with Type-2 Fuzzy Data Malaysan Journal of Mathematcal Scences 11(S) Aprl : 35 46 (2017) Specal Issue: The 2nd Internatonal Conference and Workshop on Mathematcal Analyss (ICWOMA 2016) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES

More information

ISSN 2409-9392,,, 2017,. 30 backlashes. Ths allows conductng the cuttng process wthout the formaton of technologcal protruson between wres. Dstnctve features of a new cut shapng technology scheme are reflected

More information

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes

R s s f. m y s. SPH3UW Unit 7.3 Spherical Concave Mirrors Page 1 of 12. Notes SPH3UW Unt 7.3 Sphercal Concave Mrrors Page 1 of 1 Notes Physcs Tool box Concave Mrror If the reflectng surface takes place on the nner surface of the sphercal shape so that the centre of the mrror bulges

More information

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters

Proper Choice of Data Used for the Estimation of Datum Transformation Parameters Proper Choce of Data Used for the Estmaton of Datum Transformaton Parameters Hakan S. KUTOGLU, Turkey Key words: Coordnate systems; transformaton; estmaton, relablty. SUMMARY Advances n technologes and

More information

The Codesign Challenge

The Codesign Challenge ECE 4530 Codesgn Challenge Fall 2007 Hardware/Software Codesgn The Codesgn Challenge Objectves In the codesgn challenge, your task s to accelerate a gven software reference mplementaton as fast as possble.

More information

DESIGN OF A MANIPULATOR PROTOTYPE FOR ON-ORBIT MODULE REPLACEMENT

DESIGN OF A MANIPULATOR PROTOTYPE FOR ON-ORBIT MODULE REPLACEMENT DESIGN OF A MANIPULATOR PROTOTYPE FOR ON-ORBIT MODULE REPLACEMENT Hu Bngshan, Tang Pn, Chen Meng, Zou Huawu, Han Langlang Shangha Insttute of Aerospace Sstems Engneerng, No. 3888, Yuanjang Road, Mnhang

More information

Line-based Camera Movement Estimation by Using Parallel Lines in Omnidirectional Video

Line-based Camera Movement Estimation by Using Parallel Lines in Omnidirectional Video 01 IEEE Internatonal Conference on Robotcs and Automaton RverCentre, Sant Paul, Mnnesota, USA May 14-18, 01 Lne-based Camera Movement Estmaton by Usng Parallel Lnes n Omndrectonal Vdeo Ryosuke kawansh,

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 leadng publsher of Open Access books Bult by scentsts, for scentsts 3,900 116,000 120M Open access books avalable Internatonal authors and edtors Downloads Our authors are

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

Optimization of the robot and positioner motion in a redundant fiber placement workcell

Optimization of the robot and positioner motion in a redundant fiber placement workcell Optmzaton of the robot and postoner moton n a redundant fber placement workcell Juchun Gao, Anatol ashkevch, Stéphane Caro To cte ths verson: Juchun Gao, Anatol ashkevch, Stéphane Caro. Optmzaton of the

More information

High-Boost Mesh Filtering for 3-D Shape Enhancement

High-Boost Mesh Filtering for 3-D Shape Enhancement Hgh-Boost Mesh Flterng for 3-D Shape Enhancement Hrokazu Yagou Λ Alexander Belyaev y Damng We z Λ y z ; ; Shape Modelng Laboratory, Unversty of Azu, Azu-Wakamatsu 965-8580 Japan y Computer Graphcs Group,

More information

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution

Real-time Motion Capture System Using One Video Camera Based on Color and Edge Distribution Real-tme Moton Capture System Usng One Vdeo Camera Based on Color and Edge Dstrbuton YOSHIAKI AKAZAWA, YOSHIHIRO OKADA, AND KOICHI NIIJIMA Graduate School of Informaton Scence and Electrcal Engneerng,

More information

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation

An Iterative Solution Approach to Process Plant Layout using Mixed Integer Optimisation 17 th European Symposum on Computer Aded Process Engneerng ESCAPE17 V. Plesu and P.S. Agach (Edtors) 2007 Elsever B.V. All rghts reserved. 1 An Iteratve Soluton Approach to Process Plant Layout usng Mxed

More information

Dynamic Simulation System Using DOF Picking Robot

Dynamic Simulation System Using DOF Picking Robot Send Orders for Reprnts to reprnts@benthamscence.ae 746 The Open Automaton and Control Systems Journal, 2, 7, 746-7 Dynamc Smulaton System Usng DOF Pckng Robot Open Access Xaojun Lu * Department of Logstcs

More information

XY-Theta Positioning Table with Parallel Kinematics and Unlimited Theta Rotation

XY-Theta Positioning Table with Parallel Kinematics and Unlimited Theta Rotation XY-heta Postonng able wth Parallel Knematcs and Unlmted heta Rotaton Ilan A. Bonev 1, Aleander Yu 2, Paul Zsombor-Murra 2 1 Department of Automated Manufacturng Engneerng, École de echnologe Supéreure,

More information

Module Management Tool in Software Development Organizations

Module Management Tool in Software Development Organizations Journal of Computer Scence (5): 8-, 7 ISSN 59-66 7 Scence Publcatons Management Tool n Software Development Organzatons Ahmad A. Al-Rababah and Mohammad A. Al-Rababah Faculty of IT, Al-Ahlyyah Amman Unversty,

More information

Conceptual Design and Workspace Analysis of an Exechon-inspired Parallel Kinematic Machine

Conceptual Design and Workspace Analysis of an Exechon-inspired Parallel Kinematic Machine Conceptual Desgn and Workspace Analyss of an Exechon-nspred Parallel Knematc Machne Tang, T., Zhao, Y., Jun, Z., & Jn, Y. (2015). Conceptual Desgn and Workspace Analyss of an Exechonnspred Parallel Knematc

More information

Dynamic wetting property investigation of AFM tips in micro/nanoscale

Dynamic wetting property investigation of AFM tips in micro/nanoscale Dynamc wettng property nvestgaton of AFM tps n mcro/nanoscale The wettng propertes of AFM probe tps are of concern n AFM tp related force measurement, fabrcaton, and manpulaton technques, such as dp-pen

More information

Evaluation of an Enhanced Scheme for High-level Nested Network Mobility

Evaluation of an Enhanced Scheme for High-level Nested Network Mobility IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.15 No.10, October 2015 1 Evaluaton of an Enhanced Scheme for Hgh-level Nested Network Moblty Mohammed Babker Al Mohammed, Asha Hassan.

More information

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm

Invariant Shape Object Recognition Using B-Spline, Cardinal Spline, and Genetic Algorithm Proceedngs of the 5th WSEAS Int. Conf. on Sgnal Processng, Robotcs and Automaton, Madrd, Span, February 5-7, 6 (pp4-45) Invarant Shape Obect Recognton Usng B-Splne, Cardnal Splne, and Genetc Algorthm PISIT

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

Support Vector Machines

Support Vector Machines /9/207 MIST.6060 Busness Intellgence and Data Mnng What are Support Vector Machnes? Support Vector Machnes Support Vector Machnes (SVMs) are supervsed learnng technques that analyze data and recognze patterns.

More information

ViSP: A Software Environment for Eye-in-Hand Visual Servoing

ViSP: A Software Environment for Eye-in-Hand Visual Servoing VSP: A Software Envronment for Eye-n-Hand Vsual Servong Érc Marchand IRISA - INRIA Rennes Campus de Beauleu, F-3542 Rennes Cedex Emal: Erc.Marchand@rsa.fr Abstract In ths paper, we descrbe a modular software

More information

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization

Problem Definitions and Evaluation Criteria for Computational Expensive Optimization Problem efntons and Evaluaton Crtera for Computatonal Expensve Optmzaton B. Lu 1, Q. Chen and Q. Zhang 3, J. J. Lang 4, P. N. Suganthan, B. Y. Qu 6 1 epartment of Computng, Glyndwr Unversty, UK Faclty

More information

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET

APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET APPLICATION OF PREDICTION-BASED PARTICLE FILTERS FOR TELEOPERATIONS OVER THE INTERNET Jae-young Lee, Shahram Payandeh, and Ljljana Trajovć School of Engneerng Scence Smon Fraser Unversty 8888 Unversty

More information

Computer models of motion: Iterative calculations

Computer models of motion: Iterative calculations Computer models o moton: Iteratve calculatons OBJECTIVES In ths actvty you wll learn how to: Create 3D box objects Update the poston o an object teratvely (repeatedly) to anmate ts moton Update the momentum

More information

Programming in Fortran 90 : 2017/2018

Programming in Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Programmng n Fortran 90 : 2017/2018 Exercse 1 : Evaluaton of functon dependng on nput Wrte a program who evaluate the functon f (x,y) for any two user specfed values

More information

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide

Lobachevsky State University of Nizhni Novgorod. Polyhedron. Quick Start Guide Lobachevsky State Unversty of Nzhn Novgorod Polyhedron Quck Start Gude Nzhn Novgorod 2016 Contents Specfcaton of Polyhedron software... 3 Theoretcal background... 4 1. Interface of Polyhedron... 6 1.1.

More information

Step-3 New Harmony vector, improvised based on the following three mechanisms: (1) random selection, (2) memory consideration, and (3)

Step-3 New Harmony vector, improvised based on the following three mechanisms: (1) random selection, (2) memory consideration, and (3) Optmal synthess of a Path Generator Lnkage usng Non Conventonal Approach Mr. Monsh P. Wasnk 1, Prof. M. K. Sonpmple 2, Prof. S. K. Undrwade 3 1 M-Tech MED Pryadarshn College of Engneerng, Nagpur 2,3 Mechancal

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

Design of a Haptic Device for Teleoperation and Virtual Reality Systems

Design of a Haptic Device for Teleoperation and Virtual Reality Systems Proceedngs of the 2009 IEEE Internatonal Conference on Systems, Man, and Cybernetcs San Antono, TX, USA - October 2009 Desgn of a Haptc Devce for Teleoperaton and Vrtual Realty Systems Mehmet smet Can

More information

Realistic Posture Prediction

Realistic Posture Prediction Realstc Posture Predcton K. Abdel-Malek W. Yu M. Jaber 2 Department of Mechancal Engneerng and Center for Computer Aded Desgn (CCAD) The Unversty of Iowa Iowa Cty, IA 52242 Tel. (39) 335-5676 Fax. (39)

More information

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009.

Assignment # 2. Farrukh Jabeen Algorithms 510 Assignment #2 Due Date: June 15, 2009. Farrukh Jabeen Algorthms 51 Assgnment #2 Due Date: June 15, 29. Assgnment # 2 Chapter 3 Dscrete Fourer Transforms Implement the FFT for the DFT. Descrbed n sectons 3.1 and 3.2. Delverables: 1. Concse descrpton

More information