Actual trajectory. Desired trajectory. Actual trajectory z [m] 0.1. z [m] 0.1. Desired trajectory 0.

Size: px
Start display at page:

Download "Actual trajectory. Desired trajectory. Actual trajectory z [m] 0.1. z [m] 0.1. Desired trajectory 0."

Transcription

1 EndoBot: a Robotic Assistant in Minimally Invasive Surgeries Hyosig Kang and John T. Wen Center for Automation Technologies Rensselaer Polytechnic Institute, Troy, NY 1218 fkang,weng@cat.rpi.edu Abstract This paper presents a new surgical robotic system called EndoBot for assisting surgeons in performing minimally invasive surgery(mis). The EndoBot is designed for collaborative operation between the surgeon and the robot. The demand on the surgeon is higher during suturing task which is the primary tissue approximation method and has been known as one of the most difficult tasks in MIS. Our work is the first effort in autonomous robotic suturing for MIS. In this paper, we show the motion controller design for autonomous and shared control mode and discuss autonomous robotic suturing algorithms. precision and mechanical stability of the operation. Various specialized robotic tools have also been proposed [18 2]. For example, additional joints (like fingers) may be added to the end of the endoscopic tool to enhance the tool dexterity without requiring the motion of the entire tool stem. This is particularly useful in cardiac operation where the motion of the tool stem is limited [1, 13, 2]. It is important to note that in the various robotic surgical assistant systems described above, the surgical procedures are still completely performed by the human surgeon. The human commands are then mimicked by the robotic device through computer control. 1 Introduction Minimally invasive surgery (MIS), of which laparoscopy is an example, is an attractive alternative to the open surgery whereby the same operations are performed using specialized instruments designed to fit into the body through several pencil-sized holes instead of one large incision. By eliminating the large incision, it has many advantages over conventional open surgery. It can minimize trauma and pain, and reduce the recovery time and so reduce the hospital stay and cost [1]. However, the surgeon faces with the challenge of limited and constrained motion as well as indirect visual feedback. As demonstrated in [2], time-motion studies of endoscopic surgeries have indicated that for operations such as suturing, knot tying, suture cutting, and tissue dissection, the operation time variation between surgeons can be as large as 5%. The continuing growth of MIS operations depends in a large part on the reduction of variability and increase of efficiency of the MIS procedures. Toward this goal, many robotic devices have been patented or proposed [3 1]. One class of surgical robotic devices that has been proposed to assist surgeons in endoscopic surgeries is based on the concept of teleoperation" [4,11,12]. In [4,13 15], the surgeon's view of the operation may be further enhanced by vision to create a virtual presence." Various robotic positioners and stabilizers have also been proposed where, similar to the teleoperation, arobothold- ing surgical tool is controlled to follow surgeon's command [8, 12, 16, 17]. The role of the robot is to filter out tremor and disturbance of surgeon's hands to enhance the Figure 1: EndoBots In this paper, we present a new surgical robot design for MIS operations; we call this robot the EndoBot( shown in Figure 1). The EndoBot is designed for collaborative operation between the surgeon and the robotic device. The surgeon can select the device to operate completely manually, collaboratively where motion of the robotic device in certain directions are under computer control and others under manual surgeon control, or autonomously where the complete device is under computer control and surgeon's supervision. In this paper, we will present the mechanical design, kinematics and dynamics, control architecture, and suturing and knot tying results related to EndoBots. 1

2 2 The Robot System The EndoBot is capable of four degree-of-freedom(4- DOF) motion and consists of two parts as shown in Figure 2: rotational stage and translational stage. The rotational stage creates the spherical motion based on a pair of motor-driven semicircular arches for yaw and pitch, and a sleeve that can generate rolling motion. The translational stage carries the specific tool which is actuated pneumatically and is translated along the tool z-axis. All four actuators are DC servo motors and linear motion for translational stage is converted by lead screws. All axes are back-drivable when the motors are not energized. The center of rotation of the archjoints is at the incision point of the patient's abdominal wall. Therefore, any motion of EndoBot will not cause any tearing of the incision point. 3.1 Manual Mode For the manual mode, the controller only provides gravity compensation, so even when the EndoBot is in a tilted position, it will not fall: fi = G(q)+N(_q): 3.2 Autonomous Mode For the autonomous mode, the desired Cartesian motion is converted to the joint motion through inverse kinematics. An proportional-derivative (PD) joint level controller with friction and gravity compensation is then applied to track the required motion [22]. The controller torque is of the following form: fi = K p (q k 1 (x T d ) K d (q J 1 (q) x_ T d )+G(q)+N(_q) (2) where x T d is the desired motion for the task coordinate x T and k 1 is the inverse kinematics function and J 1 is the inverse Jacobian matrix. Ignoring the Coriolis/centrifugal terms (due to small velocity), the closed loop system is of the form: Më + K d _e + K p e =: (3) Due to the high gear ratio, M is approximately constant and diagonal. The PD gains, K p and K d, are chosen to be diagonal and provide critical damping. We have found that friction compensation (especially the Coulomb friction) is of critical importance to tracking accuracy [21]. Figure 2: Mechanical overview of EndoBot The dynamics in the following general form: M(q) q + C(q; _q)_q + G(q)+N(_q) =fi (1) where M is the mass-inertia matrix, C the Coriolis and centrifugal forces, G the gravity load, N the friction, and fi the joint torque. Due to low speed operation, we will ignore C. The task coordinate is chosen to be the position of the end effector and the roll angle. We willdenotethe task coordinate by x T and the Jacobian by J(q) whereq is the joint coordinate parameterized by yaw angle, pitch angle, roll angle, and translation. A full description of the kinematics and dynamics of EndoBots, and the parameter identification result can be found in [21]. 3 Control Architecture The control architecture is designed to allow the surgeon and the robot to collaborate in a range of programmable modes: 3.3 Shared Control Mode Shared control, as the name implies, enables the human operator and computer control the manipulator in parallel. In other words, the surgeon control some axes while the computer concurrently control other axes by adding an artificial constraint to relieve the surgeon of some sub task that would be tiring the surgeon to concentrate on such as tool alignment. In the shared control mode, the surgeon specifies motion constraints (directions where there should be no motion) and the complementary free motion direction. We will consider both joint space and direct Cartesian space implementations. Let the motion constraint on the task coordinate x T be specified as x c = c(x T )= (4) where c is a constraint function. Let f( ) be the complement ofc so that d(x T )=» c(xt ) f(x T ) (5) is a diffeomorphism (i.e., d is one-to-one and onto, and d and d 1 are both continuously differentiable). For example, suppose that the tip is to follow a straight line (through the center of the spherical joint). Let the 2

