A Visual Servoing Architecture for Controlling Electromechanical Systems R

Total Page:16

File Type:pdf, Size:1020Kb

A Visual Servoing Architecture for Controlling Electromechanical Systems R A VISUAL SERVOING ARCHITECTURE FOR CONTROLLING ELECTROMECHANICAL SYSTEMS R. Garrido, A. Soria, P. Castillo, I. Vásquez CINVESTAV - IPN, Departamento de Control Automático Av. IPN No. 2508, C.P. 07360, México, D.F., MEXICO fax (52)57 47 70 89 e-mail: [email protected] Keywords.- Direct Visual Servoing. Low-cost visual architecture. Electromechanical control system. Planar Robot Control. Abstract.- Most of the architectures employed in visual servoing research use specialised hardware and software. The high cost of the specialised hardware and the engineering skills required to develop the software complicates the set-up of visual controlled systems. The present day costs for the key elements for computer vision such as cameras, frame grabbers and computers continue to fall thus making reasonable low-cost visual architectures. In this paper, we present a visual servoing architecture for controlling electromechanical systems based on standard off-the-shelf hardware and software. The proposed scheme allows to control a wide class of systems including robot manipulators. The programming environment is based on MathLab/Simulink which allows to take advantage of the graphic programming facilities of Simulink . Two experimental evaluations are presented, a linear motion cart controlled using direct visual servoing and a planar robot arm controlled in a look and move framework. I.- INTRODUCTION The sense of sight procures most of the information received by a human being allowing him to interact with his environment and to survive. In the case of a robot manipulator, computer vision is an useful sensor since it mimics the human sense of sight and allows for non-contact measurement of the environment, a feature which could give it more versatility with respect to robots endowed only with optical encoders and limit switches. This feature could potentially allow to a robot to deal with problems related to flexibility and backlash in the robot transmission system and with partial knowledge of the robot kinematics. The task in visual control of robots is to use visual information to control the pose of the robot end-effector relative to a target object or a set of target features. The first works dealing with computer vision applied to robot manipulators appeared in the seventies [1], [5]. However, technical limitations at that time prevented an important development of this subject. During the eighties and nineties, the availability of more powerful processor and the development of digital electronics gave a strong impulse to visual control of robots and mechanical systems. Examples of works involving visual control of robot manipulators are [3], [6], [7], [8], [10], [11], [12], [13]. For other mechanical systems see for example [2] where visual control is applied to an inverted pendulum and [9] for a flexible arm controlled using a vision system. In most of the references cited above, the experiments were executed using specialised hardware and software, which may increase time required to set up an experiment. One of the first computer vision architectures was the BVV1 [2], which contained up to 15 Intel 8085A, 8-bit microprocessors. In the same paper, another architecture, the BVV2, was also proposed. The main difference between the aforementioned architectures is that the later employs Intel 8086 16 bits processors. Almost all the software was written in machine code and the architectures were tailored to suit the computing needs of each experiment. Both systems are able to work at 17 ms of visual sampling period. Unfortunately, the authors does not mention if other kind of interfaces are available with these systems, e.g. analog to digital converters, interfaces for optical encoders, etc. In the case of visual control of robot manipulators, Corke [1] proposed an architecture in which image processing is done using a Datacube card and visual control is performed through a VME-based computer. Visual sampling period was 20 ms and custom made software, ARCL, was employed for programming. In some experiments the robot controller shares the control law execution. In Hashimoto and Kimura [4], vision processing was done using a Parsytec card mounted in a personal computer and another personal computer hosting a transputer network was employed for control. Vision sampling period was 85 ms and the period for joint robot control was 1 ms. Papanikolopoulos and Koshla [8] uses an architecture in which an IDAS/150 board is used for image processing and 6 Texas Instruments TMS320 DSP processors for controlling the joints of a CMU DDArm II robot. All the cards were connected through a VME bus hosted in a Sun workstation. Vision sampling period was 100 ms and the robot controller has a period of 3.33 ms. The whole system runs under the Chimera-II real-time software environment. Another interesting architecture is proposed in [13] where a custom made board based on a Texas Instruments TMS320C15 fixed-point processor is employed for image processing. Sampling period for image acquisition and processing was 16.7 ms. Control at the visual level is executed using a network of RISC processors with a sampling period of 7.3 ms. Joint control was left to the robot controller. A serial protocol is employed to connect the robot to the personal computer hosting the RISC and the image processors. In [10], a personal computer hosts a Texas Instruments TMS320C31 DSP processor for joint control of a direct drive two degrees of freedom robot and a Data Translation DT3851-4 card for image processing. Sampling period for joint control was 2.5 ms and 50 ms for the visual feedback part. From the above non-exhaustive review, it can be concluded that in most cases data processing is executed using specialised and sometimes high cost boards, and it is not always possible to modify the image processing algorithms since in some boards these algorithms are in hardware. The control part also relies on specialised hardware such as transputers and DSP. It is also worth remarking that programming is made using machine code or C language. This feature may be adequate for researcher with good programming skills but for other users, some time would be needed for acquiring a good level of familiarity with the system and for setting up an experiment. Motivated by the remarks made above, in this work we propose a visual servoing architecture for controlling electromechanical systems based on personal computers and standard off-the-shelf hardware and software. This paper is organised in the following way. Section II describes the visual servoing architecture. In Section III, the proposed architecture is tested through two experiments, namely direct visual servoing of a linear motion cart and look and move control of a two degree of freedom robot arm. Finally, in Section IV some concluding remarks are given and future work is also discussed. II.- VISUAL SERVOING ARCHITECTURE. a. Overview. From the review presented in the introduction, it is clear that in most of the visual servoing architectures, the image processing and the control parts should be executed using separate processors. This philosophy is reasonable if one takes into account the computing burden associated with image processing. In some instances in the robot control part, visual servoing algorithms may also require significant computing resources. However, as it was pointed out, specialised hardware is employed for the above aims. In order to benefit from the advantages of the above philosophy and, at the same time, avoiding excessive costs associated with highly specialised components, it would be interesting to integrate off-the-shelf hardware and software in a particular architecture. It would allow, on the one hand, a user-friendly control algorithm programming environment, and on the other hand, a performance comparable with those architectures proposed in the visual servoing literature. In our case, the proposed architecture achieves the above goals separating the visual servoing task into 3 different components, each having a specific function (see Figure 1): • A programming, algorithm development and data logging environment component. • A control component that can interact with the vision component to fulfil the control goals. • A vision component capable of perceiving the environment. A/D DATA ACQUISITION ELECTROMECHANICAL CARD SYSTEM D/A Servotogo S8 Op. Enc. ISA Bus CAMERA RS-170 REAL-TIME CONTROL COMPUTER Wincon Client FRAME GRABBER National Instruments PCI 1408 ETHERNET RS-232 PCI Bus PROGRAMMING AND DATA LOGGING COMPUTER IMAGE ACQUISITION Wincon Server MathLab/Simulink AND PROCESSING COMPUTER MS Visual C++ Borland C Figure 1 : Block diagram for the proposed visual servoing architecture. b. Programming, algorithm development and data logging environment. The computer devoted to programming, development and data logging, which we will call in the sequel the Server, hosts MathLab/Simulink from The MathWorks Inc. , Wincon from Quanser Consulting Inc. and MS Visual C++ software, all running under Windows 95 . Simulink is devoted to programming the control algorithms and compiles the graphical code produced under Simulink . Wincon (Server part) downloads the code to the real-time control computer, which we will call the Client. Once the code has been downloaded, it is possible from the Server to start and stop the experiment, to change controller parameters on the fly and to log data from the Client. Interconnection between the Server and the Client is made through an Ethernet network. Further details can be found in [15]. In our set-up, the Server is a Pentium computer running at 200 Mhz. c. Real time control. For the Client, we use a computer with a Pentium processor running at 350 MHz under Windows 95 . Wincon is employed to run the code generated at the Server. Data acquisition is performed using a Servotogo S8 card, which is able to handle optical encoders and analog voltage inputs and outputs. Sampling time will depend on the processing power of the computer.
Recommended publications
  • 6D Image-Based Visual Servoing for Robot Manipulators with Uncalibrated Stereo Cameras
    6D Image-based Visual Servoing for Robot Manipulators with uncalibrated Stereo Cameras Caixia Cai1, Emmanuel Dean-Leon´ 2, Nikhil Somani1, Alois Knoll1 Abstract— This paper introduces 6 new image features to A. Related work provide a solution to the open problem of uncalibrated 6D image-based visual servoing for robot manipulators, where An IBVS usually employs the image Jacobian matrix the goal is to control the 3D position and orientation of the (Jimg) to relate end-effector velocities in the manipulator’s robot end-effector using visual feedback. One of the main Task space to the feature parameter velocities in the feature contributions of this article is a novel stereo camera model which employs virtual orthogonal cameras to map 6D Cartesian (image) space. A full and comprehensive survey on Visual poses defined in the Task space to 6D visual poses defined Servoing and image Jacobian definitions can be found in [1], in a Virtual Visual space (Image space). This new model is [3], [4] and more recently in [5]. In general, the classical used to compute a full-rank square Image Jacobian matrix image Jacobian is defined using a set of image feature (Jimg), which solves several common problems exhibited by the measurements (usually denoted by s) and it describes how classical image Jacobians, e.g., Image space singularities and local minima. This Jacobian is a fundamental key for the image- image features change when the robot manipulator pose based controller design, where a chattering-free adaptive second changess ˙ = Jimgv. In Visual Servoing the image Jacobian order sliding mode is employed to track 6D visual motions for needs to be calculated or estimated.
    [Show full text]
  • Pipeline Following by Visual Servoing for Autonomous Underwater Vehicles
    Pipeline following by visual servoing for Autonomous Underwater Vehicles Guillaume Alliberta,d, Minh-Duc Huaa, Szymon Krup´ınskib, Tarek Hamela,c aUniversity of Cˆoted’Azur, CNRS, I3S, France. Emails: allibert(thamel; hua)@i3s:unice: f r bCybernetix, Marseille, France. Email: szymon:krupinski@cybernetix: f r cInstitut Universitaire de France, France dCorresponding author Abstract A nonlinear image-based visual servo control approach for pipeline following of fully-actuated Autonomous Underwater Vehicles (AUV) is proposed. It makes use of the binormalized Plucker¨ coordinates of the pipeline borders detected in the image plane as feedback information while the system dynamics are exploited in a cascade manner in the control design. Unlike conventional solutions that consider only the system kinematics, the proposed control scheme accounts for the full system dynamics in order to obtain an enlarged provable stability domain. Control robustness with respect to model uncertainties and external disturbances is re- inforced using integral corrections. Robustness and efficiency of the proposed approach are illustrated via both realistic simulations and experimental results on a real AUV. Keywords: AUV, pipeline following, visual servoing, nonlinear control 1. Introduction control Repoulias and Papadopoulos (2007); Aguiar and Pas- coal (2007); Antonelli (2007) and Lyapunov model-based con- Underwater pipelines are widely used for transportation of trol Refsnes et al. (2008); Smallwood and Whitcomb (2004) oil, gas or other fluids from production sites to distribution sites. mostly concern the pre-programmed trajectory tracking prob- Laid down on the ocean floor, they are often subject to extreme lem with little regard to the local topography of the environ- conditions (temperature, pressure, humidity, sea current, vibra- ment.
    [Show full text]
  • Arxiv:1902.05947V1 [Cs.CV] 18 Feb 2019
    DIViS: Domain Invariant Visual Servoing for Collision-Free Goal Reaching Fereshteh Sadeghi University of Washington Servo Goal: semantic category Real Robot Test Mobile Robot Platforms at test time Servo Goal: image crop H Images N . #) &"'$ . Collision Net N ( . (FCN) #$ #$ . #%'$ . Conv . Conv #% &" N LSTM #% N Stack ! Train in Simulation Goal Semantic Net " (FCN) Time Figure 1: Domain Invariant Visual Servoing (DIViS) learns collision-free goal reaching entirely in simulation using dense multi-step rollouts and a recurrent fully convolutional neural network (bottom). DIViS can directly be deployed on real physical robots with RGB cameras for servoing to visually indicated goals as well as semantic object categories (top). Abstract Robots should understand both semantics and physics to be functional in the real world. While robot platforms provide means for interacting with the physical world they cannot autonomously acquire object-level semantics with- (a) (b) (c) out needing human. In this paper, we investigate how to Figure 2: (a) The classic 1995 visual servoing robot [46, 15]. minimize human effort and intervention to teach robots per- The image at final position (b) was given as the goal and the robot form real world tasks that incorporate semantics. We study was started from an initial view of (c). this question in the context of visual servoing of mobile robots and propose DIViS, a Domain Invariant policy learn- 1. Introduction ing approach for collision free Visual Servoing. DIViS in- corporates high level semantics from previously collected Perception and mobility are the two key capabilities that static human-labeled datasets and learns collision free ser- enable animals and human to perform complex tasks such voing entirely in simulation and without any real robot data.
    [Show full text]
  • Acknowledgements Acknowl
    2161 Acknowledgements Acknowl. B.21 Actuators for Soft Robotics F.58 Robotics in Hazardous Applications by Alin Albu-Schäffer, Antonio Bicchi by James Trevelyan, William Hamel, The authors of this chapter have used liberally of Sung-Chul Kang work done by a group of collaborators involved James Trevelyan acknowledges Surya Singh for de- in the EU projects PHRIENDS, VIACTORS, and tailed suggestions on the original draft, and would also SAPHARI. We want to particularly thank Etienne Bur- like to thank the many unnamed mine clearance experts det, Federico Carpi, Manuel Catalano, Manolo Gara- who have provided guidance and comments over many bini, Giorgio Grioli, Sami Haddadin, Dominic Lacatos, years, as well as Prof. S. Hirose, Scanjack, Way In- Can zparpucu, Florian Petit, Joshua Schultz, Nikos dustry, Japan Atomic Energy Agency, and Total Marine Tsagarakis, Bram Vanderborght, and Sebastian Wolf for Systems for providing photographs. their substantial contributions to this chapter and the William R. Hamel would like to acknowledge work behind it. the US Department of Energy’s Robotics Crosscut- ting Program and all of his colleagues at the na- C.29 Inertial Sensing, GPS and Odometry tional laboratories and universities for many years by Gregory Dudek, Michael Jenkin of dealing with remote hazardous operations, and all We would like to thank Sarah Jenkin for her help with of his collaborators at the Field Robotics Center at the figures. Carnegie Mellon University, particularly James Os- born, who were pivotal in developing ideas for future D.36 Motion for Manipulation Tasks telerobots. by James Kuffner, Jing Xiao Sungchul Kang acknowledges Changhyun Cho, We acknowledge the contribution that the authors of the Woosub Lee, Dongsuk Ryu at KIST (Korean Institute first edition made to this chapter revision, particularly for Science and Technology), Korea for their provid- Sect.
    [Show full text]
  • Real-Time Vision, Tracking and Control
    Proceedings of the 2000 IEEE International Conference on Robotics & Automation San Francisco, CA April 2000 Real-Time Vision, Tracking and Control Peter I. Corke Seth A. Hutchinson CSIRO Manufacturing Science & Technology Beckman Institute for Advanced Technology Pinjarra Hills University of Illinois at Urbana-Champaign AUSTRALIA 4069. Urbana, Illinois, USA 61801 [email protected] [email protected] Abstract sidered the fusion of computer vision, robotics and This paper, which serves as an introduction to the control and has been a distinct field for over 10 years, mini-symposium on Real- Time Vision, Tracking and though the earliest work dates back close to 20 years. Control, provides a broad sketch of visual servoing, the Over this period several major, and well understood, approaches have evolved and been demonstrated in application of real-time vision, tracking and control many laboratories around the world. Fairly compre- for robot guidance. It outlines the basic theoretical approaches to the problem, describes a typical archi- hensive overviews of the basic approaches, current ap- tecture, and discusses major milestones, applications plications, and open research issues can be found in a and the significant vision sub-problems that must be number of recent sources, including [l-41. solved. The next section, Section 2, describes three basic ap- proaches to visual servoing. Section 3 provides a ‘walk 1 Introduction around’ the main functional blocks in a typical visual Visual servoing is a maturing approach to the control servoing system. Some major milestones and proposed applications are discussed in Section 4. Section 5 then of robots in which tasks are defined visually, rather expands on the various vision sub-problems that must than in terms of previously taught Cartesian coordi- be solved for the different approaches to visual servo- nates.
    [Show full text]
  • A Self-Triggered Position Based Visual Servoing Model Predictive Control Scheme for Underwater Robotic Vehicles †
    machines Article A Self-triggered Position Based Visual Servoing Model Predictive Control Scheme for Underwater Robotic Vehicles † Shahab Heshmati-alamdari 1 , Alina Eqtami 2, George C. Karras 3,4 , Dimos V. Dimarogonas 1 and Kostas J. Kyriakopoulos 4,* 1 Division of Decision and Control Systems, School of Electrical Engineering and Computer Science, KTH Royal Institute of Technology, Stockholm, Sweden; [email protected] (S.H.-a.); [email protected] (D.V.D.) 2 Laboratoire des Signaux et Systémes (L2S) CNRS, CentraleSupélec, Université Paris-Sud, Université Paris-Saclay 3, rue Joliot-Curie, 91192 Gif-sur-Yvette, cedex, France; [email protected] 3 Dept. of Computer Science and Telecommunications, University of Thessaly, 3rd Km Old National Road Lamia-Athens, 35100, Lamia, Greece; [email protected] 4 Control Systems Laboratory, School of Mechanical Engineering, National Technical University of Athens, 15780 Athens, Greece * Correspondence: [email protected] † This paper is an extended version of our paper published in Shahab Heshmati-Alamdari, Alina Eqtami, George C. Karras, Dimos V. Dimarogonas, and Kostas J. Kyriakopoulos. A Self-triggered Visual Servoing Model Predictive Control Scheme for Under-actuated Underwater Robotic Vehicles. In Proceedings of the 2014 IEEE International Conference on Robotics and Automation (ICRA), Hong Kong, China, 31 May–7 June 2014. Received: 1 May 2020; Accepted: 7 June 2020; Published: 11 June 2020 Abstract: An efficient position based visual sevroing control approach for Autonomous Underwater Vehicles (AUVs) by employing Non-linear Model Predictive Control (N-MPC) is designed and presented in this work. In the proposed scheme, a mechanism is incorporated within the vision-based controller that determines when the Visual Tracking Algorithm (VTA) should be activated and new control inputs should be calculated.
    [Show full text]
  • Robot Systems Integration
    Transformative Research and Robotics Kazuhiro Kosuge Distinguished Professor Department of Robotics Tohoku University 2020 IEEE Vice President-elect for Technical Activities IEEE Fellow, JSME Fellow, SICE Fellow, RSJ Fellow, JSAE Fellow My brief history • March 1978 Bachelor of Engineering, Department of Control Engineering, Tokyo Institute of Technology • Marcy 1980 Master of Engineering, Department of Control Engineering, Tokyo Institute of Technology • April 1980 Research staff, Department of Production Engineering Nippondenso (Denso) Corporation • October 1982 Research Associate, Tokyo Institute of Technology • July 1988 Dr. of Engineering, Tokyo Institute of Technology • September 1989 - August 1990 Visiting Research Scientist, Department of Mechanical Engineering, Massachusetts Institute of Technology • September 1990 Associate Professor, Faculty of Engineering, Nagoya University • March 1995 Professor, School of Engineering, Tohoku University • April 1997 Professor, Graduate School of Engineering, Tohoku University • December 2018 Tohoku University Distinguished Professor 略 歴 • 1978年3月 東京工業大学工学部制御工学科卒業 • 1980年3月 東京工業大学大学院理工学研究科修士課程修了(制御工学専攻,工学修士) • 1980年4月 日本電装株式会社(現 株式会社デンソー) • 1982年10月 東京工業大学工学部制御工学科助手(工学部) • 1988年7月 東京工業大学大学院理工学研究科 工学博士(制御工学専攻) • 1989年9月-1990年8月 米国マサチューセッツ工科大学機械工学科客員研究員 (Visiting Research Scientist, Department of Mechanical Engineering, Massachusetts Institute of Technology) • 1990年 9月 名古屋大学 助教授(工学部) • 1995年 3月 東北大学 教授(工学部) • 1997年 4月 東北大学 教授(工学研究科)大学院重点化による配置換 • 2018年12月 東北大学 Distinguished Professor My another
    [Show full text]
  • IEEE Transactions on Robotics (T-RO) Editorial Board Listing
    IEEE Transactions on Robotics (T-RO) Editorial Board Listing Status by February 1, 2006 Senior Editors Dr. Hirohiko Arai, Editor Intelligent Systems Institute National Institute of Advanced Industrial Science & Technology AIST Tsukuba East 1-2-1 Namiki Tsukuba, Ibaraki 305-8564 Japan P: +81 298 61 7088 F: +81-298 61 7201 E: [email protected] Primary Areas: Robot Control, Manipulators, Dynamics, Kinematics, Force/Impedance/Compliance, Underactuated Mechanisms, Nonholonomic Systems Secondary Areas: Human-Robot Cooperation, Humanoids, Walking Robots, Telerobotics, Industrial Robots ********** Professor George A. Bekey, Founding Editor Department of Computer Science University of Southern California Los Angeles, CA 90089-0782 USA P: +1 213 740 4501 F: +1 213 740 7512 E: [email protected] Primary Areas: Mobile Robots, Autonomy, Walking Machines, Robot Intelligence, Multi-Robot Cooperation Secondary Areas: Medical Robotics and Personal Robots ********** Professor Alessandro De Luca, Editor-in-Chief Dipartimento di Informatica e Sistemistica Universita di Roma “La Sapienza” Via Eudossiana 18 00184 Roma Italy P: +39 06 44585 371 F: +39 06 44585 367 E: [email protected] U: http://www.dis.uniroma1.it/labrob Primary Areas: Learning, Force/Impedance/Impact Control, Flexible Manipulators, Nonholonomic Robots, Nonlinear Control, Redundant Manipulators, Underactuated Mechanisms Secondary Areas: Kinematics, Dynamics, Mobile Robots, Motion/Path Planning, Obstacle Avoidance, Space Robots ********** Professor Peter B. Luh, Editor Emeritus Department
    [Show full text]
  • VISUAL SERVOING for ROBOTIC ASSEMBLY Brad Nelson, N.P
    in Visual Servoing-Real-Time Control of Robot Manipulators Based on Visual Sensory Feedback, ed. K. Hashimoto, World Scien- tific Publishing Co. Pte. Ltd., River Edge, NJ, pp. 139-164, 1993. VISUAL SERVOING FOR ROBOTIC ASSEMBLY Brad Nelson,† N.P. Papanikolopoulos,‡ and P.K. Khosla‡ The Robotics Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA 15213 ABSTRACT Visual feedback has traditionally been used in the assembly process to a very limited extent. With the advent of effective visual servoing techniques, visual feedback can become an integral part of the assembly process by complementing the use of force feedback to accomplish precision assemblies in imprecisely calibrated robotic assembly workcells. In this paper we present some of the issues pertaining to the introduction of visual servoing techniques into the assembly process and solutions we have demonstrated to these prob- lems. 1. Introduction Geometric modeling systems are rapidly replacing manual drafting techniques for defining the geometry of mechanical parts and assemblies during the design process. This makes possible the development of software tools to aid the manufacturing engineer in set- ting up assembly workcells, thus, integrating design and manufacturing. Robotic assembly workcells have been created which can be automatically programmed, including the auto- matic generation of real-time code, to perform mechanical assemblies based on geometric models of the assembly.9,15 An important benefit of these systems is that by automatically generating assembly plans and real-time code for performing mechanical assemblies, assembly workcell setup times can be drastically reduced. When programming robotic assembly workcells automatically, however, the accu- racy as well as the repeatability of the robots’ motion must be extremely high, so that parts that are to be assembled can be placed at positions and orientations within thousands of an inch of their desired position and orientation.
    [Show full text]
  • Visp for Visual Servoing: a Generic Software Platform with a Wide Class of Robot Control Skills E
    ViSP for visual servoing: a generic software platform with a wide class of robot control skills E. Marchand, F. Spindler, François Chaumette To cite this version: E. Marchand, F. Spindler, François Chaumette. ViSP for visual servoing: a generic software platform with a wide class of robot control skills. IEEE Robotics and Automation Magazine, Institute of Electrical and Electronics Engineers, 2005, 12 (4), pp.40-52. inria-00351899 HAL Id: inria-00351899 https://hal.inria.fr/inria-00351899 Submitted on 12 Jan 2009 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. ViSP for Visual Servoing A Generic Software Platform with a Wide Class of Robot Control Skills everal software packages or toolboxes written in vari- same philosophy as the XVision system [16] and would have ous languages have been proposed in order to simu- been independent from the robot and the tracking algorithms. late robotic manipulator control. The MATLAB Following these precedents, ViSP (that is, Visual Servoing Robotics Toolbox [8] allows for the simple manipu- Platform), the software environment we present in this article, lation of serial-link manipulator; Roboop [14] is a features all these capabilities: independence with respect to the Smanipulator simulation package (written in C++).
    [Show full text]
  • Project-Team LAGADIC Visual Servoing in Robotics, Computer Vision, and Augmented Reality
    INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Project-Team LAGADIC Visual servoing in robotics, computer vision, and augmented reality Rennes - Bretagne-Atlantique Theme : Robotics c t i v it y ep o r t 2009 Table of contents 1. Team :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 2. Overall Objectives :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 3. Scientific Foundations :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::2 3.1. Visual servoing2 3.2. Visual tracking3 4. Application Domains ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::3 5. Software ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 4 5.1. ViSP: a visual servoing platform4 5.2. Marker: Marker-based augmented reality kernel5 5.3. MarkerLess: MarkerLess-based augmented reality kernel5 5.4. Development work: Robot vision platforms6 5.5. Development work: Medical robotics platforms6 5.6. Development work: Cycab8 6. New Results :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 8 6.1. Visual servoing8 6.1.1. Visual features from a spherical projection model8 6.1.2. Photometric visual servoing8 6.1.3. Mutual information-based visual servoing8 6.1.4. Design of new control schemes9 6.1.5. Visual servoing for aircrafts9 6.1.6. Multi sensor-based control9 6.1.7. Visual servoing of non-holonomic mobile robots9 6.1.8. MEMS micro-assembly 10 6.2. Medical robotics 10 6.2.1. Ultrasound image-based visual servoing 10 6.2.2. 3D robot registration from ultrasound images 10 6.2.3. Autonomous control modes for ultrasound probe guidance 10 6.3. Active vision 11 6.4. Visual tracking 11 6.4.1. Localization for augmented reality 11 6.4.2. Robust model-based tracking for aircraft localization 11 6.4.3. Robust tracking for controlling small helicopters 11 6.4.4. Omnidirectional stereovision 12 6.4.5.
    [Show full text]
  • Assessment of Visual Servoing Techniques for Target Localization
    Proceedings of the 6th International Conference of Control, Dynamic Systems, and Robotics (CDSR'19) Ottawa, Canada – June 6-7, 2019 Paper No. CDSR 110 DOI: 10.11159/cdsr19.110 Assessment of Visual Servoing Techniques for Target Localization Khushali Saraiya1, Dippal Israni1, Parth Goel2 1U & P. U. Patel Department Of Computer Engineering CSPIT, CHARUSAT, Changa, India [email protected];[email protected] 2Computer Engineering Department, DEPSTAR CHARUSAT, Changa, India [email protected] Abstract - Robotics is advancing rapidly in the research area of designing, controlling and building new robots for domestic, commercial and military applications. In addition to these, it also becomes easy to control objects in dangerous locations like bomb defusal, mines and exploring shipwrecks. Visual Servoing (VS) is a technique that controls a robot and gives the motion to achieve the field of technologies such as bionomics and security guard. In robotics, the most important part is to place cameras in the workspace such that each and every place is visible during the whole task. In Visual Servoing, the challenge is to achieve kinematics that gives ease to pick and place objects. This paper represents an overall idea, state of the art techniques and architecture for camera control techniques and robot control techniques. This paper also highlights examples related to forward kinematics and inverse kinematic using Matlab. Keywords: Visual Servoing, Position Based Visual Servoing, Image-Based Visual Servoing, Kinematics. 1. Introduction Robotics is gradually upgrading manufacturing industry to engineer the environment so that it will simplify the detection and retrieval of the item. The vision that is primarily based on absolute control or visual servoing based is used as a solution in robot organization.
    [Show full text]