3 Figure 3: Block diagram of joint space shared controller straight line be parameterized as x a 1 = y a 2 = z a 3 : Then the constraint function is c(x T )=» 1 a 1 1 a 2 1 a 1 1 a 3 x T : (6) The free motion function, f, may be chosen to be any function that is not linearly dependent onc. However, to avoid coupling, it is in general desirable to choose f to be orthogonal to c. In this case, we maychoose f to be» a1 a f(x T )= 2 a 3 : (7) 1 where d is from (5). The desired task space velocity may be found similarly:» Jc x_ T d = J f 1» J f J _q where J c J f x T d is found, the same joint space controller (2) may be used. Figure 4 and Figure 5 show the experimental results of constraining the EndoBot tool tip to a line and a circle, respectively, while the operator moves the instrument using the handle. It is important to tune the feedback gains (especially the proportional gain) for the operator to have the right feel (tight but no oscillation). (9) Actual trajectory.6.8 Actual trajectory Desired trajectory z [m].1.12 Desired trajectory z [m] y [m] x [m] y [m] x [m].5 Figure 4: Shared control experiment with constrained line If we use the same joint space controller as described earlier, shared control can be achieved by removing the free motion component in the desired task space trajectory. Specifically, let q be the measured joint angle. The desired free motion should be the same as the actual free motion, therefore, f(x T d )=f(k(q)). The constraint motion is required to be zero, therefore, c(x T d ) =. The desired task space set point can then be obtained from x T d = d 1» f(k(q)) (8) Figure 5: Shared control experiment with constrained circle It is also straightforward to implement shared control in Cartesian space [24]. 4 Ligation Algorithm From closing the wound with an ant's head in ancient time to today's laparoscopic stitching with absorbable material, suturing has a long history and is one of the most 3

4 difficult tasks and uses a significant percentage of operating time in MIS. However, laparoscopic suturing task demands high level of skill and endurance on the surgeon. Despite the needs to be performed autonomously, no research effort has been published. It is worthwhile to decompose the suturing task into subtask and figure out what challenge is encountered with each subtask. The most common knotting technique used in surgery is a square knot and it is preferable because of requiring fewer steps than a surgeon's knot [23]. For this reason, only the square knot technique has been considered for analysis. Based on the observation of the manual suturing operation, the suturing task can be broken down into the following four subtasks: Stitching The stitching subtask is involved in entrance and exit bites, extracting the needle, and pulling the suture. The challenge of this subtask lies in manipulating the curved needle between two graspers without slippage or dropping. Creating a suture loop In the subtask of loop forming, a wrapping motion is required to create a suture loop with long tail and this is difficult to perform autonomously because the trajectory of the suture is not predictable due to its flexibility. The surgeon creates the loop based on visual feedback. Developing a knot Once a suture loop is created, the needle or short tail needs to be passed through the loop to develop a knot. The challenge lies in grasping the short tail with one of the grasper and pulling the suture through the loop. Securing a knot Once the knot is formed, proper tension should be applied to secure the knot. With the long stems of laparoscopic instruments, it is difficult to apply the appropriate amount of tension so as not to tear off the soft tissue or loosen the knot. To summarize, the primary challenges are 1) manipulating the curved needle 2) dealing with flexible suture 3) applying proper tension. To address 1), we will consider ashuttle needle device. The basic idea is to transfer the needle between two jaws and lock the tapered tip of needle by oneofjaws. A disposable shuttle needle device is available on market by USSC (US Surgical Corp.). We have adopted this device as our suturing instrument and modified it to be operated by pneumatic power. To address 2), we will consider two algorithms of automatic ligation in this section. The first one uses a standard manual stitching tool instrumented for robotic operation. The second one modifies the grasping tool with a flexible hook to facilitate the knot tying process. 4.1 Algorithm 1 The key observation for tying a simple knot is that if the suture can be placed over the jaw carrying the needle, then a loop can be formed by passing the needle to the other jaw. For a human surgeon, this step is performed by putting the jaws over the thread and then pass the needle. This is not possible for the EndoBots since the thread is flexible and its position is not directly measured. Instead, we use the rigidity of the grasper to guarantee that the suture is placing over the jaw. Automatic tying a simple knot can then be accomplished through the following steps (shown schematically in Figure 6): 1. Make a single stitch near the wound and pull out the suture. The stitcher then retracts until a specified amount of suture has been pulled through the suturing point. 2. Grab the suture tail with the grasper tip. 3. Move the stitcher so that the open jaw(thejaw without the needle) touches the front of the grasper stem. Denote the point of contact between the stitcher jaw and grasper stem P. 4. Rotate the stitcher 18 ffi about the axis OP where O is the center of the spherical joint. At the completion of this step, the thread has to lay over the open jaw. 5. Move the stitcher towards the grasper until the grasper stem is within the open jaw of the stitcher. 6. Rotate the grasper so that its narrow side faces the jaw opening. The stitcher can now close and pass the needle to the other jaw. 7. Retract the stitcher to tighten the knot. Figure 6: Autonomous simple knot tying algorithm 1 The above procedure would create a simple knot. Two simple knots may be combined to form a square knot. However, the second simple knot must be the mirror image of the first, otherwise, the knot is known as the granny knot which is not secure. 4

5 The above procedure works well most of the time in the laboratory, but has the following drawbacks: ffl In the Step 4 above, a large angle is required between the two instruments. For knots near the center of the workspace, this may not be feasible. ffl Because of errors in positioning, the thin suture thread could fall between the open jaw and the grasper stem. ffl During retraction stage, the thread could get tangled. 4.2 Ligation Algorithm 2 The first algorithm is a step toward automatic laparoscopic suturing and knotting, but suffers several drawbacks as to render the procedure less than robust. To address these issues, we made a small modification of the conventional grasping instrument. The key observation is that if we can hold on to any part of the suture at a known position, the rotation of the stitcher would be unnecessary. To achieve this, we added a reciprocating actuator connected to a flexible hook over the grasper hinge so that it can be extended or extracted as needed (see Figure 7). Figure 8: Autonomous simple knot tying algorithm 2 Figure 7: Flexible hook for catching the suture The simple knot algorithm is now modified as described below (shown schematically in Figure 8 and pictures from the experiment in Figure 9): 1. Perform Steps 1 2 in Algorithm Extend the flexible hook. Move the stitcher over the hook from the front toback so that the suture hangs over the hook. 3. Perform Steps 5 6 in Algorithm Retract the flexible hook. 5. Retract the stitcher to tighten the knot. Again, a mirror image of the first simple knot needs to be performed to ensure a secured square knot. It is done by replacing the motion over the hook to back to front (instead of front to back). This algorithm does not have the angle limitation as in Algorithm 1. The motion over the hook can be designed so the thread is always snared by the hook, so the positioning requirement is not as tight as before. Finally, since the hook is close to the grasper tip, the grasper could retract by a small amount as to avoid thread tangling. Figure 9: Implementation of simple knot tying algorithm 2 5

6 5 Conclusion This paper has presented the mechanical design, control architecture, experimental results, and algorithmic implementation of a robotic system assisting endoscopic surgeries. Innovations in this system include mechanical design consistent with natural kinematics constraint (at the incision point), interchangeable tools, variable level of autonomy in shared surgeon/robot control, and novel algorithms for ligation. For successful clinical deployment, many other issues would need to be addressed. Foremost is the safety issue. All fault scenarios and contingency would need to be considered, e.g., power failure, computer malfunction, work space variation for different patients, etc. Another important issue is the design of man-machine interface. In order for surgeons to gain comfort and trust of such a system, the mechanical interface such asthetypeofhan- dle, placement ofcontrol buttons, and electrical interface such as specification of different commands would need to carefully developed with strong input from surgeons. In terms of further technical development, we are focusing on making the autonomous surgical procedures more robust. Careful modeling and control of the thread tension is critical in avoiding tissue tearing and yanking the needle from the stitcher or the holder. Ensuring knot tightness is needed to prevent leakage at the suture. Finally, the impact of different work volume (due to variation between patients) is also under investigation. References [1] L.W. Way, S.Bhoyrul, and T.Mori. Fundamentals of laparobotic surgery. Churchill Livingstone, [2] C. Cao, C. MacKenzie, and S. Payandeh. Task and motion analyses in endoscopic surgery, In ASME IMECE Conference Proceesings: 5th Annual Symposium on Haptic Interfaces for Virtual Environment and Teleoperator Systems, pages , [3] J. Funda, D.A. LaRose, and R.H. Taylor. System and method for augumentation of endoscopic surgery. U.S. Patent No. 5,417,21, [4] P.S. Green. Method for telemanipulation with telepresense. U.S. Patent No. 5,631,973, [5] Y. Wang, H.A. del' Giudice, and K.P. Laby. Automated endoscope for optimal positioning. U.S. Patent No. 5,754,741, [6] M. Mitsuishi, Y. Iizuka, H.Watanabe, H. Hashizume, and K. Fujiwara. Remote operation of a micro-surgical system. In IEEE International Conference on Robotics and Automation, pages , [7] S. Sastry, M. Cohn, and F. Tendick. Millirobotics for remote, minimally-invesive surgery. Robotics and Autonomous Systems, 21(3):35-316, 1997 [8] P. S.Schenker, H. Das, and T.R. Ohm. A new robot for high dexterity microsurgery. In Computer Vision, Virtual Reality and Robotics in Medicine. First international conference, CVRMed'95., pages Springer- Verlag, [9] R.H. Taylor, B.D. Mittelstadt, H.A. Paul, W. Hanson, and P. Kazanzides. An Image-directed robotics system for precise orthopaedic surgery. In IEEE Transactions on Robotics and Automation, 3(1): , [1] F. Tendick, S. Sastry, R. Fearing, and M. Cohn. Applications of micro-mechatronics in minimally invasive surgery. In IEEE/ASME Trans. Mechatronics, 3(1):34-42, [11] J. Funda, R. Taylor, K. Gruben, and D. LaRose. Optimal Motion control for teleoperated surgical robots. In Telemanipulator Technology and Space Telerobotics, SPIE, volume 257, pages , [12] Y. Wang, D.R. Uecker, K.P. Laby, J. Wilson, S. Jordan, and J. Wright. Method and apparatus for performing minimally invasive cardiac procedures. U.S. Patent No. 5,762,458, [13] Intuitive Surgical. Robots will enter the OR. In Global Design News: Engineering News, [14] F. Tendick, M.S. Downes, M.C. Cavusoglu, and L.W. Way. Development of virtual environments for training skills and reducing errors in laparoscopic surgery.in Proc. of the SPIE Int. Symp. on Biological Optics(BIOS'98), [15] F. Tendick and M.C. Cavusoglu. Human-machine interfaces for minimally invasive surgery. In Intl. Conf. IEEE Engineering Medical Biology Soc, [16] T.M. Goradia, R.H. Taylor, and L.M. Auer. Fine microsurgical drilling: Use of a robotic manipulator for skull base neurosurgery. In Congress of Neurological Surgeons, [17] R.M. Satava and Shaun B. Jones. Telepresence surgery. In Cybersurgery:Advanced Technologies for Surgical Practice, pages , [18] A. Faraz and S. Payandeh. A robotic case study: Optimal design for laparoscopic positioning stands. In Proceedings of the 1997 IEEE International Conference on Robotics and Automation, pages , [19] M. Cohn, L.S. Crawford, J.M. Wendlandt, and S.S. Sastry. Millirobotics for telesurgery. In Proceedings of the First International Symposium on Medical Robotics and Computer Assisted Surgery, [2] A.J. Madhani and J.K Salisbury. Wrist mechanism for surgical instrument for performing minimally invasive surgery with enhanced dexterity and sensitivity. U.S. Patent No. 5,797,9, [21] H. Kang and J.T. Wen. Robotic assistants aid surgeons during minimally invasive procedures. In IEEE Engineering in Medicine and Biology Magazine, 2(1):94-14, 21. [22] J.T. Wen and D.S. Bayard. A new class of control laws for robotic manipulators, Part I:Non-adaptive case. In Int. J. Control, 47(5): , [23] Z. Szabo and A. Cuschieri. Tissue approximation in endoscopic surgery. ISIS Medical Media, [24] H. Kang. Robotic assisted suturing in minimally invasive surgery. Doctoral Candidacy Proposal, 2. 6

Using Simulation to Design Control Strategies for Robotic No-Scar Surgery

Using Simulation to Design Control Strategies for Robotic No-Scar Surgery Using Simulation to Design Control Strategies for Robotic No-Scar Surgery Antonio DE DONNO 1, Florent NAGEOTTE, Philippe ZANNE, Laurent GOFFIN and Michel de MATHELIN LSIIT, University of Strasbourg/CNRS,

More information

Haptic Feedback in Laparoscopic and Robotic Surgery

Haptic Feedback in Laparoscopic and Robotic Surgery Haptic Feedback in Laparoscopic and Robotic Surgery Dr. Warren Grundfest Professor Bioengineering, Electrical Engineering & Surgery UCLA, Los Angeles, California Acknowledgment This Presentation & Research

More information

Haptic Virtual Fixtures for Robot-Assisted Manipulation

Haptic Virtual Fixtures for Robot-Assisted Manipulation Haptic Virtual Fixtures for Robot-Assisted Manipulation Jake J. Abbott, Panadda Marayong, and Allison M. Okamura Department of Mechanical Engineering, The Johns Hopkins University {jake.abbott, pmarayong,

More information

Small Occupancy Robotic Mechanisms for Endoscopic Surgery

Small Occupancy Robotic Mechanisms for Endoscopic Surgery Small Occupancy Robotic Mechanisms for Endoscopic Surgery Yuki Kobayashi, Shingo Chiyoda, Kouichi Watabe, Masafumi Okada, and Yoshihiko Nakamura Department of Mechano-Informatics, The University of Tokyo,

More information

Tutorial Robotics for telesurgery: second generation Berkeley/ UCSF laparoscopic telesurgical workstation and looking towards the future applications

Tutorial Robotics for telesurgery: second generation Berkeley/ UCSF laparoscopic telesurgical workstation and looking towards the future applications Tutorial Robotics for telesurgery: second generation Berkeley/ UCSF laparoscopic telesurgical workstation and looking towards the future applications M Cenk Çavuşoğlu Winthrop Williams Frank Tendick and

More information

Application of Force Feedback in Robot Assisted Minimally Invasive Surgery

Application of Force Feedback in Robot Assisted Minimally Invasive Surgery Application of Force Feedback in Robot Assisted Minimally Invasive Surgery István Nagy, Hermann Mayer, and Alois Knoll Technische Universität München, 85748 Garching, Germany, {nagy mayerh knoll}@in.tum.de,

More information

An Inexpensive Experimental Setup for Teaching The Concepts of Da Vinci Surgical Robot

An Inexpensive Experimental Setup for Teaching The Concepts of Da Vinci Surgical Robot An Inexpensive Experimental Setup for Teaching The Concepts of Da Vinci Surgical Robot S.Vignesh kishan kumar 1, G. Anitha 2 1 M.TECH Biomedical Engineering, SRM University, Chennai 2 Assistant Professor,

More information

Computer Assisted Medical Interventions

Computer Assisted Medical Interventions Outline Computer Assisted Medical Interventions Force control, collaborative manipulation and telemanipulation Bernard BAYLE Joint course University of Strasbourg, University of Houston, Telecom Paris

More information

Towards robotic heart surgery: Introduction of autonomous procedures into an experimental surgical telemanipulator system

Towards robotic heart surgery: Introduction of autonomous procedures into an experimental surgical telemanipulator system 74 ORIGINAL ARTICLE Towards robotic heart surgery: Introduction of autonomous procedures into an experimental surgical telemanipulator system R Bauernschmitt*, E U Schirmbeck*, A Knoll, H Mayer, I Nagy,

More information

Robotics for Telesurgery: Second Generation Berkeley/UCSF Laparoscopic Telesurgical Workstation and Looking towards the Future Applications

Robotics for Telesurgery: Second Generation Berkeley/UCSF Laparoscopic Telesurgical Workstation and Looking towards the Future Applications Robotics for Telesurgery: Second Generation Berkeley/UCSF Laparoscopic Telesurgical Workstation and Looking towards the Future Applications M. Cenk Çavuşoğlu Dept. of Electrical Eng. and Computer Sci.,

More information

Methods for Haptic Feedback in Teleoperated Robotic Surgery

Methods for Haptic Feedback in Teleoperated Robotic Surgery Young Group 5 1 Methods for Haptic Feedback in Teleoperated Robotic Surgery Paper Review Jessie Young Group 5: Haptic Interface for Surgical Manipulator System March 12, 2012 Paper Selection: A. M. Okamura.

More information

Novel machine interface for scaled telesurgery

Novel machine interface for scaled telesurgery Novel machine interface for scaled telesurgery S. Clanton, D. Wang, Y. Matsuoka, D. Shelton, G. Stetten SPIE Medical Imaging, vol. 5367, pp. 697-704. San Diego, Feb. 2004. A Novel Machine Interface for

More information

The Haptic Impendance Control through Virtual Environment Force Compensation

The Haptic Impendance Control through Virtual Environment Force Compensation The Haptic Impendance Control through Virtual Environment Force Compensation OCTAVIAN MELINTE Robotics and Mechatronics Department Institute of Solid Mechanicsof the Romanian Academy ROMANIA octavian.melinte@yahoo.com

More information

Medical Robotics. Part II: SURGICAL ROBOTICS

Medical Robotics. Part II: SURGICAL ROBOTICS 5 Medical Robotics Part II: SURGICAL ROBOTICS In the last decade, surgery and robotics have reached a maturity that has allowed them to be safely assimilated to create a new kind of operating room. This

More information

Dynamic analysis and control of a Hybrid serial/cable driven robot for lower-limb rehabilitation

Dynamic analysis and control of a Hybrid serial/cable driven robot for lower-limb rehabilitation Dynamic analysis and control of a Hybrid serial/cable driven robot for lower-limb rehabilitation M. Ismail 1, S. Lahouar 2 and L. Romdhane 1,3 1 Mechanical Laboratory of Sousse (LMS), National Engineering

More information

Modeling and Experimental Studies of a Novel 6DOF Haptic Device

Modeling and Experimental Studies of a Novel 6DOF Haptic Device Proceedings of The Canadian Society for Mechanical Engineering Forum 2010 CSME FORUM 2010 June 7-9, 2010, Victoria, British Columbia, Canada Modeling and Experimental Studies of a Novel DOF Haptic Device

More information

MEDICAL robotics and computer assisted surgery are

MEDICAL robotics and computer assisted surgery are 728 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 15, NO. 4, AUGUST 1999 A Laparoscopic Telesurgical Workstation Murat Cenk Çavuşoğlu, Frank Tendick, Michael Cohn, and S. Shankar Sastry Abstract Medical

More information

Elements of Haptic Interfaces

Elements of Haptic Interfaces Elements of Haptic Interfaces Katherine J. Kuchenbecker Department of Mechanical Engineering and Applied Mechanics University of Pennsylvania kuchenbe@seas.upenn.edu Course Notes for MEAM 625, University

More information

Steady-Hand Teleoperation with Virtual Fixtures

Steady-Hand Teleoperation with Virtual Fixtures Steady-Hand Teleoperation with Virtual Fixtures Jake J. Abbott 1, Gregory D. Hager 2, and Allison M. Okamura 1 1 Department of Mechanical Engineering 2 Department of Computer Science The Johns Hopkins

More information

Image Guided Robotic Assisted Surgical Training System using LabVIEW and CompactRIO

Image Guided Robotic Assisted Surgical Training System using LabVIEW and CompactRIO Image Guided Robotic Assisted Surgical Training System using LabVIEW and CompactRIO Weimin Huang 1, Tao Yang 1, Liang Jing Yang 2, Chee Kong Chui 2, Jimmy Liu 1, Jiayin Zhou 1, Jing Zhang 1, Yi Su 3, Stephen

More information

Robust Haptic Teleoperation of a Mobile Manipulation Platform

Robust Haptic Teleoperation of a Mobile Manipulation Platform Robust Haptic Teleoperation of a Mobile Manipulation Platform Jaeheung Park and Oussama Khatib Stanford AI Laboratory Stanford University http://robotics.stanford.edu Abstract. This paper presents a new

More information

Robotic System Simulation and Modeling Stefan Jörg Robotic and Mechatronic Center

Robotic System Simulation and Modeling Stefan Jörg Robotic and Mechatronic Center Robotic System Simulation and ing Stefan Jörg Robotic and Mechatronic Center Outline Introduction The SAFROS Robotic System Simulator Robotic System ing Conclusions Folie 2 DLR s Mirosurge: A versatile

More information

Chapter 1. Introduction

Chapter 1. Introduction Chapter 1 Introduction Robotics technology has recently found extensive use in surgical and therapeutic procedures. The purpose of this chapter is to give an overview of the robotic tools which may be

More information

Design and Control of the BUAA Four-Fingered Hand

Design and Control of the BUAA Four-Fingered Hand Proceedings of the 2001 IEEE International Conference on Robotics & Automation Seoul, Korea May 21-26, 2001 Design and Control of the BUAA Four-Fingered Hand Y. Zhang, Z. Han, H. Zhang, X. Shang, T. Wang,

More information

HUMAN Robot Cooperation Techniques in Surgery

HUMAN Robot Cooperation Techniques in Surgery HUMAN Robot Cooperation Techniques in Surgery Alícia Casals Institute for Bioengineering of Catalonia (IBEC), Universitat Politècnica de Catalunya (UPC), Barcelona, Spain alicia.casals@upc.edu Keywords:

More information

Performance Issues in Collaborative Haptic Training

Performance Issues in Collaborative Haptic Training 27 IEEE International Conference on Robotics and Automation Roma, Italy, 1-14 April 27 FrA4.4 Performance Issues in Collaborative Haptic Training Behzad Khademian and Keyvan Hashtrudi-Zaad Abstract This

More information

Haptic Control of the Master Hand Controller for a Microsurgical Telerobot System

Haptic Control of the Master Hand Controller for a Microsurgical Telerobot System Proceedings of the 1999 IEEE International Conference on Robotics & Automation Detroit, Michigan May 1999 Haptic Control of the Master Hand Controller for a Microsurgical Telerobot System Dong-Soo Kwonl,

More information

Techniques of the hand tie and instrument tie

Techniques of the hand tie and instrument tie Techniques of the hand tie and instrument tie 1. The Anatomy of a Square Knot A square knot consists of two "throws". Throws are constructed by crossing the ends of the suture to form a loop and then wrapping

More information

Haptic Feedback in Robot Assisted Minimal Invasive Surgery

Haptic Feedback in Robot Assisted Minimal Invasive Surgery K. Bhatia Haptic Feedback in Robot Assisted Minimal Invasive Surgery 1 / 33 MIN Faculty Department of Informatics Haptic Feedback in Robot Assisted Minimal Invasive Surgery Kavish Bhatia University of

More information

Chapter 2 Introduction to Haptics 2.1 Definition of Haptics

Chapter 2 Introduction to Haptics 2.1 Definition of Haptics Chapter 2 Introduction to Haptics 2.1 Definition of Haptics The word haptic originates from the Greek verb hapto to touch and therefore refers to the ability to touch and manipulate objects. The haptic

More information

Investigation on MDOF Bilateral Teleoperation Control System Using Geared DC-Motor

Investigation on MDOF Bilateral Teleoperation Control System Using Geared DC-Motor Modern Applied Science; Vol. 10, No. 11; 2016 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Investigation on MDOF Bilateral Teleoperation Control System Using Geared

More information

Maneuverability Evaluation of a Surgical Robot for Single-Port Surgery

Maneuverability Evaluation of a Surgical Robot for Single-Port Surgery International Journal of Pharma Medicine and Biological Sciences Vol. 5, No. 1, January 2016 Maneuverability Evaluation of a Surgical Robot for Single-Port Surgery Katsuaki Oiwa, Shotaro Maeda, and Chiharu

More information

On Application of Virtual Fixtures as an Aid for Telemanipulation and Training

On Application of Virtual Fixtures as an Aid for Telemanipulation and Training On Application of Virtual Fixtures as an Aid for Telemanipulation and Training Shahram Payandeh and Zoran Stanisic Experimental Robotics Laboratory (ERL) School of Engineering Science Simon Fraser University

More information

Haptic Tele-Assembly over the Internet

Haptic Tele-Assembly over the Internet Haptic Tele-Assembly over the Internet Sandra Hirche, Bartlomiej Stanczyk, and Martin Buss Institute of Automatic Control Engineering, Technische Universität München D-829 München, Germany, http : //www.lsr.ei.tum.de

More information

Intracorporeal Knot-Tying and Suturing Techniques in Laparoscopic Surgery: Technical Details

Intracorporeal Knot-Tying and Suturing Techniques in Laparoscopic Surgery: Technical Details Intracorporeal Knot-Tying and Suturing Techniques in Laparoscopic Surgery: Technical Details E. Croce, MD, S. Olmi, MD ABSTRACT Background: Intracorporeal suturing and knot-tying in laparoscopic surgery

More information

Parallel Robot Projects at Ohio University

Parallel Robot Projects at Ohio University Parallel Robot Projects at Ohio University Robert L. Williams II with graduate students: John Hall, Brian Hopkins, Atul Joshi, Josh Collins, Jigar Vadia, Dana Poling, and Ron Nyzen And Special Thanks to:

More information

ver Falcon, are described in detail in (Madhani, 1998). We demonstrate telemanipulation with force feedback with a wrist that is suciently dextrous to

ver Falcon, are described in detail in (Madhani, 1998). We demonstrate telemanipulation with force feedback with a wrist that is suciently dextrous to The Black Falcon: A Teleoperated Surgical Instrument for Minimally Invasive Surgery Akhil J. Madhani, Gunter Niemeyer, and J. Kenneth Salisbury Jr. Department of Mechanical Engineering and Articial Intelligence

More information

Measurements of the Level of Surgical Expertise Using Flight Path Analysis from da Vinci Robotic Surgical System

Measurements of the Level of Surgical Expertise Using Flight Path Analysis from da Vinci Robotic Surgical System Measurements of the Level of Surgical Expertise Using Flight Path Analysis from da Vinci Robotic Surgical System Lawton Verner 1, Dmitry Oleynikov, MD 1, Stephen Holtmann 1, Hani Haider, Ph D 1, Leonid

More information

The use of sutures and ligatures is an integral part of surgical procedures. Being proficient in suturing and ligating will not only make your

The use of sutures and ligatures is an integral part of surgical procedures. Being proficient in suturing and ligating will not only make your 1 The use of sutures and ligatures is an integral part of surgical procedures. Being proficient in suturing and ligating will not only make your treatments more effective but also shorten the time of the

More information

Development of a Master Slave Combined Manipulator for Laparoscopic Surgery

Development of a Master Slave Combined Manipulator for Laparoscopic Surgery Development of a Master Slave Combined Manipulator for Laparoscopic Surgery Functional Model and Its Evaluation Makoto Jinno 1, Nobuto Matsuhira 1, Takamitsu Sunaoshi 1 Takehiro Hato 1, Toyomi Miyagawa

More information

Force feedback interfaces & applications

Force feedback interfaces & applications Force feedback interfaces & applications Roope Raisamo Tampere Unit for Computer-Human Interaction (TAUCHI) School of Information Sciences University of Tampere, Finland Based on material by Jukka Raisamo,

More information

Needle Path Planning for Autonomous Robotic Surgical Suturing

Needle Path Planning for Autonomous Robotic Surgical Suturing Needle Path Planning for Autonomous Robotic Surgical Suturing Russell C. Jackson and M. Cenk Çavuşoğlu Abstract This paper develops a path plan for suture needles used with solid tissue volumes in endoscopic

More information

Wearable Haptic Feedback Actuators for Training in Robotic Surgery

Wearable Haptic Feedback Actuators for Training in Robotic Surgery Wearable Haptic Feedback Actuators for Training in Robotic Surgery NSF Summer Undergraduate Fellowship in Sensor Technologies Joshua Fernandez (Mechanical Eng.) University of Maryland Baltimore County

More information

On Observer-based Passive Robust Impedance Control of a Robot Manipulator

On Observer-based Passive Robust Impedance Control of a Robot Manipulator Journal of Mechanics Engineering and Automation 7 (2017) 71-78 doi: 10.17265/2159-5275/2017.02.003 D DAVID PUBLISHING On Observer-based Passive Robust Impedance Control of a Robot Manipulator CAO Sheng,

More information

Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii

Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii 1ms Sensory-Motor Fusion System with Hierarchical Parallel Processing Architecture Masatoshi Ishikawa, Akio Namiki, Takashi Komuro, and Idaku Ishii Department of Mathematical Engineering and Information

More information

Haptic Virtual Fixtures for Robot-Assisted Manipulation

Haptic Virtual Fixtures for Robot-Assisted Manipulation Haptic Virtual Fixtures for Robot-Assisted Manipulation Jake J. Abbott, Panadda Marayong, and Allison M. Okamura Department of Mechanical Engineering, The Johns Hopkins University Baltimore, Maryland,

More information

Medical robotics and Image Guided Therapy (IGT) Bogdan M. Maris, PhD Temporary Assistant Professor

Medical robotics and Image Guided Therapy (IGT) Bogdan M. Maris, PhD Temporary Assistant Professor Medical robotics and Image Guided Therapy (IGT) Bogdan M. Maris, PhD Temporary Assistant Professor E-mail bogdan.maris@univr.it Medical Robotics History, current and future applications Robots are Accurate

More information

AC : MEDICAL ROBOTICS LABORATORY FOR BIOMEDICAL ENGINEERS

AC : MEDICAL ROBOTICS LABORATORY FOR BIOMEDICAL ENGINEERS AC 2008-1272: MEDICAL ROBOTICS LABORATORY FOR BIOMEDICAL ENGINEERS Shahin Sirouspour, McMaster University http://www.ece.mcmaster.ca/~sirouspour/ Mahyar Fotoohi, Quanser Inc Pawel Malysz, McMaster University

More information

Nonholonomic Haptic Display

Nonholonomic Haptic Display Nonholonomic Haptic Display J. Edward Colgate Michael A. Peshkin Witaya Wannasuphoprasit Department of Mechanical Engineering Northwestern University Evanston, IL 60208-3111 Abstract Conventional approaches

More information

Differences in Fitts Law Task Performance Based on Environment Scaling

Differences in Fitts Law Task Performance Based on Environment Scaling Differences in Fitts Law Task Performance Based on Environment Scaling Gregory S. Lee and Bhavani Thuraisingham Department of Computer Science University of Texas at Dallas 800 West Campbell Road Richardson,

More information

Robots in the Field of Medicine

Robots in the Field of Medicine Robots in the Field of Medicine Austin Gillis and Peter Demirdjian Malden Catholic High School 1 Pioneers Robots in the Field of Medicine The use of robots in medicine is where it is today because of four

More information

Surgical robot simulation with BBZ console

Surgical robot simulation with BBZ console Review Article on Thoracic Surgery Surgical robot simulation with BBZ console Francesco Bovo 1, Giacomo De Rossi 2, Francesco Visentin 2,3 1 BBZ srl, Verona, Italy; 2 Department of Computer Science, Università

More information

Chapter 1 Introduction to Robotics

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

More information

Design and Implementation of a Haptic Device for Training in Urological Operations

Design and Implementation of a Haptic Device for Training in Urological Operations IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 19, NO. 5, OCTOBER 2003 801 Design and Implementation of a Haptic Device for Training in Urological Operations Kostas Vlachos, Evangelos Papadopoulos,

More information

LASER ASSISTED COMBINED TELEOPERATION AND AUTONOMOUS CONTROL

LASER ASSISTED COMBINED TELEOPERATION AND AUTONOMOUS CONTROL ANS EPRRSD - 13 th Robotics & remote Systems for Hazardous Environments 11 th Emergency Preparedness & Response Knoxville, TN, August 7-10, 2011, on CD-ROM, American Nuclear Society, LaGrange Park, IL

More information

SMart wearable Robotic Teleoperated surgery

SMart wearable Robotic Teleoperated surgery SMart wearable Robotic Teleoperated surgery This project has received funding from the European Union s Horizon 2020 research and innovation programme under grant agreement No 732515 Context Minimally

More information

PHYSICAL ROBOTS PROGRAMMING BY IMITATION USING VIRTUAL ROBOT PROTOTYPES

PHYSICAL ROBOTS PROGRAMMING BY IMITATION USING VIRTUAL ROBOT PROTOTYPES Bulletin of the Transilvania University of Braşov Series I: Engineering Sciences Vol. 6 (55) No. 2-2013 PHYSICAL ROBOTS PROGRAMMING BY IMITATION USING VIRTUAL ROBOT PROTOTYPES A. FRATU 1 M. FRATU 2 Abstract:

More information

JEPPIAAR ENGINEERING COLLEGE

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

More information

Nonlinear Adaptive Bilateral Control of Teleoperation Systems with Uncertain Dynamics and Kinematics

Nonlinear Adaptive Bilateral Control of Teleoperation Systems with Uncertain Dynamics and Kinematics Nonlinear Adaptive Bilateral Control of Teleoperation Systems with Uncertain Dynamics and Kinematics X. Liu, M. Tavakoli, and Q. Huang Abstract Research so far on adaptive bilateral control of master-slave

More information

Cutaneous Feedback of Fingertip Deformation and Vibration for Palpation in Robotic Surgery

Cutaneous Feedback of Fingertip Deformation and Vibration for Palpation in Robotic Surgery Cutaneous Feedback of Fingertip Deformation and Vibration for Palpation in Robotic Surgery Claudio Pacchierotti Domenico Prattichizzo Katherine J. Kuchenbecker Motivation Despite its expected clinical

More information

Visual Servoing. Charlie Kemp. 4632B/8803 Mobile Manipulation Lecture 8

Visual Servoing. Charlie Kemp. 4632B/8803 Mobile Manipulation Lecture 8 Visual Servoing Charlie Kemp 4632B/8803 Mobile Manipulation Lecture 8 From: http://www.hsi.gatech.edu/visitors/maps/ 4 th floor 4100Q M Building 167 First office on HSI side From: http://www.hsi.gatech.edu/visitors/maps/

More information

Chapter 1 Introduction

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

More information

World Automation Congress

World Automation Congress ISORA028 Main Menu World Automation Congress Tenth International Symposium on Robotics with Applications Seville, Spain June 28th-July 1st, 2004 Design And Experiences With DLR Hand II J. Butterfaß, M.

More information

Surgeon s Third Hand: An Assistive Robot Endoscopic System with Intuitive Maneuverability for Laparoscopic Surgery

Surgeon s Third Hand: An Assistive Robot Endoscopic System with Intuitive Maneuverability for Laparoscopic Surgery 2014 5th IEEE RAS & EMBS International Conference on Biomedical Robotics and Biomechatronics (BioRob) August 12-15, 2014. São Paulo, Brazil Surgeon s Third Hand: An Assistive Robot Endoscopic System with

More information

University of Alabama at Birmingham. ObGyn Residency. Laparoscopy Training Lab PGY 1-4. Individual Pelvic Trainer Tasks

University of Alabama at Birmingham. ObGyn Residency. Laparoscopy Training Lab PGY 1-4. Individual Pelvic Trainer Tasks University of Alabama at Birmingham ObGyn Residency Laparoscopy Training Lab PGY 1-4 Individual Pelvic Trainer Tasks 2010-2011 Skill 1: Peg Board (Blue Board) Goal: Pick up various rings and move them

More information

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

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

More information

Robotics, telepresence and minimal access surgery - A short and selective history

Robotics, telepresence and minimal access surgery - A short and selective history Robotics, telepresence and minimal access surgery - A short and selective history Luke Hares, Technology Director, Cambridge Medical Robotics P-306v2.0 Overview o Disclaimer! o Highlights of robotics and

More information

THREE-DIMENSIONAL ACCURACY ASSESSMENT OF EYE SURGEONS

THREE-DIMENSIONAL ACCURACY ASSESSMENT OF EYE SURGEONS 1 of 4 THREE-DIMENSIONAL ACCURAC ASSESSMENT OF EE SURGEONS Lee F. Hotraphinyo 1, Cameron N. Riviere 2 1 Department of Electrical and Computer Engineering and 2 The Robotics Institute Carnegie Mellon University,

More information

Shape Memory Alloy Actuator Controller Design for Tactile Displays

Shape Memory Alloy Actuator Controller Design for Tactile Displays 34th IEEE Conference on Decision and Control New Orleans, Dec. 3-5, 995 Shape Memory Alloy Actuator Controller Design for Tactile Displays Robert D. Howe, Dimitrios A. Kontarinis, and William J. Peine

More information

MARGE Project: Design, Modeling, and Control of Assistive Devices for Minimally Invasive Surgery

MARGE Project: Design, Modeling, and Control of Assistive Devices for Minimally Invasive Surgery MARGE Project: Design, Modeling, and Control of Assistive Devices for Minimally Invasive Surgery Etienne Dombre 1, Micaël Michelin 1, François Pierrot 1, Philippe Poignet 1, Philippe Bidaud 2, Guillaume

More information

Investigation on Standardization of Modal Space by Ratio for MDOF Micro-Macro Bilateral Teleoperation Control System

Investigation on Standardization of Modal Space by Ratio for MDOF Micro-Macro Bilateral Teleoperation Control System Modern Applied Science; Vol. 10, No. 11; 2016 ISSN 1913-1844 E-ISSN 1913-1852 Published by Canadian Center of Science and Education Investigation on Standardization of Modal Space by Ratio for MDOF Micro-Macro

More information

Multidisciplinary Approach for Developing a New Minimally Invasive Surgical Robotic System

Multidisciplinary Approach for Developing a New Minimally Invasive Surgical Robotic System Multidisciplinary Approach for Developing a New Minimally Invasive Surgical Robotic System Mitchell J.H. Lum 1, Denny Trimble 2, Jacob Rosen 1, Kenneth Fodero II 1, H. Hawkeye King 1, Ganesh Sankaranarayanan

More information

2B34 DEVELOPMENT OF A HYDRAULIC PARALLEL LINK TYPE OF FORCE DISPLAY

2B34 DEVELOPMENT OF A HYDRAULIC PARALLEL LINK TYPE OF FORCE DISPLAY 2B34 DEVELOPMENT OF A HYDRAULIC PARALLEL LINK TYPE OF FORCE DISPLAY -Improvement of Manipulability Using Disturbance Observer and its Application to a Master-slave System- Shigeki KUDOMI*, Hironao YAMADA**

More information

Force Feedback Mechatronics in Medecine, Healthcare and Rehabilitation

Force Feedback Mechatronics in Medecine, Healthcare and Rehabilitation Force Feedback Mechatronics in Medecine, Healthcare and Rehabilitation J.P. Friconneau 1, P. Garrec 1, F. Gosselin 1, A. Riwan 1, 1 CEA-LIST DTSI/SRSI, CEN/FAR BP6, 92265 Fontenay-aux-Roses, France jean-pierre.friconneau@cea.fr

More information

Fuzzy Logic Based Force-Feedback for Obstacle Collision Avoidance of Robot Manipulators

Fuzzy Logic Based Force-Feedback for Obstacle Collision Avoidance of Robot Manipulators Fuzzy Logic Based Force-Feedback for Obstacle Collision Avoidance of Robot Manipulators D. Wijayasekara, M. Manic Department of Computer Science University of Idaho Idaho Falls, USA wija2589@vandals.uidaho.edu,

More information

Telemanipulation and Telestration for Microsurgery Summary

Telemanipulation and Telestration for Microsurgery Summary Telemanipulation and Telestration for Microsurgery Summary Microsurgery presents an array of problems. For instance, current methodologies of Eye Surgery requires freehand manipulation of delicate structures

More information

The Effect of Haptic Degrees of Freedom on Task Performance in Virtual Surgical Environments

The Effect of Haptic Degrees of Freedom on Task Performance in Virtual Surgical Environments The Effect of Haptic Degrees of Freedom on Task Performance in Virtual Surgical Environments Jonas FORSSLUND a,1, Sonny CHAN a,1, Joshua SELESNICK b, Kenneth SALISBURY a,c, Rebeka G. SILVA d, and Nikolas

More information

Wireless Robust Robots for Application in Hostile Agricultural. environment.

Wireless Robust Robots for Application in Hostile Agricultural. environment. Wireless Robust Robots for Application in Hostile Agricultural Environment A.R. Hirakawa, A.M. Saraiva, C.E. Cugnasca Agricultural Automation Laboratory, Computer Engineering Department Polytechnic School,

More information

Information and Program

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

More information

Champion Instrumentation. Shoulder Repair Made Simpler

Champion Instrumentation. Shoulder Repair Made Simpler Champion Instrumentation Shoulder Repair Made Simpler Champion Instruments Simplicity & Versatility The Champion Shoulder instrumentation system was designed with simplicity in mind. Clever instruments

More information

Robot Joint Angle Control Based on Self Resonance Cancellation Using Double Encoders

Robot Joint Angle Control Based on Self Resonance Cancellation Using Double Encoders Robot Joint Angle Control Based on Self Resonance Cancellation Using Double Encoders Akiyuki Hasegawa, Hiroshi Fujimoto and Taro Takahashi 2 Abstract Research on the control using a load-side encoder for

More information

An Excavator Simulator for Determining the Principles of Operator Efficiency for Hydraulic Multi-DOF Systems Mark Elton and Dr. Wayne Book ABSTRACT

An Excavator Simulator for Determining the Principles of Operator Efficiency for Hydraulic Multi-DOF Systems Mark Elton and Dr. Wayne Book ABSTRACT An Excavator Simulator for Determining the Principles of Operator Efficiency for Hydraulic Multi-DOF Systems Mark Elton and Dr. Wayne Book Georgia Institute of Technology ABSTRACT This paper discusses

More information

Summary of robot visual servo system

Summary of robot visual servo system Abstract Summary of robot visual servo system Xu Liu, Lingwen Tang School of Mechanical engineering, Southwest Petroleum University, Chengdu 610000, China In this paper, the survey of robot visual servoing

More information

Surgeon-Tool Force/Torque Signatures - Evaluation of Surgical Skills in Minimally Invasive Surgery

Surgeon-Tool Force/Torque Signatures - Evaluation of Surgical Skills in Minimally Invasive Surgery # J. Rosen et al. Surgeon-Tool Force/Torque Signatures Surgeon-Tool Force/Torque Signatures - Evaluation of Surgical Skills in Minimally Invasive Surgery Jacob Rosen +, Ph.D., Mark MacFarlane *, M.D.,

More information

Harvard BioRobotics Laboratory Technical Report

Harvard BioRobotics Laboratory Technical Report Harvard BioRobotics Laboratory Technical Report December 2 Virtual Fixtures for Robotic Endoscopic Surgery Fuji Lai & Robert D. Howe Division of Engineering and Applied Sciences Harvard University 323

More information

Control design issues for a microinvasive neurosurgery teleoperator system

Control design issues for a microinvasive neurosurgery teleoperator system Control design issues for a microinvasive neurosurgery teleoperator system Jacopo Semmoloni, Rudy Manganelli, Alessandro Formaglio and Domenico Prattichizzo Abstract This paper deals with controller design

More information

Development and Testing of a Telemanipulation System with Arm and Hand Motion

Development and Testing of a Telemanipulation System with Arm and Hand Motion Development and Testing of a Telemanipulation System with Arm and Hand Motion Michael L. Turner, Ryan P. Findley, Weston B. Griffin, Mark R. Cutkosky and Daniel H. Gomez Dexterous Manipulation Laboratory

More information

LS-DYNA Simulation of in vivo Surgical Robot Mobility

LS-DYNA Simulation of in vivo Surgical Robot Mobility 9 th International LS-DYNA Users Conference Simulation Technology (2) LS-DYNA Simulation of in vivo Surgical Robot Mobility Mark Rentschler and John D. Reid Department of Mechanical Engineering University

More information

Università di Roma La Sapienza. Medical Robotics. A Teleoperation System for Research in MIRS. Marilena Vendittelli

Università di Roma La Sapienza. Medical Robotics. A Teleoperation System for Research in MIRS. Marilena Vendittelli Università di Roma La Sapienza Medical Robotics A Teleoperation System for Research in MIRS Marilena Vendittelli the DLR teleoperation system slave three versatile robots MIRO light-weight: weight < 10

More information

Introduction to Servo Control & PID Tuning

Introduction to Servo Control & PID Tuning Introduction to Servo Control & PID Tuning Presented to: Agenda Introduction to Servo Control Theory PID Algorithm Overview Tuning & General System Characterization Oscillation Characterization Feed-forward

More information

Evaluation of Haptic Virtual Fixtures in Psychomotor Skill Development for Robotic Surgical Training

Evaluation of Haptic Virtual Fixtures in Psychomotor Skill Development for Robotic Surgical Training Department of Electronics, Information and Bioengineering Neuroengineering and medical robotics Lab Evaluation of Haptic Virtual Fixtures in Psychomotor Skill Development for Robotic Surgical Training

More information

Biologically Inspired Robot Manipulator for New Applications in Automation Engineering

Biologically Inspired Robot Manipulator for New Applications in Automation Engineering Preprint of the paper which appeared in the Proc. of Robotik 2008, Munich, Germany, June 11-12, 2008 Biologically Inspired Robot Manipulator for New Applications in Automation Engineering Dipl.-Biol. S.

More information

A Feasibility Study of Time-Domain Passivity Approach for Bilateral Teleoperation of Mobile Manipulator

A Feasibility Study of Time-Domain Passivity Approach for Bilateral Teleoperation of Mobile Manipulator International Conference on Control, Automation and Systems 2008 Oct. 14-17, 2008 in COEX, Seoul, Korea A Feasibility Study of Time-Domain Passivity Approach for Bilateral Teleoperation of Mobile Manipulator

More information

LabraLock P for Labrum Repair, LabraFix System. The Reinforcement Technique Guide

LabraLock P for Labrum Repair, LabraFix System. The Reinforcement Technique Guide LabraLock P for Labrum Repair, Part of the OPUS LabraFix System A revolutionary new system specifically designed for labrum repair surgery System Includes: SpeedStitch Suturing Device LabraLock P Implant

More information

ARTHROSCOPIC ROTATOR CUFF REPAIR SURGICAL TECHNIQUE. The following techniques are described by Vernon J. Cooley, M.D.

ARTHROSCOPIC ROTATOR CUFF REPAIR SURGICAL TECHNIQUE. The following techniques are described by Vernon J. Cooley, M.D. The UltraSorb Rotator Cuff Suture Anchor offers superior performance, reliability, and reproducibility for mini-open or arthroscopic repairs. The Poly-L-Lactide Acid (PLLA) UltraSorb Implant is pre-loaded

More information

Autonomous Surgical Robotics

Autonomous Surgical Robotics Nicolás Pérez de Olaguer Santamaría Autonomous Surgical Robotics 1 / 29 MIN Faculty Department of Informatics Autonomous Surgical Robotics Nicolás Pérez de Olaguer Santamaría University of Hamburg Faculty

More information

Department of Robotics Ritsumeikan University

Department of Robotics Ritsumeikan University Department of Robotics Ritsumeikan University Shinichi Hirai Dept. Robotics Ritsumeikan Univ. Hanoi Institute of Technology Hanoi, Vietnam, Dec. 20, 2008 http://www.ritsumei.ac.jp/se/rm/robo/index-e.htm

More information

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

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

More information

IOSR Journal of Engineering (IOSRJEN) e-issn: , p-issn: , Volume 2, Issue 11 (November 2012), PP 37-43

IOSR Journal of Engineering (IOSRJEN) e-issn: , p-issn: ,  Volume 2, Issue 11 (November 2012), PP 37-43 IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 11 (November 2012), PP 37-43 Operative Precept of robotic arm expending Haptic Virtual System Arnab Das 1, Swagat

More information

FORCE FEEDBACK. Roope Raisamo

FORCE FEEDBACK. Roope Raisamo FORCE FEEDBACK Roope Raisamo Multimodal Interaction Research Group Tampere Unit for Computer Human Interaction Department of Computer Sciences University of Tampere, Finland Outline Force feedback interfaces

More information