WorldWideScience

Sample records for robot independent programming

  1. RIPE [robot independent programming environment]: A robot independent programming environment

    International Nuclear Information System (INIS)

    Miller, D.J.; Lennox, R.C.

    1990-01-01

    Remote manual operations in radiation environments are typically performed very slowly. Sensor-based computer-controlled robots hold great promise for increasing the speed and safety of remote operations; however, the programming of robotic systems has proven to be expensive and difficult. Generalized approaches to robot programming that reuse available software modules and employ programming languages which are independent of the specific robotic and sensory devices being used are needed to speed software development and increase overall system reliability. This paper discusses the robot independent programming environment (RIPE) developed at Sandia National Laboratories (SNL). The RIPE is an object-oriented approach to robot system architectures; it is a software environment that facilitates rapid design and implementation of complex robot systems for diverse applications. An architecture based on hierarchies of distributed multiprocessors provides the computing platform for a layered programming structure that models applications using software objects. These objects are designed to support model-based automated programming of robotic and machining devices, real-time sensor-based control, error handling, and robust communication

  2. An Intelligent Robot Programing

    Energy Technology Data Exchange (ETDEWEB)

    Hong, Seong Yong

    2012-01-15

    This book introduces an intelligent robot programing with background of the begging, introduction of VPL, and SPL, building of environment for robot platform, starting of robot programing, design of simulation environment, robot autonomy drive control programing, simulation graphic. Such as SPL graphic programing graphical image and graphical shapes, and graphical method application, application of procedure for robot control, robot multiprogramming, robot bumper sensor programing, robot LRF sencor programing and robot color sensor programing.

  3. An Intelligent Robot Programing

    International Nuclear Information System (INIS)

    Hong, Seong Yong

    2012-01-01

    This book introduces an intelligent robot programing with background of the begging, introduction of VPL, and SPL, building of environment for robot platform, starting of robot programing, design of simulation environment, robot autonomy drive control programing, simulation graphic. Such as SPL graphic programing graphical image and graphical shapes, and graphical method application, application of procedure for robot control, robot multiprogramming, robot bumper sensor programing, robot LRF sencor programing and robot color sensor programing.

  4. A Domain-Specific Language for Programming Self-Reconfigurable Robots

    DEFF Research Database (Denmark)

    Schultz, Ulrik Pagh; Christensen, David Johan; Støy, Kasper

    2007-01-01

    . Programming a modular, self-reconfigurable robot is however a complicated task: the robot is essentially a real-time, distributed embedded system, where control and communication paths often are tightly coupled to the current physical configuration of the robot. To facilitate the task of programming modular......, self-reconfigurable robots, we have developed a declarative, role-based language that allows the programmer to define roles and behavior independently of the concrete physical structure of the robot. Roles are compiled to mobile code fragments that distribute themselves over the physical structure...

  5. Humanoid Robotics: Real-Time Object Oriented Programming

    Science.gov (United States)

    Newton, Jason E.

    2005-01-01

    Programming of robots in today's world is often done in a procedural oriented fashion, where object oriented programming is not incorporated. In order to keep a robust architecture allowing for easy expansion of capabilities and a truly modular design, object oriented programming is required. However, concepts in object oriented programming are not typically applied to a real time environment. The Fujitsu HOAP-2 is the test bed for the development of a humanoid robot framework abstracting control of the robot into simple logical commands in a real time robotic system while allowing full access to all sensory data. In addition to interfacing between the motor and sensory systems, this paper discusses the software which operates multiple independently developed control systems simultaneously and the safety measures which keep the humanoid from damaging itself and its environment while running these systems. The use of this software decreases development time and costs and allows changes to be made while keeping results safe and predictable.

  6. Pyro: A Python-Based Versatile Programming Environment for Teaching Robotics

    Science.gov (United States)

    Blank, Douglas; Kumar, Deepak; Meeden, Lisa; Yanco, Holly

    2004-01-01

    In this article we describe a programming framework called Pyro, which provides a set of abstractions that allows students to write platform-independent robot programs. This project is unique because of its focus on the pedagogical implications of teaching mobile robotics via a top-down approach. We describe the background of the project, its…

  7. Morphology Independent Learning in Modular Robots

    DEFF Research Database (Denmark)

    Christensen, David Johan; Bordignon, Mirko; Schultz, Ulrik Pagh

    2009-01-01

    speed its modules independently and in parallel adjust their behavior based on a single global reward signal. In simulation, we study the learning strategy’s performance on different robot configurations. On the physical platform, we perform learning experiments with ATRON robots learning to move as fast...

  8. Morphology Independent Learning in Modular Robots

    DEFF Research Database (Denmark)

    Christensen, David Johan; Bordignon, Mirko; Schultz, Ulrik Pagh

    2009-01-01

    speed its modules independently and in parallel adjust their behavior based on a single global reward signal. In simulation, we study the learning strategy?s performance on different robot con?gurations. On the physical platform, we perform learning experiments with ATRON robots learning to move as fast...

  9. Morphology Independent Learning in Modular Robots

    DEFF Research Database (Denmark)

    Christensen, David Johan; Bordignon, Mirko; Schultz, Ulrik Pagh

    2009-01-01

    Hand-coding locomotion controllers for modular robots is difficult due to their polymorphic nature. Instead, we propose to use a simple and distributed reinforcement learning strategy. ATRON modules with identical controllers can be assembled in any configuration. To optimize the robot’s locomotion...... speed its modules independently and in parallel adjust their behavior based on a single global reward signal. In simulation, we study the learning strategy’s performance on different robot configurations. On the physical platform, we perform learning experiments with ATRON robots learning to move as fast...

  10. Developing a successful robotics program.

    Science.gov (United States)

    Luthringer, Tyler; Aleksic, Ilija; Caire, Arthur; Albala, David M

    2012-01-01

    Advancements in the robotic surgical technology have revolutionized the standard of care for many surgical procedures. The purpose of this review is to evaluate the important considerations in developing a new robotics program at a given healthcare institution. Patients' interest in robotic-assisted surgery has and continues to grow because of improved outcomes and decreased periods of hospitalization. Resulting market forces have created a solid foundation for the implementation of robotic surgery into surgical practice. Given proper surgeon experience and an efficient system, robotic-assisted procedures have been cost comparable to open surgical alternatives. Surgeon training and experience is closely linked to the efficiency of a new robotics program. Formally trained robotic surgeons have better patient outcomes and shorter operative times. Training in robotics has shown no negative impact on patient outcomes or mentor learning curves. Individual economic factors of local healthcare settings must be evaluated when planning for a new robotics program. The high cost of the robotic surgical platform is best offset with a large surgical volume. A mature, experienced surgeon is integral to the success of a new robotics program.

  11. Teaching Joint-Level Robot Programming with a New Robotics Software Tool

    Directory of Open Access Journals (Sweden)

    Fernando Gonzalez

    2017-12-01

    Full Text Available With the rising popularity of robotics in our modern world there is an increase in the number of engineering programs that offer the basic Introduction to Robotics course. This common introductory robotics course generally covers the fundamental theory of robotics including robot kinematics, dynamics, differential movements, trajectory planning and basic computer vision algorithms commonly used in the field of robotics. Joint programming, the task of writing a program that directly controls the robot’s joint motors, is an activity that involves robot kinematics, dynamics, and trajectory planning. In this paper, we introduce a new educational robotics tool developed for teaching joint programming. The tool allows the student to write a program in a modified C language that controls the movement of the arm by controlling the velocity of each joint motor. This is a very important activity in the robotics course and leads the student to gain knowledge of how to build a robotic arm controller. Sample assignments are presented for different levels of difficulty.

  12. Environmental restoration and waste management: Robotics technology development program: Robotics 5-year program plan

    International Nuclear Information System (INIS)

    1991-01-01

    This plan covers robotics Research, Development, Demonstration, Testing and Evaluation activities in the Program for the next five years. These activities range from bench-scale R ampersand D to full-scale hot demonstrations at DOE sites. This plan outlines applications of existing technology to near-term needs, the development and application of enhanced technology for longer-term needs, and initiation of advanced technology development to meet those needs beyond the five-year plan. The objective of the Robotic Technology Development Program (RTDP) is to develop and apply robotics technologies that will enable Environmental Restoration and Waste Management (ER ampersand WM) operations at DOE sites to be safer, faster and cheaper. Five priority DOE sites were visited in March 1990 to identify needs for robotics technology in ER ampersand WM operations. This 5-Year Program Plan for the RTDP detailed annual plans for robotics technology development based on identified needs. In July 1990 a forum was held announcing the robotics program. Over 60 organizations (industrial, university, and federal laboratory) made presentations on their robotics capabilities. To stimulate early interactions with the ER ampersand WM activities at DOE sites, as well as with the robotics community, the RTDP sponsored four technology demonstrations related to ER ampersand WM needs. These demonstrations integrated commercial technology with robotics technology developed by DOE in support of areas such as nuclear reactor maintenance and the civilian reactor waste program. 2 figs

  13. Socially assistive robots : a comprehensive approach to extending independent living

    NARCIS (Netherlands)

    Johnson, D.O.; Cuijpers, R.H.; Juola, J.F.; Torta, E.; Simonov, M.; Frisiello, A.; Bazzani, M.; Yan, W.; Weber, C.; Wermter, S.; Meins, N.; Oberzaucher, J.; Panek, P. (Paul); Edelmayer, G.; Mayer, P.; Beck, C.

    2014-01-01

    Demographic developments have challenged our research on how to assist elderly people by using robots. The KSERA (Knowledgeable SErvice Robots for Aging) project integrates smart home technology and a socially-assistive robot to extend independent living for elderly people, in particular those with

  14. Put Your Robot In, Put Your Robot Out: Sequencing through Programming Robots in Early Childhood

    Science.gov (United States)

    Kazakoff, Elizabeth R.; Bers, Marina Umaschi

    2014-01-01

    This article examines the impact of programming robots on sequencing ability in early childhood. Thirty-four children (ages 4.5-6.5 years) participated in computer programming activities with a developmentally appropriate tool, CHERP, specifically designed to program a robot's behaviors. The children learned to build and program robots over three…

  15. Environmental restoration and waste management: Robotics technology development program: Robotics 5-year program plan

    International Nuclear Information System (INIS)

    1991-01-01

    This plan covers robotics Research, Development, Demonstration, Testing, activities in the Program for the next five years. These activities range from bench-scale R ampersand D to fullscale hot demonstrations at DOE sites. This plan outlines applications of existing technology to near-term needs, the development and application of enhanced technology for longer-term needs, and an initiation of advanced technology development to meet those needs beyond the five-year plan. The objective of the Robotic Technology Development (RTDP) is to develop and apply robotics technologies that will enable Environmental Restoration and Waste Management operations at DOE sites to be safer, faster and cheaper. Five priority DOE sites were visited in March 1990 to identify needs for robotics technology in ER ampersand WM operations. This 5-Year Program Plan for the RTDP detailed annual plans for robotics technology development based on identified needs. This 5-Year Program Plan discusses the overall approach to be adopted by the RTDP to aggressively develop robotics technology and contains discussions of the Program Management Plan, Site Visit and Needs Summary, Approach to Needs-Directed Technical Development, Application-Specific Technical Development, and Cross-Cutting and Advanced Technology. Integrating application-specific ER ampersand WM needs, the current state of robotics technology, and the potential benefits (in terms of faster, safer, and cheaper) of new technology, the Plan develops application-specific road maps for robotics RDDT ampersand E for the period FY 1991 through FY 1995. In addition, the Plan identifies areas where longer-term research in robotics will have a high payoff in the 5- to 20-year time frame. 12 figs

  16. ISS Robotic Student Programming

    Science.gov (United States)

    Barlow, J.; Benavides, J.; Hanson, R.; Cortez, J.; Le Vasseur, D.; Soloway, D.; Oyadomari, K.

    2016-01-01

    The SPHERES facility is a set of three free-flying satellites launched in 2006. In addition to scientists and engineering, middle- and high-school students program the SPHERES during the annual Zero Robotics programming competition. Zero Robotics conducts virtual competitions via simulator and on SPHERES aboard the ISS, with students doing the programming. A web interface allows teams to submit code, receive results, collaborate, and compete in simulator-based initial rounds and semi-final rounds. The final round of each competition is conducted with SPHERES aboard the ISS. At the end of 2017 a new robotic platform called Astrobee will launch, providing new game elements and new ground support for even more student interaction.

  17. Evolutionary programming-based univector field navigation method for past mobile robots.

    Science.gov (United States)

    Kim, Y J; Kim, J H; Kwon, D S

    2001-01-01

    Most of navigation techniques with obstacle avoidance do not consider the robot orientation at the target position. These techniques deal with the robot position only and are independent of its orientation and velocity. To solve these problems this paper proposes a novel univector field method for fast mobile robot navigation which introduces a normalized two dimensional vector field. The method provides fast moving robots with the desired posture at the target position and obstacle avoidance. To obtain the sub-optimal vector field, a function approximator is used and trained by evolutionary programming. Two kinds of vector fields are trained, one for the final posture acquisition and the other for obstacle avoidance. Computer simulations and real experiments are carried out for a fast moving mobile robot to demonstrate the effectiveness of the proposed scheme.

  18. Learning ROS for robotics programming

    CERN Document Server

    Martinez, Aaron

    2013-01-01

    The book will take an easy-to-follow and engaging tutorial approach, providing a practical and comprehensive way to learn ROS.If you are a robotic enthusiast who wants to learn how to build and program your own robots in an easy-to-develop, maintainable and shareable way, ""Learning ROS for Robotics Programming"" is for you. In order to make the most of the book, you should have some C++ programming background, knowledge of GNU/Linux systems, and computer science in general. No previous background on ROS is required, since this book provides all the skills required. It is also advisable to hav

  19. Robotics Programs: Automation Training in Disguise.

    Science.gov (United States)

    Rehg, James A.

    1985-01-01

    Questions and answers from the book "Guidelines for Robotics Program Development" are presented, addressing some of the major issues confronted by the person setting the direction for a robotics training program. (CT)

  20. Design Minimalism in Robotics Programming

    Directory of Open Access Journals (Sweden)

    Anthony Cowley

    2008-11-01

    Full Text Available With the increasing use of general robotic platforms in different application scenarios, modularity and reusability have become key issues in effective robotics programming. In this paper, we present a minimalist approach for designing robot software, in which very simple modules, with well designed interfaces and very little redundancy can be connected through a strongly typed framework to specify and execute different robotics tasks.

  1. Design Minimalism in Robotics Programming

    Directory of Open Access Journals (Sweden)

    Anthony Cowley

    2006-03-01

    Full Text Available With the increasing use of general robotic platforms in different application scenarios, modularity and reusability have become key issues in effective robotics programming. In this paper, we present a minimalist approach for designing robot software, in which very simple modules, with well designed interfaces and very little redundancy can be connected through a strongly typed framework to specify and execute different robotics tasks.

  2. Robotics Technology Development Program

    International Nuclear Information System (INIS)

    1994-02-01

    The Robotics Technology Development Program (RTDP) is a ''needs-driven'' effort. A lengthy series of presentations and discussions at DOE sites considered critical to DOE's Environmental Restoration and Waste Management (EM) Programs resulted in a clear understanding of needed robotics applications toward resolving definitive problems at the sites. A detailed analysis of the Tank Waste Retrieval (TWR), Contaminant Analysis Automation (CAA), Mixed Waste Operations (MWO), and Decontamination ampersand Dismantlement (D ampersand D). The RTDP Group realized that much of the technology development was common (Cross Cutting-CC) to each of these robotics application areas, for example, computer control and sensor interface protocols. Further, the OTD approach to the Research, Development, Demonstration, Testing, and Evaluation (RDDT ampersand E) process urged an additional organizational break-out between short-term (1--3 years) and long-term (3--5 years) efforts (Advanced Technology-AT). The RDTP is thus organized around these application areas -- TWR, CAA, MWO, D ampersand D and CC ampersand AT -- with the first four developing short-term applied robotics. An RTDP Five-Year Plan was developed for organizing the Program to meet the needs in these application areas

  3. Automatic programming of grinding robot restoration of contours

    OpenAIRE

    Are Willersrud; Fred Godtliebsen; Trygve Thomessen

    1995-01-01

    A new programming method has been developed for grinding robots. Instead of using the conventional jog-and-teach method, the workpiece contour is automatically tracked by the robot. During the tracking, the robot position is stored in the robot control system every 8th millisecond. After filtering and reducing this contour data, a robot program is automatically generated.

  4. Automatic programming of grinding robot restoration of contours

    Directory of Open Access Journals (Sweden)

    Are Willersrud

    1995-07-01

    Full Text Available A new programming method has been developed for grinding robots. Instead of using the conventional jog-and-teach method, the workpiece contour is automatically tracked by the robot. During the tracking, the robot position is stored in the robot control system every 8th millisecond. After filtering and reducing this contour data, a robot program is automatically generated.

  5. Students Learn Programming Faster through Robotic Simulation

    Science.gov (United States)

    Liu, Allison; Newsom, Jeff; Schunn, Chris; Shoop, Robin

    2013-01-01

    Schools everywhere are using robotics education to engage kids in applied science, technology, engineering, and mathematics (STEM) activities, but teaching programming can be challenging due to lack of resources. This article reports on using Robot Virtual Worlds (RVW) and curriculum available on the Internet to teach robot programming. It also…

  6. Graphical programming: On-line robot simulation for telerobotic control

    International Nuclear Information System (INIS)

    McDonald, M.J.; Palmquist, R.D.

    1993-01-01

    Sandia has developed an advanced operational control system approach, caged Graphical Programming, to design and operate robotic waste cleanup and other hazardous duty robotic systems. The Graphical Programming approach produces robot systems that are faster to develop and use, safer in operation, and cheaper overall than altemative teleoperation or autonomous robot control systems. The Graphical Programming approach uses 3-D visualization and simulation software with intuitive operator interfaces for the programming and control of complex robotic systems. Graphical Programming Supervisor software modules allow an operator to command and simulate complex tasks in a graphic preview mode and, when acceptable, command the actual robots and monitor their motions with the graphic system. Graphical Progranuning Supervisors maintain registration with the real world and allow the robot to perform tasks that cannot be accurately represented with models alone by using a combination of model and sensor-based control. This paper describes the Graphical Programming approach, several example control systems that use Graphical Programming, and key features necessary for implementing successful Graphical Programming systems

  7. Reasoning robots the art and science of programming robotic agents

    CERN Document Server

    Thielscher, Michael

    2005-01-01

    The book provides an in-depth and uniform treatment of a mathematical model for reasoning robotic agents. The book also contains an introduction to a programming method and system based on this model. The mathematical model, known as the "Fluent Calculus,'' describes how to use classical first-order logic to set up symbolic models of dynamic worlds and to represent knowledge of actions and their effects. Robotic agents use this knowledge and their reasoning facilities to make decisions when following high-level, long-term strategies. The book covers the issues of reasoning about sensor input, acting under incomplete knowledge and uncertainty, planning, intelligent troubleshooting, and many other topics. The mathematical model is supplemented by a programming method which allows readers to design their own reasoning robotic agents. The usage of this method, called "FLUX,'' is illustrated by many example programs. The book includes the details of an implementation of FLUX using the standard programming language...

  8. Developing robotic behavior using a genetic programming model

    International Nuclear Information System (INIS)

    Pryor, R.J.

    1998-01-01

    This report describes the methodology for using a genetic programming model to develop tracking behaviors for autonomous, microscale robotic vehicles. The use of such vehicles for surveillance and detection operations has become increasingly important in defense and humanitarian applications. Through an evolutionary process similar to that found in nature, the genetic programming model generates a computer program that when downloaded onto a robotic vehicle's on-board computer will guide the robot to successfully accomplish its task. Simulations of multiple robots engaged in problem-solving tasks have demonstrated cooperative behaviors. This report also discusses the behavior model produced by genetic programming and presents some results achieved during the study

  9. Advanced programming languages for industrial robots

    International Nuclear Information System (INIS)

    Wolter, H.

    1983-02-01

    With this report, the sponsor of the project on automation in manufacture introduces to the public several new programming procedures for industrial robots which are still under construction. In addition to the programming systems SRL - which, as already previously reported, represent an further development of the AL and ROBEX systems - two additional programming procedures are being described. These are adjusted to perform interactive work at the production site. As introduction to this report, a survey is offered on the status and development of robot programming in the Federal Republic of Germany and in other countries. (orig.) [de

  10. Robotics crosscutting program: Technology summary

    International Nuclear Information System (INIS)

    1996-08-01

    The Office of Environmental Management (EM) is responsible for cleaning up the legacy of radioactive and chemically hazardous waste at contaminated sites and facilities throughout the U.S. Department of Energy (DOE) nuclear weapons complex, preventing further environmental contamination, and instituting responsible environmental management. Initial efforts to achieve this mission resulted in the establishment of environmental restoration and waste management programs. However, as EM began to execute its responsibilities, decision makers became aware that the complexity and magnitude of this mission could not be achieved efficiently, affordably, safely, or reasonably with existing technology. Once the need for advanced cleanup technologies became evident, EM established an aggressive, innovative program of applied research and technology development. The Office of Technology Development (OTD) was established in November 1989 to advance new and improved environmental restoration and waste management technologies that would reduce risks to workers, the public, and the environment; reduce cleanup costs; and devise methods to correct cleanup problems that currently have no solutions. In 1996, OTD added two new responsibilities - management of a Congressionally mandated environmental science program and development of risk policy, requirements, and guidance. OTD was renamed the Office of Science and Technology (OST). This documents presents information concerning robotics tank waste retrieval overview, robotic chemical analysis automation, robotics decontamination and dismantlement, and robotics crosscutting and advanced technology

  11. Visual dataflow language for educational robots programming

    OpenAIRE

    ZIMIN G.A.; MORDVINOV D.A.

    2016-01-01

    Visual domain-specific languages usually have low entry barrier. Sometimes even children can program on such languages by working with visual representations. This is widely used in educational robotics domain, where most commonly used programming environments are visual. The paper describes a novel dataflow visual programming environment for embedded robotic platforms. Obviously, complex dataflow languages are not simple for understanding. The purpose of our tool is to "bridge" between light...

  12. An off-line programming system for palletizing robot

    Directory of Open Access Journals (Sweden)

    Youdong Chen

    2016-09-01

    Full Text Available Off-line programming systems are essential tools for the effective use of palletizing robots. This article presents a dedicated off-line programming system for palletizing robots. According to the user practical requirements, there are many user-defined patterns that can’t be easily generated by commercial off-line robot programming systems. This study suggests a pattern generation method that users can easily define their patterns. The proposed method has been simulation and experiment. The results have attested the effectiveness of the proposed pattern generation method.

  13. Robot off-line programming and simulation as a true CIME-subsystem

    DEFF Research Database (Denmark)

    Nielsen, L.F; Trostmann, S; Trostmann, Erik

    1992-01-01

    A robot off-line programming and real-time simulation system, ROPSIM, which is based on the neutral interface concept and features simulation of the dynamics of both the controller and robot arm, has been developed. To avoid dependency on dedicated robot models, ROPSIM is based on generic models...... describing the robot controller, robot arm geometry, and the robot and arm kinetics. The software was developed using the C++ programming language. The key modules are discussed. The system is a true computer-integrated manufacturing and engineering subsystem which facilitates the exchange and reuse of robot...... model definition data and robot program definition data with systems of other origin or different functionality...

  14. Robot Programming.

    Science.gov (United States)

    1982-12-01

    Paris, France, June, 1982, 519-530. Latoinbe, J. C. "Equipe Intelligence Artificielle et Robotique: Etat d’avancement des recherches," Laboratoire...8217AD-A127 233 ROBOT PROGRRMMING(U) MASSACHUSETTS INST OFGTECHi/ CAMBRIDGE ARTIFICIAL INTELLIGENCE LAB T LOZANO-PEREZ UNCLASSIFIED DC8 AI-9 N884...NAME AND ADDRESS 10. PROGRAM ELEMENT. PROJECT. TASK Artificial Intelligence Laboratory AREA I WORK UNIT NUMBERS ,. 545 Technology Square Cambridge

  15. Robot Task Commander with Extensible Programming Environment

    Science.gov (United States)

    Hart, Stephen W (Inventor); Yamokoski, John D. (Inventor); Wightman, Brian J (Inventor); Dinh, Duy Paul (Inventor); Gooding, Dustin R (Inventor)

    2014-01-01

    A system for developing distributed robot application-level software includes a robot having an associated control module which controls motion of the robot in response to a commanded task, and a robot task commander (RTC) in networked communication with the control module over a network transport layer (NTL). The RTC includes a script engine(s) and a GUI, with a processor and a centralized library of library blocks constructed from an interpretive computer programming code and having input and output connections. The GUI provides access to a Visual Programming Language (VPL) environment and a text editor. In executing a method, the VPL is opened, a task for the robot is built from the code library blocks, and data is assigned to input and output connections identifying input and output data for each block. A task sequence(s) is sent to the control module(s) over the NTL to command execution of the task.

  16. Design and Implementation of Modular Software for Programming Mobile Robots

    Directory of Open Access Journals (Sweden)

    Alessandro Farinelli

    2006-03-01

    Full Text Available This article describes a software development toolkit for programming mobile robots, that has been used on different platforms and for different robotic applications. We address design choices, implementation issues and results in the realization of our robot programming environment, that has been devised and built from many people since 1998. We believe that the proposed framework is extremely useful not only for experienced robotic software developers, but also for students approaching robotic research projects.

  17. A Domain-Specific Language for Programming Self-Reconfigurable Robots

    DEFF Research Database (Denmark)

    Schultz, Ulrik Pagh; Christensen, David Johan; Støy, Kasper

    2007-01-01

    , self-reconfigurable robots, we have developed a declarative, role-based language that allows the programmer to define roles and behavior independently of the concrete physical structure of the robot. Roles are compiled to mobile code fragments that distribute themselves over the physical structure...

  18. Integrating Robot Task Planning into Off-Line Programming Systems

    DEFF Research Database (Denmark)

    Sun, Hongyan; Kroszynski, Uri

    1988-01-01

    a system architecture for integrated robot task planning. It identifies and describes the components considered necessary for implementation. The focus is on functionality of these elements as well as on the information flow. A pilot implementation of such an integrated system architecture for a robot......The addition of robot task planning in off-line programming systems aims at improving the capability of current state-of-the-art commercially available off-line programming systems, by integrating modeling, task planning, programming and simulation together under one platform. This article proposes...... assembly task is discussed....

  19. Robotics Technology Crosscutting Program. Technology summary

    International Nuclear Information System (INIS)

    1995-06-01

    The Robotics Technology Development Program (RTDP) is a needs-driven effort. A length series of presentations and discussions at DOE sites considered critical to DOE's Environmental Restoration and Waste Management (EM) Programs resulted in a clear understanding of needed robotics applications toward resolving definitive problems at the sites. A detailed analysis of the resulting robotics needs assessment revealed several common threads running through the sites: Tank Waste Retrieval (TWR), Contaminant Analysis Automation (CAA), Mixed Waste Operations (MWO), and Decontamination and Dismantlement (D and D). The RTDP Group also realized that some of the technology development in these four areas had common (Cross Cutting-CC) needs, for example, computer control and sensor interface protocols. Further, the OTD approach to the Research, Development, Demonstration, Testing, and Evaluation (RDDT and E) process urged an additional organizational breakdown between short-term (1--3 years) and long-term (3--5 years) efforts (Advanced Technology-AT). These factors lead to the formation of the fifth application area for Crosscutting and Advanced Technology (CC and AT) development. The RTDP is thus organized around these application areas -- TWR, CAA, MWO, D and D, and CC and AT -- with the first four developing short-term applied robotics. An RTDP Five-Year Plan was developed for organizing the Program to meet the needs in these application areas

  20. Robotics Technology Crosscutting Program. Technology summary

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1995-06-01

    The Robotics Technology Development Program (RTDP) is a needs-driven effort. A length series of presentations and discussions at DOE sites considered critical to DOE`s Environmental Restoration and Waste Management (EM) Programs resulted in a clear understanding of needed robotics applications toward resolving definitive problems at the sites. A detailed analysis of the resulting robotics needs assessment revealed several common threads running through the sites: Tank Waste Retrieval (TWR), Contaminant Analysis Automation (CAA), Mixed Waste Operations (MWO), and Decontamination and Dismantlement (D and D). The RTDP Group also realized that some of the technology development in these four areas had common (Cross Cutting-CC) needs, for example, computer control and sensor interface protocols. Further, the OTD approach to the Research, Development, Demonstration, Testing, and Evaluation (RDDT and E) process urged an additional organizational breakdown between short-term (1--3 years) and long-term (3--5 years) efforts (Advanced Technology-AT). These factors lead to the formation of the fifth application area for Crosscutting and Advanced Technology (CC and AT) development. The RTDP is thus organized around these application areas -- TWR, CAA, MWO, D and D, and CC and AT -- with the first four developing short-term applied robotics. An RTDP Five-Year Plan was developed for organizing the Program to meet the needs in these application areas.

  1. The NASA automation and robotics technology program

    Science.gov (United States)

    Holcomb, Lee B.; Montemerlo, Melvin D.

    1986-01-01

    The development and objectives of the NASA automation and robotics technology program are reviewed. The objectives of the program are to utilize AI and robotics to increase the probability of mission success; decrease the cost of ground control; and increase the capability and flexibility of space operations. There is a need for real-time computational capability; an effective man-machine interface; and techniques to validate automated systems. Current programs in the areas of sensing and perception, task planning and reasoning, control execution, operator interface, and system architecture and integration are described. Programs aimed at demonstrating the capabilities of telerobotics and system autonomy are discussed.

  2. Learning to Program with Personal Robots: Influences on Student Motivation

    Science.gov (United States)

    McGill, Monica M.

    2012-01-01

    One of the goals of using robots in introductory programming courses is to increase motivation among learners. There have been several types of robots that have been used extensively in the classroom to teach a variety of computer science concepts. A more recently introduced robot designed to teach programming to novice students is the Institute…

  3. Developing a robotic pancreas program: the Dutch experience.

    Science.gov (United States)

    Nota, Carolijn L; Zwart, Maurice J; Fong, Yuman; Hagendoorn, Jeroen; Hogg, Melissa E; Koerkamp, Bas Groot; Besselink, Marc G; Molenaar, I Quintus

    2017-01-01

    Robot-assisted surgery has been developed to overcome limitations of conventional laparoscopy aiming to further optimize minimally invasive surgery. Despite the fact that robotics already have been widely adopted in urology, gynecology, and several gastro-intestinal procedures, like colorectal surgery, pancreatic surgery lags behind. Due to the complex nature of the procedure, surgeons probably have been hesitant to apply minimally invasive techniques in pancreatic surgery. Nevertheless, the past few years pancreatic surgery has been catching up. An increasing number of procedures are being performed laparoscopically and robotically, despite it being a highly complex procedure with high morbidity and mortality rates. Since the complex nature and extensiveness of the procedure, the start of a robotic pancreatic program should be properly prepared and should comply with several conditions within high-volume centers. Robotic training plays a significant role in the preparation. In this review we discuss the different aspects of preparation when working towards the start of a robotic pancreas program against the background of our nationwide experience in the Netherlands.

  4. Starting a Robotics Program in Your County

    Science.gov (United States)

    Habib, Maria A.

    2012-01-01

    The current mission mandates of the National 4-H Headquarters are Citizenship, Healthy Living, and Science. Robotics programs are excellent in fulfilling the Science mandate. Robotics engages students in STEM (Science, Engineering, Technology, and Mathematics) fields by providing interactive, hands-on, minds-on, cross-disciplinary learning…

  5. Spatial Programming for Industrial Robots through Task Demonstration

    Directory of Open Access Journals (Sweden)

    Jens Lambrecht

    2013-05-01

    Full Text Available Abstract We present an intuitive system for the programming of industrial robots using markerless gesture recognition and mobile augmented reality in terms of programming by demonstration. The approach covers gesture-based task definition and adaption by human demonstration, as well as task evaluation through augmented reality. A 3D motion tracking system and a handheld device establish the basis for the presented spatial programming system. In this publication, we present a prototype toward the programming of an assembly sequence consisting of several pick-and-place tasks. A scene reconstruction provides pose estimation of known objects with the help of the 2D camera of the handheld. Therefore, the programmer is able to define the program through natural bare-hand manipulation of these objects with the help of direct visual feedback in the augmented reality application. The program can be adapted by gestures and transmitted subsequently to an arbitrary industrial robot controller using a unified interface. Finally, we discuss an application of the presented spatial programming approach toward robot-based welding tasks.

  6. Effective programming of energy consuming industrial robot systems

    International Nuclear Information System (INIS)

    Trnka, K.; Pinter, T.; Knazik, M.; Bozek, P.

    2012-01-01

    This paper discusses the problem of effective motion planning for industrial robots. The first part dealt with current method for off-line motion planning. In the second part is presented the work done with one of the simulation system with automatic trajectory generation and off-line programming capability [4]. An spot welding process is involved. The practical application of this step strongly depends on the method for robot path optimization with high accuracy, thus, transform the path into a time and energy optimal robot program for the real world, which is discussed in the third step. (Authors)

  7. Parametric programming of industrial robots

    Directory of Open Access Journals (Sweden)

    Szulczyński Paweł

    2015-06-01

    Full Text Available This article proposes the use of parametric design software, commonly used by architects, in order to obtain complex trajectory and program code for industrial robots. The paper describes the drawbacks of existing solutions and proposes a new script to obtain a correct program. The result of the algorithm was verified experimentally.

  8. Interactive Industrial Robot Programming for the Ceramic Industry

    Directory of Open Access Journals (Sweden)

    Germano Veiga

    2013-10-01

    Full Text Available This paper presents an interactive programming method for programming industrial robots in ceramic applications. The main purpose was to develop a simple but flexible programming system that empowers the user with product driven programming without compromising flexibility. To achieve this flexibility, a two step hybrid programming model was designed: first the user sketches the desired trajectory in a spatial augmented reality programming table using the final product and then relies on an advanced 3D graphical system to tune the robot trajectory in the final workcell. The results measured by the end-user feedback show that a new level of flexibility was reached for this type of application.

  9. Development of robotic program: an Asian experience.

    Science.gov (United States)

    Sahabudin, R M; Arni, T; Ashani, N; Arumuga, K; Rajenthran, S; Murali, S; Patel, V; Hemal, A; Menon, M

    2006-06-01

    Robotic surgery was started in the Department of Urology, Hospital Kuala Lumpur, in April 2004. We present our experience in developing the program and report the results of our first 50 cases of robotic radical prostatectomy. A three-arm da Vinci robotic system was installed in our hospital in March 2004. Prior to installation, the surgeons underwent training at various centers in the United States and Paris. The operating theatre was renovated to house the system. Subsequently, the initial few cases were done with the help of proctors. Data were prospectively collected on all patients who underwent robot-assisted radical prostatectomy for localized carcinoma of the prostate. Fifty patients underwent robot assisted radical prostatectomy from March 2004 to June 2005. Their ages ranged from 52 to 75 years, (average age 60.2 years). PSA levels ranged from 2.5 to 35 ng/ml (mean 10.6 ng/ml). Prostate volume ranged from 18 to 130 cc (average 32.4 cc). Average operating time for the first 20 cases was 4 h and for the next 30 cases was 2.5 h. Patients were discharged 1-3 days post-operatively. Catheters were removed on the fifth day following a cystogram. The positive margin rate as defined by the presence of cancer cells at the inked margin was 30%. Twenty-one patients had T1c disease and one had T1b on clinical staging. Of these, two were apical margin positive. Twenty-six patients had T2 disease and eight of them were apical margin positive. Two patients had T3 disease, one of whom was apical margin positive. Five patients (10%) had PSA recurrence. Five patients had a poorly differentiated carcinoma and the rest had Gleason 6 or 7. Eighty percent of the patients were continent on follow-up at 3 months. Of those who were potent before the surgery, 50% were potent at 3-6 months. The robotic surgery program was successfully implemented at our center on the lines of a structured program, developed at Vattikuti Urology Institute (VUI). We succeeded in creating a team and

  10. Design and evaluation of an end-user friendly tool for robot programming

    NARCIS (Netherlands)

    Buchina, N.; Barakova, E.I.; Kamel, S.M.W.

    2016-01-01

    End-user programming for robots is becoming an increasingly important topic since robots are being introduced into a wide variety of domains. We propose a design of a web based programming interface that makes it possible for end-users with different backgrounds to program robots using natural

  11. Programming with the KIBO Robotics Kit in Preschool Classrooms

    Science.gov (United States)

    Elkin, Mollie; Sullivan, Amanda; Bers, Marina Umaschi

    2016-01-01

    KIBO is a developmentally appropriate robotics kit for young children that is programmed using interlocking wooden blocks; no screens or keyboards are required. This study describes a pilot KIBO robotics curriculum at an urban public preschool in Rhode Island and presents data collected on children's knowledge of foundational programming concepts…

  12. A distributed and morphology-independent strategy for adaptive locomotion in self-reconfigurable modular robots

    DEFF Research Database (Denmark)

    Christensen, David Johan; Schultz, Ulrik Pagh; Stoy, Kasper

    2013-01-01

    In this paper, we present a distributed reinforcement learning strategy for morphology-independent lifelong gait learning for modular robots. All modules run identical controllers that locally and independently optimize their action selection based on the robot’s velocity as a global, shared reward...

  13. Innovative Mobile Robot Method: Improving the Learning of Programming Languages in Engineering Degrees

    Science.gov (United States)

    Ortiz, Octavio Ortiz; Pastor Franco, Juan Ángel; Alcover Garau, Pedro María; Herrero Martín, Ruth

    2017-01-01

    This paper describes a study of teaching a programming language in a C programming course by having students assemble and program a low-cost mobile robot. Writing their own programs to define the robot's behavior raised students' motivation. Working in small groups, students programmed the robots by using the control structures of structured…

  14. Automation and robotics for the National Space Program

    Science.gov (United States)

    1985-01-01

    The emphasis on automation and robotics in the augmentation of the human centered systems as it concerns the space station is discussed. How automation and robotics can amplify the capabilities of humans is detailed. A detailed developmental program for the space station is outlined.

  15. Residency Training in Robotic General Surgery: A Survey of Program Directors.

    Science.gov (United States)

    George, Lea C; O'Neill, Rebecca; Merchant, Aziz M

    2018-01-01

    Robotic surgery continues to expand in minimally invasive surgery; however, the literature is insufficient to understand the current training process for general surgery residents. Therefore, the objectives of this study were to identify the current approach to and perspectives on robotic surgery training. An electronic survey was distributed to general surgery program directors identified by the Accreditation Council for Graduate Medical Education website. Multiple choice and open-ended questions regarding current practices and opinions on robotic surgery training in general surgery residency programs were used. 20 program directors were surveyed, a majority being from medium-sized programs (4-7 graduating residents per year). Most respondents (73.68%) had a formal robotic surgery curriculum at their institution, with 63.16% incorporating simulation training. Approximately half of the respondents believe that more time should be dedicated to robotic surgery training (52.63%), with simulation training prior to console use (84.21%). About two-thirds of the respondents (63.16%) believe that a formal robotic surgery curriculum should be established as a part of general surgery residency, with more than half believing that exposure should occur in postgraduate year one (55%). A formal robotics curriculum with simulation training and early surgical exposure for general surgery residents should be given consideration in surgical residency training.

  16. Tele-care robot for assisting independent senior citizens who live at home.

    Science.gov (United States)

    Katz, Reuven

    2015-01-01

    In the last twenty years most developed countries face dramatic demographic changes, and predominantly the rapid aging of their population. As the share of elderly people is climbing while the number of care providers is declining, the aging problem is becoming an increasingly important social and economic challenge. The supply of care at home, utilizing affordable tele-care systems and smart home technologies, is one of the promising strategies to cope with challenges posed by these demographic changes. The goal of this paper is to present a tele-care robot (TCR) aimed to assist Senior citizens who live independently at their home, that need assistance in daily life activities. The idea of the proposed system is that a caregiver, operating from a central location, will be able to service between 10 to 20 patients living at their home, by using the tele-care robot. The robot will possess motion control capabilities to move inside the house of each patient and alert in case that emergency events occur. The robot will allow the care provider to communicate remotely with the patient using audio and video equipment installed on the robot. By using the robot, the caregiver will be able to examine several times during the day the well-being of the patient, his medication consumption, and his overall functionality.

  17. The Academic Differences between Students Involved in School-Based Robotics Programs and Students Not Involved in School-Based Robotics Programs

    Science.gov (United States)

    Koumoullos, Michael

    2013-01-01

    This research study aimed to identify any correlation between participation in afterschool robotics at the high school level and academic performance. Through a sample of N = 121 students, the researcher examined the grades and attendance of students who participated in a robotics program in the 2011-2012 school year. The academic record of these…

  18. Robotic surgical education: a collaborative approach to training postgraduate urologists and endourology fellows.

    Science.gov (United States)

    Mirheydar, Hossein; Jones, Marklyn; Koeneman, Kenneth S; Sweet, Robert M

    2009-01-01

    Currently, robotic training for inexperienced, practicing surgeons is primarily done vis-à-vis industry and/or society-sponsored day or weekend courses, with limited proctorship opportunities. The objective of this study was to assess the impact of an extended-proctorship program at up to 32 months of follow-up. An extended-proctorship program for robotic-assisted laparoscopic radical prostatectomy was established at our institution. The curriculum consisted of 3 phases: (1) completing an Intuitive Surgical 2-day robotic training course with company representatives; (2) serving as assistant to a trained proctor on 5 to 6 cases; and (3) performing proctored cases up to 1 year until confidence was achieved. Participants were surveyed and asked to evaluate on a 5-point Likert scale their operative experience in robotics and satisfaction regarding their training. Nine of 9 participants are currently performing robotic-assisted laparoscopic radical prostatectomy (RALP) independently. Graduates of our program have performed 477 RALP cases. The mean number of cases performed within phase 3 was 20.1 (range, 5 to 40) prior to independent practice. The program received a rating of 4.2/5 for effectiveness in teaching robotic surgery skills. Our robotic program, with extended proctoring, has led to an outstanding take-rate for disseminating robotic skills in a metropolitan community.

  19. Residency Training in Robotic General Surgery: A Survey of Program Directors

    Directory of Open Access Journals (Sweden)

    Lea C. George

    2018-01-01

    Full Text Available Objective. Robotic surgery continues to expand in minimally invasive surgery; however, the literature is insufficient to understand the current training process for general surgery residents. Therefore, the objectives of this study were to identify the current approach to and perspectives on robotic surgery training. Methods. An electronic survey was distributed to general surgery program directors identified by the Accreditation Council for Graduate Medical Education website. Multiple choice and open-ended questions regarding current practices and opinions on robotic surgery training in general surgery residency programs were used. Results. 20 program directors were surveyed, a majority being from medium-sized programs (4–7 graduating residents per year. Most respondents (73.68% had a formal robotic surgery curriculum at their institution, with 63.16% incorporating simulation training. Approximately half of the respondents believe that more time should be dedicated to robotic surgery training (52.63%, with simulation training prior to console use (84.21%. About two-thirds of the respondents (63.16% believe that a formal robotic surgery curriculum should be established as a part of general surgery residency, with more than half believing that exposure should occur in postgraduate year one (55%. Conclusion. A formal robotics curriculum with simulation training and early surgical exposure for general surgery residents should be given consideration in surgical residency training.

  20. Environmental restoration and waste management: Robotics technology development program: Robotics 5-year program plan

    International Nuclear Information System (INIS)

    1991-01-01

    In FY 1990 Robotics Technology Development Program (RTDP) planning teams visited five DOE sites. These sites were selected by the Office of Technology Development to provide a needs basis for developing a 5-Year Plan. Visits to five DOE sites provided identification of needs for robotics technology development to support Environmental Restoration and Waste Management (ER ampersand WM) projects at those sites. Additional site visits will be conducted in the future to expand the planning basis. This volume summarizes both the results of the site visits and the needs and requirements of the priority ER ampersand WM activities at the sites, including potential needs for robotics and remote systems technology. It also discusses hazards associated with the site activities and any problems or technical uncertainties associated with dealing with the hazards in the performance of the ER ampersand WM work. Robotic or remote systems currently under development for remediation projects or waste operations are also discussed. The information in this document is organized principally by site, activity, and priority. Section 2.0, Site Needs, is based on information from the site visit reports and provides a summary which focuses on the site needs and requirements for each priority activity. Section 2.0 also records evaluations and discussions by the RTDP team following the site visit. Section 3.0, Commonality Assessment, documents similar site needs where common, or cross-cutting, robotics technology might be applied to several activities. Section 4.0 contains a summary of the site needs and requirements in tabular form. 1 tab

  1. DOE EM industry programs robotics development

    International Nuclear Information System (INIS)

    Staubly, R.; Kothari, V.

    1998-01-01

    The Office of Science and Technology (OST) manages an aggressive program for RD and D, as well as testing and evaluation for the Department of Energy's (DOE's) Environmental Management (EM) organization. The goal is to develop new and improved environmental restoration and waste management technologies to clean up the inventory of the DOE weapons complex faster, safer, and cheaper than is possible with currently available technologies. Robotic systems reduce worker exposure to the absolute minimum, while providing proven, cost-effective, and, for some applications, the only acceptable technique for addressing challenging problems. Development of robotic systems for remote operations occurs in three main categories: tank waste characterization and retrieval; decontamination and dismantlement; and characterization, mapping, and inspection systems. In addition, the Federal Energy Technology Center (FETC) has some other projects which fall under the heading of supporting R and D. The central objective of all FETC robotic projects is to make robotic systems more attractive by reducing costs and health risks associated with the deployment of robotic technologies in the cleanup of the nuclear weapons complex. This will be accomplished through development of robots that are cheaper, faster, safer, and more reliable, as well as more straightforward to modify/adapt and more intuitive to operate with autonomous capabilities and intelligent controls that prevent accidents and optimize task execution

  2. Overcoming Barriers and Increasing Independence – Service Robots for Elderly and Disabled People

    Directory of Open Access Journals (Sweden)

    Marion Hersh

    2015-08-01

    Full Text Available The paper discusses the potential of assistive service robots to support disabled and elderly people. It shows that they have considerable untapped potential in this area, but also that inappropriate implementations could increase isolation, reduce independence and lead to users feeling as though they are under surveillance. The main body of the paper presents an overview of existing applications and discusses their benefits and potential problems. This is organized by an extension of the common classification into socially and physically assistive robots by the two categories of sensory assistive and mixed assistance robots. Another more detailed classification is also presented. This discussion is introduced by an overview of many of the technological components of smart mobile robots. It is followed by a discussion of user acceptance. The problems of existing models based on either solely positive or solely negative factors are noted and a model containing both types of factors is proposed. The need for continuing research is noted and various proposals are made.

  3. Overview and Categorization of Robots Supporting Independent Living of Elderly People: What Activities Do They Support and How Far Have They Developed.

    Science.gov (United States)

    Bedaf, Sandra; Gelderblom, Gert Jan; De Witte, Luc

    2015-01-01

    Over the past decades, many robots for the elderly have been developed, supporting different activities of elderly people. A systematic review in four scientific literature databases and a search in article references and European projects was performed in order to create an overview of robots supporting independent living of elderly people. The robots found were categorized based on their development stage, the activity domains they claim to support, and the type of support provided (i.e., physical, non-physical, and/or non-specified). In total, 107 robots for the elderly were identified. Six robots were still in a concept phase, 95 in a development phase, and six of these robots were commercially available. These robots claimed to provide support related to four activity domains: mobility, self-care, interpersonal interaction & relationships, and other activities. Of the many robots developed, only a small percentage is commercially available. Technical ambitions seem to be guiding robot development. To prolong independent living, the step towards physical support is inevitable and needs to be taken. However, it will be a long time before a robot will be capable of supporting multiple activities in a physical manner in the home of an elderly person in order to enhance their independent living.

  4. Framework for Developing a Multimodal Programming Interface Used on Industrial Robots

    Directory of Open Access Journals (Sweden)

    Bogdan Mocan

    2014-12-01

    Full Text Available The proposed approach within this paper shifts the focus from the coordinate based programming of an industrial robot, which currently dominates the field, to an object based programming scheme. The general framework proposed in this paper is designed to perform natural language understanding, gesture integration and semantic analysis which facilitate the development of a multimodal robot programming interface that facilitate an intuitive programming.

  5. Gesture-Based Extraction of Robot Skill Parameters for Intuitive Robot Programming

    DEFF Research Database (Denmark)

    Pedersen, Mikkel Rath; Krüger, Volker

    2015-01-01

    a working system capable of TbD would be ideal. Contrary to current TbD approaches, that generally aim to recognize both action and where it is applied, we propose a division of labor, where the operator manually specifies the action the robot should perform, while gestures are used for specifying...... the relevant action parameter (e.g. on which object to apply the action). Using this two-step method has the advantages that there is no uncertainty of which action the robot will perform, it takes into account that the environment changes, so objects do not need to be at predefined locations......, and the parameter specification is possible even for inexperienced users. Experiments with 24 people in 3 different environments verify that it is indeed intuitive, even for a robotics novice, to program a mobile manipulator using this method....

  6. ENGAGING ELEMENTARY AND MIDDLE SCHOOL STUDENTS IN ROBOTICS THROUGH HUMMINGBIRD KIT WITH SNAP! VISUAL PROGRAMMING LANGUAGE

    OpenAIRE

    Anna Newley; Hasan Deniz; Erdogan Kaya; Ezgi Yesilyurt

    2016-01-01

    The purpose of this paper is to describe how Hummingbird robotics kit with Snap! programing language was used to introduce basics of robotics to elementary and middle school students. Each student in the robotics program built a robot. The robot building process was open ended. Any specific robotics challenge was not provided to the students. Students’ knowledge about robots and programming language were measured through pre, post, and delayed posttests. Results indicated that students improv...

  7. Robotized workplaces vs. economic impacts on power engineering

    International Nuclear Information System (INIS)

    Iring, P.; Tothova, M.; Bozek, P.

    2012-01-01

    Virtual technology is a unique tool for saving energy and environment. The cost for programming real workplace is substantially higher than the programming virtual workplace. The paper deals with the creation and programming of virtual Robotized workplace. In practice of technology workplaces with robots, the computer technology is used. The used technology should be independent on the platform it will be presented on as well as the newest standards in computer technologies should be used. (Authors)

  8. Web Environment for Programming and Control of a Mobile Robot in a Remote Laboratory

    Science.gov (United States)

    dos Santos Lopes, Maísa Soares; Gomes, Iago Pacheco; Trindade, Roque M. P.; da Silva, Alzira F.; de C. Lima, Antonio C.

    2017-01-01

    Remote robotics laboratories have been successfully used for engineering education. However, few of them use mobile robots to to teach computer science. This article describes a mobile robot Control and Programming Environment (CPE) and its pedagogical applications. The system comprises a remote laboratory for robotics, an online programming tool,…

  9. Which activities threaten independent living of elderly when becoming problematic: inspiration for meaningful service robot functionality.

    Science.gov (United States)

    Bedaf, Sandra; Gelderblom, Gert Jan; Syrdal, Dag Sverre; Lehmann, Hagen; Michel, Hervé; Hewson, David; Amirabdollahian, Farshid; Dautenhahn, Kerstin; de Witte, Luc

    2014-11-01

    In light of the increasing elderly population and the growing demand for home care, the potential of robot support is given increasing attention. In this paper, an inventory of activities was made that threaten independent living of elderly when becoming problematic. Results will guide the further development of an existing service robot, the Care-O-bot®. A systematic literature search of PubMed was performed, focused on the risk factors for institutionalization. Additionally, focus group sessions were conducted in the Netherlands, United Kingdom and France. In these focus group sessions, problematic activities threatening the independence of elderly people were discussed. Three separate target groups were included in the focus group sessions: (1) elderly persons (n = 41), (2) formal caregivers (n = 40) and (3) informal caregivers (n = 32). Activities within the International Classification of Functioning domains mobility, self-care, and interpersonal interaction and relationships were found to be the most problematic. A distinct set of daily activities was identified that may threaten independent living, but no single activity could be selected as the main activity causing a loss of independence as it is often a combination of problematic activities that is person-specific. Supporting the problematic activities need not involve a robotic solution.

  10. A Component-Oriented Programming for Embedded Mobile Robot Software

    Directory of Open Access Journals (Sweden)

    Safaai Deris

    2008-11-01

    Full Text Available Applying software reuse to many Embedded Real-Time (ERT systems poses significant challenges to industrial software processes due to the resource-constrained and real-time requirements of the systems. Autonomous Mobile Robot (AMR system is a class of ERT systems, hence, inherits the challenge of applying software reuse in general ERT systems. Furthermore, software reuse in AMR systems is challenged by the diversities in terms of robot physical size and shape, environmental interaction and implementation platform. Thus, it is envisioned that component-based software engineering will be the suitable way to promote software reuse in AMR systems with consideration to general requirements to be self-contained, platform-independent and real-time predictable. A framework for component-oriented programming for AMR software development using PECOS component model is proposed in this paper. The main features of this framework are: (1 use graphical representation for components definition and composition; (2 target C language for optimal code generation with resource-constrained micro-controller; and (3 minimal requirement for run-time support. Real-time implementation indicates that, the PECOS component model together with the proposed framework is suitable for resource constrained embedded AMR systems software development.

  11. The French A.E.C. nuclear robotic program

    International Nuclear Information System (INIS)

    Foult, T.

    1991-01-01

    The new French nuclear robotic program launched by the CEA was started at the beginning of 1988 for the duration of two years and with the total subsidy of about 130 million French franc. This program includes the following four steps: the definition of model missions dedicated to inspection and intervention in nuclear environment, the system analysis to define the systems, functions and specifications required to perform these model missions, the technological development required to achieve these systems, and the design of demonstration models with the partial integration of the above developments. The whole program including these four steps is called SYROCO (modular SYstem for RObots COoperating in radioactive environment). The repair of leak in a pipe in a reprocessing cell, the model mission in a PWR nuclear power plant, autonomous load bearing mobile robots, squirrel concept light modular carrier concept, radiation hardening, mechanic, perception of environment, communication, control and simulation and the demonstration models are described. SHERPA project, perception management, force controlled manipulator, squirrel project, light modular carrier, processes and NAB model mission simulation are particularly mentioned

  12. Intelligent robotics can boost America's economic growth

    Science.gov (United States)

    Erickson, Jon D.

    1994-01-01

    A case is made for strategic investment in intelligent robotics as a part of the solution to the problem of improved global competitiveness for U.S. manufacturing, a critical industrial sector. Similar cases are made for strategic investments in intelligent robotics for field applications, construction, and service industries such as health care. The scope of the country's problems and needs is beyond the capability of the private sector alone, government alone, or academia alone to solve independently of the others. National cooperative programs in intelligent robotics are needed with the private sector supplying leadership direction and aerospace and non-aerospace industries conducting the development. Some necessary elements of such programs are outlined. The National Aeronautics and Space Administration (NASA) and the Lyndon B. Johnson Space Center (JSC) can be key players in such national cooperative programs in intelligent robotics for several reasons: (1) human space exploration missions require supervised intelligent robotics as enabling tools and, hence must develop supervised intelligent robotic systems; (2) intelligent robotic technology is being developed for space applications at JSC (but has a strong crosscutting or generic flavor) that is advancing the state of the art and is producing both skilled personnel and adaptable developmental infrastructure such as integrated testbeds; and (3) a NASA JSC Technology Investment Program in Robotics has been proposed based on commercial partnerships and collaborations for precompetitive, dual-use developments.

  13. Tips on Establishing a Robotics Program in an Academic Setting

    Directory of Open Access Journals (Sweden)

    William D. Steers

    2006-01-01

    Full Text Available Over the past 5 years, robotic-assisted laparoscopic surgery has gone from being a novelty to an accepted approach for intra-abdominal and pelvic surgery. Driving this trend has been the large number of robotic-assisted laparoscopic prostatectomies performed throughout the U.S. Nearly a quarter of the prostatectomies done for prostate cancer in the U.S. in 2006 will use robotic assistance, yet reports fail to confirm cost effectiveness. The most important predictor of a successful program is a champion at the institution. Studies have demonstrated safety and immediate benefits with regard to reduced surgical morbidity such as pain, loss of work, quality of life, and blood loss for a variety of surgeries patients. Specific to prostatectomy for cancer, long-term data on biochemical (PSA failures and cancer cures, as well as validated secondary outcomes for continence and potency, are still unavailable. Benefits accrue for the surgeon as well with improved ergonomics and potential extension of a surgical career. Yet, enthusiasm for robotics must be tempered by this lack of data and economic limitations. However, if a thoughtful and thorough process in initiating a robotic program is undertaken, the risks to the institution can be minimized. With proper training, the risk to the patient is reduced and with due diligence with regard to market and operative resources, the risk to the surgeon can be eliminated. This report reviews the steps to assess, plan, initiate, and maintain a robotics program at an academic institution with the hope that other programs can benefit from lessons acquired by early adopters of this expensive technology.

  14. Design, implementation and evaluation of an independent real-time safety layer for medical robotic systems using a force-torque-acceleration (FTA) sensor.

    Science.gov (United States)

    Richter, Lars; Bruder, Ralf

    2013-05-01

    Most medical robotic systems require direct interaction or contact with the robot. Force-Torque (FT) sensors can easily be mounted to the robot to control the contact pressure. However, evaluation is often done in software, which leads to latencies. To overcome that, we developed an independent safety system, named FTA sensor, which is based on an FT sensor and an accelerometer. An embedded system (ES) runs a real-time monitoring system for continuously checking of the readings. In case of a collision or error, it instantaneously stops the robot via the robot's external emergency stop. We found that the ES implementing the FTA sensor has a maximum latency of [Formula: see text] ms to trigger the robot's emergency stop. For the standard settings in the application of robotized transcranial magnetic stimulation, the robot will stop after at most 4 mm. Therefore, it works as an independent safety layer preventing patient and/or operator from serious harm.

  15. Automated Manufacturing/Robotics Technology: Certificate and Associate Degree Programs.

    Science.gov (United States)

    McQuay, Paul L.

    A description is provided of the Automated Manufacturing/Robotics program to be offered at Delaware County Community College beginning in September 1984. Section I provides information on the use of reprogramable industrial robots in manufacturing and the rapid changes in production that can be effected through the application of automated…

  16. Adoption of robotics in a general surgery residency program: at what cost?

    Science.gov (United States)

    Mehaffey, J Hunter; Michaels, Alex D; Mullen, Matthew G; Yount, Kenan W; Meneveau, Max O; Smith, Philip W; Friel, Charles M; Schirmer, Bruce D

    2017-06-01

    Robotic technology is increasingly being utilized by general surgeons. However, the impact of introducing robotics to surgical residency has not been examined. This study aims to assess the financial costs and training impact of introducing robotics at an academic general surgery residency program. All patients who underwent laparoscopic or robotic cholecystectomy, ventral hernia repair (VHR), and inguinal hernia repair (IHR) at our institution from 2011-2015 were identified. The effect of robotic surgery on laparoscopic case volume was assessed with linear regression analysis. Resident participation, operative time, hospital costs, and patient charges were also evaluated. We identified 2260 laparoscopic and 139 robotic operations. As the volume of robotic cases increased, the number of laparoscopic cases steadily decreased. Residents participated in all laparoscopic cases and 70% of robotic cases but operated from the robot console in only 21% of cases. Mean operative time was increased for robotic cholecystectomy (+22%), IHR (+55%), and VHR (+61%). Financial analysis revealed higher median hospital costs per case for robotic cholecystectomy (+$411), IHR (+$887), and VHR (+$1124) as well as substantial associated fixed costs. Introduction of robotic surgery had considerable negative impact on laparoscopic case volume and significantly decreased resident participation. Increased operative time and hospital costs are substantial. An institution must be cognizant of these effects when considering implementing robotics in departments with a general surgery residency program. Copyright © 2017 Elsevier Inc. All rights reserved.

  17. LEGO mindstorm masterpieces building and programming advanced robots

    CERN Document Server

    2003-01-01

    In LEGO Mindstorm Masterpieces, some of the world's leading LEGO Mindstorms inventors share their knowledge and development secrets. The unique style of this book will allow it to cover an incredibly broad range of topics in unparalleled detail. Chapters within the book will include detailed discussions of the mechanics that drive the robot - and also provide step-by-step construction diagrams for each of the robots. This is perfect book for LEGO hobbyists looking to take their skills to the next level whether they build world-class competitive robots or just like to mess around for the fun of it.For experienced users of LEGO Mindstorms, LEGO Mindstorms Masterpiece is composed of three fundamental sections:·Part One: A review of the advanced robot building concepts and theories.·Part Two: Step-by-step building instructions for a series of complex models. The companion programming code is included, along with in-depth explanations of concepts needed for the specific models. Robots include Line Followers, Bip...

  18. Sidebar- Programming Commercial Robots

    OpenAIRE

    Matellán Olivera, Vicente; McDonal, Bruce; Biggs, Geoffrey; Cañas, José María

    2007-01-01

    P. 125-132 Manual systems require the user/programmer to directly enter the desired behaviour of the robot, usually using a graphical or text-based programming language, as shown in Fig. 1. Text-based systems are either controller-specific languages, generic procedural languages, or behavioural languages, which typically differ by the flexibility and method of expression of the system. Graphical languages [BKS02, BI01] use a graph, flow-chart or diagram based graphical interface...

  19. Robotic Literacy Learning Companions: Exploring Student Engagement with a Humanoid Robot in an Afterschool Literacy Program

    Science.gov (United States)

    Levchak, Sofia

    2016-01-01

    This study was an investigation of the use of a NAO humanoid robot as an effective tool for engaging readers in an afterschool program as well as to find if increasing engagement using a humanoid robot would affect students' reading comprehension when compared to traditional forms of instruction. The targeted population of this study was…

  20. DOE/NE University Program in robotics for advanced reactors

    International Nuclear Information System (INIS)

    Sweeney, F.J.; Gonzalez, R.C.; Trivedi, M.M.; Wehe, D.K.

    1990-05-01

    The US Department of Energy has provided support to four universities and the Oak Ridge National Laboratory in order to pursue research leading to the development and deployment of advanced robotic systems capable of performing tasks that are hazardous to humans, that generate significant occupational radiation exposure, and/or whose execution times can be reduced if performed by an automated system. The goal is to develop a generation of advanced robotic systems capable of economically performing surveillance, maintenance, and repair tasks in nuclear facilities and other hazardous environments. The approach to achieving the program objective is a transition from teleoperation to the capability of autonomous operation within three successive generations of robotic systems. The strategy adopted in order to achieve the program goals in an efficient and timely manner consists in utilizing, and advancing where required, state-of-the-art robotics technology through close interaction between the universities and the manufacturers and operators of nuclear power plants. There is a potentially broad range of applications for the robotic systems developed in the course of this project. Therefore, it is expected that efforts to obtain additional support from other agencies, e.g., DOD and NASA, will be successful. Areas of cooperation with other nations (e.g., Japan, France, Germany) are being explored. This Program features a unique teaming arrangement among the Universities of Florida, Michigan, Tennessee, Texas, and the Oak Ridge National Laboratory, and their industrial partners, Odetics, Gulf State Utilities, Florida Power and Light Company, Remotec, and Telerobotics International

  1. Interactive Industrial Robot Programming for the Ceramic Industry

    OpenAIRE

    Germano Veiga; Pedro Malaca; Rui Cancela

    2013-01-01

    This paper presents an interactive programming method for programming industrial robots in ceramic applications. The main purpose was to develop a simple but flexible programming system that empowers the user with product driven programming without compromising flexibility. To achieve this flexibility, a two step hybrid programming model was designed: first the user sketches the desired trajectory in a spatial augmented reality programming table using the final product and then relies on an a...

  2. Node Primitives: an open end-user programming platform for social robots

    OpenAIRE

    Coronado, Enrique; Mastrogiovanni, Fulvio; Venture, Gentiane

    2017-01-01

    With the expected adoption of robots able to seamlessly and intuitively interact with people in real-world scenarios, the need arises to provide non-technically-skilled users with easy-to-understand paradigms for customising robot behaviors. In this paper, we present an interaction design robot programming platform for enabling multidisciplinary social robot research and applications. This platform is referred to Node Primitives (NEP) and consists of two main parts. On the one hand, a ZeroMQ ...

  3. Safety Critical Java for Robotics Programming

    DEFF Research Database (Denmark)

    Thomsen, Bent; Luckow, Kasper Søe; Bøgholm, Thomas

    2015-01-01

    This paper introduces Safety Critical Java (SCJ) and argues its readiness for robotics programming. We give an overview of the work done at Aalborg University and elsewhere on SCJl, some of its implementations in the form of the JOP, FijiVM and HVM and some of the tools, especially WCA, Teta...

  4. Comparison of Perioperative Outcomes of Total Laparoscopic and Robotically Assisted Hysterectomy for Benign Pathology during Introduction of a Robotic Program

    Directory of Open Access Journals (Sweden)

    Gokhan Sami Kilic

    2011-01-01

    Full Text Available Study Objective. Prospectively compare outcomes of robotically assisted and laparoscopic hysterectomy in the process of implementing a new robotic program. Design. Prospectively comparative observational nonrandomized study. Design Classification. II-1. Setting. Tertiary caregiver university hospital. Patients. Data collected consecutively 24 months, 34 patients underwent laparoscopic hysterectomy, 25 patients underwent robotic hysterectomy, and 11 patients underwent vaginal hysterectomy at our institution. Interventions. Outcomes of robotically assisted, laparoscopic, and vaginal complex hysterectomies performed by a single surgeon for noncancerous indications. Measurements and Main Results. Operative times were 208.3±59.01 minutes for laparoscopic, 286.2±82.87 minutes for robotic, and 163.5±61.89 minutes for vaginal (<.0001. Estimated blood loss for patients undergoing laparoscopic surgery was 242.7±211.37 cc, 137.4±107.50 cc for robotic surgery, and 243.2±127.52 cc for vaginal surgery (=0.05. The mean length of stay ranged from 1.8 to 2.3 days for the 3 methods. Association was significant for uterine weight (=0.0043 among surgery methods. Conclusion. Robotically assisted hysterectomy is feasible with low morbidity, a shorter hospital stay, and less blood loss. This suggests that robotic assistance facilitates a minimally invasive approach for patients with larger uterine size even during implementing a new robotic program.

  5. Fault-Tolerant Robot Programming through Simulation with Realistic Sensor Models

    Directory of Open Access Journals (Sweden)

    Axel Waggershauser

    2008-11-01

    Full Text Available We introduce a simulation system for mobile robots that allows a realistic interaction of multiple robots in a common environment. The simulated robots are closely modeled after robots from the EyeBot family and have an identical application programmer interface. The simulation supports driving commands at two levels of abstraction as well as numerous sensors such as shaft encoders, infrared distance sensors, and compass. Simulation of on-board digital cameras via synthetic images allows the use of image processing routines for robot control within the simulation. Specific error models for actuators, distance sensors, camera sensor, and wireless communication have been implemented. Progressively increasing error levels for an application program allows for testing and improving its robustness and fault-tolerance.

  6. The Affordance Template ROS Package for Robot Task Programming

    Science.gov (United States)

    Hart, Stephen; Dinh, Paul; Hambuchen, Kimberly

    2015-01-01

    This paper introduces the Affordance Template ROS package for quickly programming, adjusting, and executing robot applications in the ROS RViz environment. This package extends the capabilities of RViz interactive markers by allowing an operator to specify multiple end-effector waypoint locations and grasp poses in object-centric coordinate frames and to adjust these waypoints in order to meet the run-time demands of the task (specifically, object scale and location). The Affordance Template package stores task specifications in a robot-agnostic XML description format such that it is trivial to apply a template to a new robot. As such, the Affordance Template package provides a robot-generic ROS tool appropriate for building semi-autonomous, manipulation-based applications. Affordance Templates were developed by the NASA-JSC DARPA Robotics Challenge (DRC) team and have since successfully been deployed on multiple platforms including the NASA Valkyrie and Robonaut 2 humanoids, the University of Texas Dreamer robot and the Willow Garage PR2. In this paper, the specification and implementation of the affordance template package is introduced and demonstrated through examples for wheel (valve) turning, pick-and-place, and drill grasping, evincing its utility and flexibility for a wide variety of robot applications.

  7. INDUSTRIAL ROBOT ARM SIMULATION SOFTWARE DEVELOPMENT USING JAVA-3D AND MATLAB SIMULINK PROGRAMMING LANGUAGE

    OpenAIRE

    Wirabhuana, Arya

    2011-01-01

    Robot Arms Simulation Software development using Structured Programming Languages, Third Party Language, and Artificial Intelligence Programming Language are the common techniques in simulating robot arms movement. Those three techniques are having its strengths and weaknesses depend on several constraints such as robot type, degree of operation complexity to be simulated, operator skills, and also computer capability. This paper will discuss on Robot Arms Simulation Software (RSS) developmen...

  8. Virtual reality based support system for layout planning and programming of an industrial robotic work cell.

    Directory of Open Access Journals (Sweden)

    Hwa Jen Yap

    Full Text Available Traditional robotic work cell design and programming are considered inefficient and outdated in current industrial and market demands. In this research, virtual reality (VR technology is used to improve human-robot interface, whereby complicated commands or programming knowledge is not required. The proposed solution, known as VR-based Programming of a Robotic Work Cell (VR-Rocell, consists of two sub-programmes, which are VR-Robotic Work Cell Layout (VR-RoWL and VR-based Robot Teaching System (VR-RoT. VR-RoWL is developed to assign the layout design for an industrial robotic work cell, whereby VR-RoT is developed to overcome safety issues and lack of trained personnel in robot programming. Simple and user-friendly interfaces are designed for inexperienced users to generate robot commands without damaging the robot or interrupting the production line. The user is able to attempt numerous times to attain an optimum solution. A case study is conducted in the Robotics Laboratory to assemble an electronics casing and it is found that the output models are compatible with commercial software without loss of information. Furthermore, the generated KUKA commands are workable when loaded into a commercial simulator. The operation of the actual robotic work cell shows that the errors may be due to the dynamics of the KUKA robot rather than the accuracy of the generated programme. Therefore, it is concluded that the virtual reality based solution approach can be implemented in an industrial robotic work cell.

  9. Virtual reality based support system for layout planning and programming of an industrial robotic work cell.

    Science.gov (United States)

    Yap, Hwa Jen; Taha, Zahari; Dawal, Siti Zawiah Md; Chang, Siow-Wee

    2014-01-01

    Traditional robotic work cell design and programming are considered inefficient and outdated in current industrial and market demands. In this research, virtual reality (VR) technology is used to improve human-robot interface, whereby complicated commands or programming knowledge is not required. The proposed solution, known as VR-based Programming of a Robotic Work Cell (VR-Rocell), consists of two sub-programmes, which are VR-Robotic Work Cell Layout (VR-RoWL) and VR-based Robot Teaching System (VR-RoT). VR-RoWL is developed to assign the layout design for an industrial robotic work cell, whereby VR-RoT is developed to overcome safety issues and lack of trained personnel in robot programming. Simple and user-friendly interfaces are designed for inexperienced users to generate robot commands without damaging the robot or interrupting the production line. The user is able to attempt numerous times to attain an optimum solution. A case study is conducted in the Robotics Laboratory to assemble an electronics casing and it is found that the output models are compatible with commercial software without loss of information. Furthermore, the generated KUKA commands are workable when loaded into a commercial simulator. The operation of the actual robotic work cell shows that the errors may be due to the dynamics of the KUKA robot rather than the accuracy of the generated programme. Therefore, it is concluded that the virtual reality based solution approach can be implemented in an industrial robotic work cell.

  10. Virtual Reality Based Support System for Layout Planning and Programming of an Industrial Robotic Work Cell

    Science.gov (United States)

    Yap, Hwa Jen; Taha, Zahari; Md Dawal, Siti Zawiah; Chang, Siow-Wee

    2014-01-01

    Traditional robotic work cell design and programming are considered inefficient and outdated in current industrial and market demands. In this research, virtual reality (VR) technology is used to improve human-robot interface, whereby complicated commands or programming knowledge is not required. The proposed solution, known as VR-based Programming of a Robotic Work Cell (VR-Rocell), consists of two sub-programmes, which are VR-Robotic Work Cell Layout (VR-RoWL) and VR-based Robot Teaching System (VR-RoT). VR-RoWL is developed to assign the layout design for an industrial robotic work cell, whereby VR-RoT is developed to overcome safety issues and lack of trained personnel in robot programming. Simple and user-friendly interfaces are designed for inexperienced users to generate robot commands without damaging the robot or interrupting the production line. The user is able to attempt numerous times to attain an optimum solution. A case study is conducted in the Robotics Laboratory to assemble an electronics casing and it is found that the output models are compatible with commercial software without loss of information. Furthermore, the generated KUKA commands are workable when loaded into a commercial simulator. The operation of the actual robotic work cell shows that the errors may be due to the dynamics of the KUKA robot rather than the accuracy of the generated programme. Therefore, it is concluded that the virtual reality based solution approach can be implemented in an industrial robotic work cell. PMID:25360663

  11. Modelling of industrial robot in LabView Robotics

    Science.gov (United States)

    Banas, W.; Cwikła, G.; Foit, K.; Gwiazda, A.; Monica, Z.; Sekala, A.

    2017-08-01

    Currently can find many models of industrial systems including robots. These models differ from each other not only by the accuracy representation parameters, but the representation range. For example, CAD models describe the geometry of the robot and some even designate a mass parameters as mass, center of gravity, moment of inertia, etc. These models are used in the design of robotic lines and sockets. Also systems for off-line programming use these models and many of them can be exported to CAD. It is important to note that models for off-line programming describe not only the geometry but contain the information necessary to create a program for the robot. Exports from CAD to off-line programming system requires additional information. These models are used for static determination of reachability points, and testing collision. It’s enough to generate a program for the robot, and even check the interaction of elements of the production line, or robotic cell. Mathematical models allow robots to study the properties of kinematic and dynamic of robot movement. In these models the geometry is not so important, so are used only selected parameters such as the length of the robot arm, the center of gravity, moment of inertia. These parameters are introduced into the equations of motion of the robot and motion parameters are determined.

  12. Acropolis: A Fast Protoyping Robotic Application

    Directory of Open Access Journals (Sweden)

    Vincent Zalzal

    2009-03-01

    Full Text Available Acropolis is an open source middleware robotic framework for fast software prototyping and reuse of program codes. It is made up of a core software and a collection of several extension modules called plugins. Each plugin encapsulates a specific functionality needed for robotic applications. To design a robot behavior, a circuit of the involved plugins is built with a graphical user interface. A high degree of decoupling between components and a graph-based representation allow the user to build complex robot behaviors with minimal need for code writing. In addition, the Acropolis core is hardware platform independent. Well-known design patterns and layered software architecture are its key features. Through the description of three applications, we illustrate some of its usability.

  13. Using a Robotic Arm to Evaluate the Programming Ability of K-12 Educators

    Directory of Open Access Journals (Sweden)

    Antoinette Bruciati

    2006-12-01

    Full Text Available This usability study measured the ability of educators to master advanced computer programming concepts through the OWI Robotic Arm Trainer and PC Interface. Research findings revealed that the lack of prior computer programming experience did not impact the ability of each participant to successfully program his/her robotic arm. However, the absence of a detailed instructional manual detracted from the product

  14. Study fidelity spatial contours of industrial robots

    Directory of Open Access Journals (Sweden)

    A. V. Ivanova

    2014-01-01

    Full Text Available The purpose of this paper to identify deviations fidelity spatial contours of industrial robots, determine the error pattern detected, and define the ways to solve the problem.The paper presents the research results of fidelity spatial contours done by Fanuc M- 710iC/50 industrial robot when moving along a predetermined path. The proposed method uses a QC20-W ballbar wireless system of Renishaw company, designed to diagnose the state of the measurement and playback linear and angular displacements of the CNC.The solutions to adapt the QC20-W ballbar system to the constructive peculiarities of industrial robots with five or more independently controlled axes are given. The stages of the preparation of diagnostic systems and software robot movements are described.According to study results of errors that arise while playing back the programmed motions of a fixed point of robot capture in three mutually perpendicular planes its practical accuracy has been defined when performing movements in a given region of the working area, thereby allowing us, eventually, to draw a conclusion on the possibility to use a robot in one technological process or another.The study has resulted in emerging the guidelines for the operation of industrial robots with five or more independently controlled axes. Using these guidelines enables us to increase the playback accuracy of the industrial robot to 0.01 mm.

  15. Idaho National Engineering Laboratory decontamination and decommissioning robotics development program

    International Nuclear Information System (INIS)

    McKay, M.D.

    1993-04-01

    As part of the Idaho National Engineering Laboratory (INEL) Robotics Technology Development Program (RTDP) Decontamination ampersand Decommissioning (D ampersand D) robotics program, a task was designed to integrate the plasma arc cutting technology being developed under the Waste Facility Operations (WFO) robotics program into D ampersand D cutting applications. The plasma arc cutting technology is based upon the use of a high energy plasma torch to cut metallic objects. Traditionally, D ampersand D workers removing equipment and processes from a facility have used plasma arc cutting to accomplish this task. The worker is required to don a protective suit to shield from the high electromagnetic energy released from the cutting operation. Additionally, the worker is required to don protective clothing to shield against the radioactive materials and contamination. This protective clothing can become restrictive and cumbersome to work in. Because some of the work areas contain high levels of radiation, the worker is not allowed to dwell in the environment for sustained periods of time. To help alleviate some of the burdens required to accomplish this task, reduce or eliminate the safety hazardous to the worker, and reduce the overall cost of remediation, a program was established though the Office of Technology Development (OTD) to design and develop a robotic system capable of performing cutting operations using a plasma arc torch. Several D ampersand D tasks were identified having potential for use of the plasma arc cutting technology. The tasks listed below were chosen to represent common D ampersand D type activities where the plasma arc cutting technology can be applied

  16. Spatial Programming for Industrial Robots Through Task Demonstration

    OpenAIRE

    Jens Lambrecht; Martin Kleinsorge; Martin Rosenstrauch; Jörg Krüger

    2013-01-01

    Abstract We present an intuitive system for the programming of industrial robots using markerless gesture recognition and mobile augmented reality in terms of programming by demonstration. The approach covers gesture-based task definition and adaption by human demonstration, as well as task evaluation through augmented reality. A 3D motion tracking system and a handheld device establish the basis for the presented spatial programming system. In this publication, we present a prototype toward ...

  17. A Simple Solution for Programming of a Robotic Arm

    Directory of Open Access Journals (Sweden)

    Bogdan Laurean

    2014-12-01

    Full Text Available This paper presents a method to actuate, programming and control of a Robotic arm based on a monomobil telescopic planetary gear and a DC motor. Experimental model of robot was designed and manufactured at the Faculty of Engineering from Sibiu, (Patent no. 112418 CI6.B25J 18/02. The DC motor as actuator rotates a reel. The wires on the reel will produce a linear displacement of telescopic modules. The command of the DC motor is realized by a programmable logic controller. The outputs of the programmable logic controller are connected in a "H" bridge. The rotation of the reel in one direction or another has the effect of lengthening or shortening the robotic arm. The value of robotic arm length is monitored by an optical incremental encoder. The value of displacement will correspond to number of steps from an up/down counter.

  18. Outcomes and cost comparisons after introducing a robotics program for endometrial cancer surgery.

    Science.gov (United States)

    Lau, Susie; Vaknin, Zvi; Ramana-Kumar, Agnihotram V; Halliday, Darron; Franco, Eduardo L; Gotlieb, Walter H

    2012-04-01

    To evaluate the effect of introducing a robotic program on cost and patient outcome. This was a prospective evaluation of clinical outcome and cost after introducing a robotics program for the treatment of endometrial cancer and a retrospective comparison to the entire historical cohort. Consecutive patients with endometrial cancer who underwent robotic surgery (n=143) were compared with all consecutive patients who underwent surgery (n=160) before robotics. The rate of minimally invasive surgery increased from 17% performed by laparoscopy to 98% performed by robotics in 2 years. The patient characteristics were comparable in both eras, except for a higher body mass index in the robotics era (median 29.8 compared with 27.6; Probotics had longer operating times (233 compared with 206 minutes), but fewer adverse events (13% compared with 42%; Probotics compared with the historical group (Can$7,644 compared with Can$10,368 [Canadian dollars]; Psurgery, the short-term recurrence rate appeared lower in the robotics group compared with the historic cohort (11 recurrences compared with 19 recurrences; Probotics for endometrial cancer surgery increased the proportion of patients benefitting from minimally invasive surgery, improved short-term outcomes, and resulted in lower hospital costs. II.

  19. Research on the inspection robot for cable tunnel

    Science.gov (United States)

    Xin, Shihao

    2017-03-01

    Robot by mechanical obstacle, double end communication, remote control and monitoring software components. The mechanical obstacle part mainly uses the tracked mobile robot mechanism, in order to facilitate the design and installation of the robot, the other auxiliary swing arm; double side communication part used a combination of communication wire communication with wireless communication, great improve the communication range of the robot. When the robot is controlled by far detection range, using wired communication control, on the other hand, using wireless communication; remote control part mainly completes the inspection robot walking, navigation, positioning and identification of cloud platform control. In order to improve the reliability of its operation, the preliminary selection of IPC as the control core the movable body selection program hierarchical structure as a design basis; monitoring software part is the core part of the robot, which has a definite diagnosis Can be instead of manual simple fault judgment, instead the robot as a remote actuators, staff as long as the remote control can be, do not have to body at the scene. Four parts are independent of each other but are related to each other, the realization of the structure of independence and coherence, easy maintenance and coordination work. Robot with real-time positioning function and remote control function, greatly improves the IT operation. Robot remote monitor, to avoid the direct contact with the staff and line, thereby reducing the accident casualties, for the safety of the inspection work has far-reaching significance.

  20. A Comparison of Types of Robot Control for Programming by Demonstration

    DEFF Research Database (Denmark)

    Fischer, Kerstin; Kirstein, Franziska; Jensen, Lars Christian

    2016-01-01

    Programming by Demonstration (PbD) is an efficient way for non-experts to teach new skills to a robot. PbD can be carried out in different ways, for instance, by kinesthetic guidance, teleoperation or by using external controls. In this paper, we compare these three ways of controlling a robot in...

  1. Application oriented programming and control of industrial robots

    International Nuclear Information System (INIS)

    Nilsson, Klas.

    1992-07-01

    Efficient use of industrial robots requires a strong interplay between user level commands, the motion control system, and external equipment. It should also be possible for an experienced application engineer to tailor the motion control to a specific application in a convenient way, instead of deficient utilization of the device or tricky user programming which is often the case today. A layered software architecture has been designed based on an application oriented view, considering typical hardware and software constraints. The top layers or the architecture support improved integration of off-line programming with interactive teach-in programming. The proposed solution is based on a transformation of robot programs between an on-line and an off-line representation. A central part of the architecture is an intermediate software layer, allowing the experienced user to introduce application specific motion primitives, on top of the motion control system. Flexibility during system configuration combined with computing efficiency and performance at run-time is of major importance. The solution is based on so called actions, which are methods to be passed between different software layers. Such methods can be specification of nonlinear control parameters, application specific control strategies, or treatment of external sensor signals. The actions can be implemented efficiently even in the multiprocessor case by using relocatable executable pieces of code generated from a special cross-compilation strategy. The lowest layers, comprising the motion control, have to be efficient and still fit in with the upper layers. In these layers, software solutions include an external sensor interface and a concept of motion pipelining allowing sensor based motions to be partly computed in advance. An experimental platform, built around commercially available robots, has been developed to verify the proposed solutions. (au)

  2. Adapting a robotics program to enhance participation and interest in STEM among children with disabilities: a pilot study.

    Science.gov (United States)

    Lindsay, Sally; Hounsell, Kara Grace

    2017-10-01

    Youth with disabilities are under-represented in science, technology, engineering, and math (STEM) in school and in the workforce. One encouraging approach to engage youth's interest in STEM is through robotics; however, such programs are mostly for typically developing youth. The purpose of this study was to understand the development and implementation of an adapted robotics program for children and youth with disabilities and their experiences within it. Our mixed methods pilot study (pre- and post-workshop surveys, observations, and interviews) involved 41 participants including: 18 youth (aged 6-13), 12 parents and 11 key informants. The robotics program involved 6, two-hour workshops held at a paediatric hospital. Our findings showed that several adaptations made to the robotics program helped to enhance the participation of children with disabilities. Adaptations addressed the educational/curriculum, cognitive and learning, physical and social needs of the children. In regards to experiences within the adapted hospital program, our findings highlight that children enjoyed the program and learned about computer programming and building robots. Clinicians and educators should consider engaging youth with disabilities in robotics to enhance learning and interest in STEM. Implications for Rehabilitation Clinicians and educators should consider adapting curriculum content and mode of delivery of LEGO ® robotics programs to include youth with disabilities. Appropriate staffing including clinicians and educators who are knowledgeable about youth with disabilities and LEGO ® robotics are needed. Clinicians should consider engaging youth with disabilities in LEGO ® to enhance learning and interest in STEM.

  3. End-user programming architecture facilitates the uptake of robots in social therapies

    NARCIS (Netherlands)

    Barakova, E.I.; Gillesen, J.C.C.; Huskens, Bibi; Lourens, T.

    2013-01-01

    This paper proposes an architecture that makes programming of robot behavior of an arbitrary complexity possible for end-users and shows the technical solutions in a way that is easy to understand and generalize to different situations. It aims to facilitate the uptake and actual use of robot

  4. ENVIRONMENT INDEPENDENT DIRECTIONAL GESTURE RECOGNITION TECHNIQUE FOR ROBOTS USING MULTIPLE DATA FUSION

    Directory of Open Access Journals (Sweden)

    Kishore Abishek

    2013-10-01

    Full Text Available A technique is presented here for directional gesture recognition by robots. The usual technique employed now is using camera vision and image processing. One major disadvantage with that is the environmental constrain. The machine vision system has a lot of lighting constrains. It is therefore only possible to use that technique in a conditioned environment, where the lighting is compatible with camera system used. The technique presented here is designed to work in any environment. It does not employ machine vision. It utilizes a set of sensors fixed on the hands of a human to identify the direction in which the hand is pointing. This technique uses cylindrical coordinate system to precisely find the direction. A programmed computing block in the robot identifies the direction accurately within the given range.

  5. Theseus: tethered distributed robotics (TDR)

    Science.gov (United States)

    Digney, Bruce L.; Penzes, Steven G.

    2003-09-01

    The Defence Research and Development Canada's (DRDC) Autonomous Intelligent System's program conducts research to increase the independence and effectiveness of military vehicles and systems. DRDC-Suffield's Autonomous Land Systems (ALS) is creating new concept vehicles and autonomous control systems for use in outdoor areas, urban streets, urban interiors and urban subspaces. This paper will first give an overview of the ALS program and then give a specific description of the work being done for mobility in urban subspaces. Discussed will be the Theseus: Thethered Distributed Robotics (TDR) system, which will not only manage an unavoidable tether but exploit it for mobility and navigation. Also discussed will be the prototype robot called the Hedgehog, which uses conformal 3D mobility in ducts, sewer pipes, collapsed rubble voids and chimneys.

  6. [Implementation of a robotic video-assisted thoracic surgical program].

    Science.gov (United States)

    Baste, J-M; Riviera, C; Nouhaud, F-X; Rinieri, P; Melki, J; Peillon, C

    2016-03-01

    Recent publications from North America have shown the benefits of robot-assisted thoracic surgery. We report here the process of setting up such a program in a French university centre and early results in a unit with an average treatment volume. Retrospective review of a single institution database. The program was launched after a 6-month preparation period. From January 2012 to January 2013, totally endoscopic, full robot-assisted procedures were performed on 30 patients (17 males). Median age was 54 [Q1-Q3, 48-63] years and ASA score 2 [1,2]. Operative procedures included thymectomy (9 ; 30%), lobectomy with nodes resection (11 ; 38%), segmentectomy (4 ; 14%), lymphadenectomy (3 ; 10%), Bronchogenic cyst (2, 5%) and posterior mediastinal mass resection (1 ; 3%). No conversion was required. Median blood loss was 50mL [10-100]. Median operating time was 135 min (105-165) including 30 min [20-40] for docking, 90min for robot-assisted operating [70-120] and 15 min [10-15] for lesion extraction. CO2 insufflation was used in 28 cases (93%). Hospital stay was 4 days [4-6] with 6 minor complications (20%) (Grade 1 according to the Clavien-Dindo classification). After a median 4 months follow-up [2-7], all patients were alive and demonstrated a good quality of life. This series suggests that full robotic thoracic procedures are safe and effective treatment for various pathologies, with low morbidity and without a significant learning curve, even in a lower volume centre. This technology should accompany the development of minimally invasive thoracic surgery. The importance of robotic training should be emphasized to optimize procedures and costs. Copyright © 2015 SPLF. Published by Elsevier Masson SAS. All rights reserved.

  7. Easy robot programming for beginners and kids using augmented reality environments

    Science.gov (United States)

    Sakamoto, Kunio; Nishiguchi, Masahiro

    2010-11-01

    The authors have developed the mobile robot which can be programmed by command and instruction cards. All you have to do is to arrange cards on a table and to shot the programming stage by a camera. Our card programming system recognizes instruction cards and translates icon commands into the motor driver program. This card programming environment also provides low-level structure programming.

  8. A multifunction editor for programming control sequences for a robot based radiopharmaceutical synthesis system

    International Nuclear Information System (INIS)

    Appelquist, G.; Bohm, C.

    1990-01-01

    A Multifunction Editor is a development tool for building control sequences for a robotized production system for positron emitting radiopharmaceuticals. This system consists of SCARA robot and a PC-AT personal computer as a controller together with general and synthesis specific chemistry equipment. The general equipment, which is common for many synthesis, is fixed to the wall of the hotcell, while the specific equipment, dedicated to the given synthesis, is located on a removable tray. The program recognizes commands to move the robot, to control valves and to control the computer screen. From within the editor it is possible to run the control sequence forward or backward to test it and to use the single step feature to debug. The editor commands include insert, replace and delete of commands in the sequence. When programming or editing robot movements the robot may be controlled by the mouse, from the keyboard or from a remote control box. The robot control sequence consists of a succession of stored robot positions. The screen control is used to display dynamic flowchart diagrams. This is achieved by displaying a modified picture on the screen whenever the system state has been changed significantly

  9. ANALISIS GERAK ROBOT LINE TRACER DENGAN PROGRAM ARTIFICIAL INTELLEGENCE MENGGUNAKAN MICROCONTROLLER AT89S51

    Directory of Open Access Journals (Sweden)

    I Wayan Widhiada

    2012-11-01

    Full Text Available The research discussed about the work system of The Line Tracer Robot movement analysis, with using the AI program and assembler programming language. The tools that used are microcontroller type AT89S51, Meitan ASM 2005 Standard Edition version 1.00 as development tools and Meitan 2005 as the hardware tools modul. From the result of research, it can be known that The Line Tracer Robot with AI program is able to show differences, among the white as a based colour and black as a line colour. The AI program is able to accelerate/coordinate the system of work, between the censor and the parts of driver motor combinations. The robot that did not use AI program can not run well, and the wheel just able to rotate in one direction.

  10. From Intuitive Programming of Robotic Systems to Business Sustainability of Manufacturing SMEs

    Directory of Open Access Journals (Sweden)

    Bogdan Mocan

    2016-02-01

    Full Text Available Economic growth and sustainable development are issues which are becoming more and more important for nowadays companies. Sustainable development strives for moderate and responsible use within the economic and production activity the limited resources of our planet. Eco-innovations, eco-efficiency and corporate social responsibility practices define much of the current industrial sustainability agenda. While important, they are insufficient in themselves to deliver the holistic changes necessary to achieve long-term social and environmental sustainability. This paper proposed a framework for designing multimodal human-robot interfaces and a demonstrator that facilitate a sustainable use of robotic systems with positive effects on SMEs business sustainability. The proposed approach is intended to bring important contributions to the development of human robot interaction in order to facilitate intuitive programming and to enable easily adapting to changes in robot tasks and applications without the need of using skilled personnel. Our research emphasize the idea that new technologies in product and process create and enable new business strategies; and we demonstrate that changing the paradigm in programming industrial robotic systems it is possible by a “business case for sustainability” to have a sustainable development of the business, in special in case of SMEs.

  11. Roles and Self-Reconfigurable Robots

    DEFF Research Database (Denmark)

    Dvinge, Nicolai; Schultz, Ulrik Pagh; Christensen, David Johan

    2007-01-01

    A self-reconfigurable robot is a robotic device that can change its own shape. Self-reconfigurable robots are commonly built from multiple identical modules that can manipulate each other to change the shape of the robot. The robot can also perform tasks such as locomotion without changing shape......., significantly simplifying the task of programming self-reconfigurable robots. Our language fully supports programming the ATRON self-reconfigurable robot, and has been used to implement several controllers running both on the physical modules and in simulation.......A self-reconfigurable robot is a robotic device that can change its own shape. Self-reconfigurable robots are commonly built from multiple identical modules that can manipulate each other to change the shape of the robot. The robot can also perform tasks such as locomotion without changing shape....... Programming a modular, self-reconfigurable robot is however a complicated task: the robot is essentially a real-time, distributed embedded system, where control and communication paths often are tightly coupled to the current physical configuration of the robot. To facilitate the task of programming modular...

  12. Starting a robotic program in general thoracic surgery: why, how, and lessons learned.

    Science.gov (United States)

    Cerfolio, Robert J; Bryant, Ayesha S; Minnich, Douglas J

    2011-06-01

    We report our experience in starting a robotic program in thoracic surgery. We retrospectively reviewed our experience in starting a robotic program in general thoracic surgery on a consecutive series of patients. Between February 2009 and September 2010, 150 patients underwent robotic operations. Types of procedures were lobectomy in 62, thymectomy in 30, and benign esophageal procedures in 6. No thymectomy or esophageal procedures required conversion. One conversion was needed for suspected bleeding for a mediastinal mass. Twelve patients were converted for lobectomy (none for bleeding, 1 in the last 24). Median operative time for robotic thymectomy was 119 minutes, and median length of stay was 1 day. The median time for robotic lobectomy was 185 minutes, and median length of stay was 2 days. There were no operative deaths. Morbidity occurred in 23 patients (15%). All patients with cancer had R0 resections and resection of all visible mediastinal and hilar lymph nodes. Robotic surgery is safe and oncologically sound. It requires training of the entire operating room team. The learning curve is steep, involving port placement, availability of the proper instrumentation, use of the correct robotic arms, and proper patient positioning. The robot provides an ideal surgical approach for thymectomy and other mediastinal tumors. Its advantage over thoracoscopy for pulmonary resection is unproven; however, we believe complete thoracic lymph node dissection and teaching is easier. Importantly, defined credentialing for surgeons and cost analysis studies are needed. Copyright © 2011 The Society of Thoracic Surgeons. Published by Elsevier Inc. All rights reserved.

  13. Gender, Interest, and Prior Experience Shape Opportunities to Learn Programming in Robotics Competitions

    Science.gov (United States)

    Witherspoon, Eben B.; Schunn, Christian D.; Higashi, Ross M.; Baehr, Emily C.

    2016-01-01

    Background: Robotics competitions are increasingly popular and potentially provide an on-ramp to computer science, which is currently highly gender imbalanced. However, within competitive robotics teams, student participation in programming is not universal. This study gathered surveys from over 500 elementary, middle, and high school robotics…

  14. The Effect of a Classroom-Based Intensive Robotics and Programming Workshop on Sequencing Ability in Early Childhood

    Science.gov (United States)

    Kazakoff, Elizabeth R.; Sullivan, Amanda; Bers, Marina U.

    2013-01-01

    This paper examines the impact of programming robots on sequencing ability during a 1-week intensive robotics workshop at an early childhood STEM magnet school in the Harlem area of New York City. Children participated in computer programming activities using a developmentally appropriate tangible programming language CHERP, specifically designed…

  15. Faster-than-real-time robot simulation for plan development and robot safety

    International Nuclear Information System (INIS)

    Crane, C.D. III; Dalton, R.; Ogles, J.; Tulenko, J.S.; Zhou, X.

    1990-01-01

    The University of Florida, in cooperation with the Universities of Texas, Tennessee, and Michigan and Oak Ridge National Laboratory (ORNL), is developing an advanced robotic system for the US Department of Energy under the University Program for Robotics for Advanced Reactors. As part of this program, the University of Florida has been pursuing the development of a faster-than-real-time robotic simulation program for planning and control of mobile robotic operations to ensure the efficient and safe operation of mobile robots in nuclear power plants and other hazardous environments

  16. Agent independent task planning

    Science.gov (United States)

    Davis, William S.

    1990-01-01

    Agent-Independent Planning is a technique that allows the construction of activity plans without regard to the agent that will perform them. Once generated, a plan is then validated and translated into instructions for a particular agent, whether a robot, crewmember, or software-based control system. Because Space Station Freedom (SSF) is planned for orbital operations for approximately thirty years, it will almost certainly experience numerous enhancements and upgrades, including upgrades in robotic manipulators. Agent-Independent Planning provides the capability to construct plans for SSF operations, independent of specific robotic systems, by combining techniques of object oriented modeling, nonlinear planning and temporal logic. Since a plan is validated using the physical and functional models of a particular agent, new robotic systems can be developed and integrated with existing operations in a robust manner. This technique also provides the capability to generate plans for crewmembers with varying skill levels, and later apply these same plans to more sophisticated robotic manipulators made available by evolutions in technology.

  17. Approximate Dynamic Programming in Tracking Control of a Robotic Manipulator

    Directory of Open Access Journals (Sweden)

    Marcin Szuster

    2016-02-01

    Full Text Available This article focuses on the implementation of an approximate dynamic programming algorithm in the discrete tracking control system of the three-degrees of freedom Scorbot-ER 4pc robotic manipulator. The controlled system is included in an articulated robots group which uses rotary joints to access their work space. The main part of the control system is a dual heuristic dynamic programming algorithm that consists of two structures designed in the form of neural networks: an actor and a critic. The actor generates the suboptimal control law while the critic approximates the difference of the value function from Bellman's equation with respect to the state. The residual elements of the control system are the PD controller, the supervisory term and an additional control signal. The structure of the supervisory term derives from the stability analysis performed using the Lyapunov stability theorem. The control system works online, the neural networks' weights-adaptation procedure is performed in every iteration step, and the neural networks' preliminary learning process is not required. The performance of the control system was verified by a series of computer simulations and experiments performed using the Scorbot-ER 4pc robotic manipulator.

  18. Robot engineering

    Energy Technology Data Exchange (ETDEWEB)

    Jung, Seul

    2006-02-15

    This book deals with robot engineering, giving descriptions of robot's history, current tendency of robot field, work and characteristic of industrial robot, essential merit and vector, application of matrix, analysis of basic vector, expression of Denavit-Hartenberg, robot kinematics such as forward kinematics, inverse kinematics, cases of MATLAB program, and motion kinematics, robot kinetics like moment of inertia, centrifugal force and coriolis power, and Euler-Lagrangian equation course plan, SIMULINK position control of robots.

  19. Robot engineering

    International Nuclear Information System (INIS)

    Jung, Seul

    2006-02-01

    This book deals with robot engineering, giving descriptions of robot's history, current tendency of robot field, work and characteristic of industrial robot, essential merit and vector, application of matrix, analysis of basic vector, expression of Denavit-Hartenberg, robot kinematics such as forward kinematics, inverse kinematics, cases of MATLAB program, and motion kinematics, robot kinetics like moment of inertia, centrifugal force and coriolis power, and Euler-Lagrangian equation course plan, SIMULINK position control of robots.

  20. Artificial intelligence and information-control systems of robots - 87

    International Nuclear Information System (INIS)

    Plander, I.

    1987-01-01

    Independent research areas of artificial intelligence represent the following problems: automatic problem solving and new knowledge discovering, automatic program synthesis, natural language, picture and scene recognition and understanding, intelligent control systems of robots equipped with sensoric subsystems, dialogue of two knowledge systems, as well as studying and modelling higher artificial intelligence attributes, such as emotionality and personality. The 4th Conference draws on the problems treated at the preceding Conferences, and presents the most recent knowledge on the following topics: theoretical problems of artificial intelligence, knowledge-based systems, expert systems, perception and pattern recognition, robotics, intelligent computer-aided design, special-purpose computer systems for artificial intelligence and robotics

  1. Facilitating Programming of Vision-Equipped Robots through Robotic Skills and Projection Mapping

    DEFF Research Database (Denmark)

    Andersen, Rasmus Skovgaard

    The field of collaborative industrial robots is currently developing fast both in the industry and in the scientific community. Companies such as Rethink Robotics and Universal Robots are redefining the concept of an industrial robot and entire new markets and use cases are becoming relevant for ...

  2. Verification of a Program for the Control of a Robotic Workcell with the Use of AR

    Directory of Open Access Journals (Sweden)

    Jozef Novak-Marcincin

    2012-08-01

    Full Text Available This paper contributes in the form of a theoretical discussion and also, by the presentation of a practical example, brings information about the utilization possibilities of elements of augmented reality for the creation of programs for the control of a robotic workplace and for their simulated verification. In the beginning it provides an overview of the current state in the area of robotic systems with the use of unreal objects and describes existing and assumed attitudes. The next part describes an experimental robotic workplace. Then it clarifies the realization of a new way of verification of the program for robotic workplace control and provides information about the possibilities for further development of created functioning concepts.

  3. Girls, Boys, and Bots: Gender Differences in Young Children’s Performance on Robotics and Programming Tasks

    Directory of Open Access Journals (Sweden)

    Amanda Sullivan

    2016-08-01

    Full Text Available Prior work demonstrates the importance of introducing young children to programming and engineering content before gender stereotypes are fully developed and ingrained in later years. However, very little research on gender and early childhood technology interventions exist. This pilot study looks at N=45 children in kindergarten through second grade who completed an eight-week robotics and programming curriculum using the KIWI robotics kit. KIWI is a developmentally appropriate robotics construction set specifically designed for use with children ages 4 to 7 years old. Qualitative pre-interviews were administered to determine whether participating children had any gender-biased attitudes toward robotics and other engineering tools prior to using KIWI in their classrooms. Post-tests were administered upon completion of the curriculum to determine if any gender differences in achievement were present. Results showed that young children were beginning to form opinions about which technologies and tools would be better suited for boys and girls. While there were no significant differences between boys and girls on the robotics and simple programming tasks, boys performed significantly better than girls on the advanced programming tasks such as, using repeat loops with sensor parameters. Implications for the design of new technological tools and curriculum that are appealing to boys and girls are discussed.

  4. Robotics

    International Nuclear Information System (INIS)

    Scheide, A.W.

    1983-01-01

    This article reviews some of the technical areas and history associated with robotics, provides information relative to the formation of a Robotics Industry Committee within the Industry Applications Society (IAS), and describes how all activities relating to robotics will be coordinated within the IEEE. Industrial robots are being used for material handling, processes such as coating and arc welding, and some mechanical and electronics assembly. An industrial robot is defined as a programmable, multifunctional manipulator designed to move material, parts, tools, or specialized devices through variable programmed motions for a variety of tasks. The initial focus of the Robotics Industry Committee will be on the application of robotics systems to the various industries that are represented within the IAS

  5. Programming Robots with Associative Memories

    Energy Technology Data Exchange (ETDEWEB)

    Touzet, C

    1999-07-10

    Today, there are several drawbacks that impede the necessary and much needed use of robot learning techniques in real applications. First, the time needed to achieve the synthesis of any behavior is prohibitive. Second, the robot behavior during the learning phase is "by definition" bad, it may even be dangerous. Third, except within the lazy learning approach, a new behavior implies a new learning phase. We propose in this paper to use self-organizing maps to encode the non explicit model of the robot-world interaction sampled by the lazy memory, and then generate a robot behavior by means of situations to be achieved, i.e., points on the self-organizing maps. Any behavior can instantaneously be synthesized by the definition of a goal situation. Its performance will be minimal (not evidently bad) and will improve by the mere repetition of the behavior.

  6. Programming Robots with Associative Memories

    International Nuclear Information System (INIS)

    Touzet, C.

    1999-01-01

    Today, there are several drawbacks that impede the necessary and much needed use of robot learning techniques in real applications. First, the time needed to achieve the synthesis of any behavior is prohibitive. Second, the robot behavior during the learning phase is by definition bad, it may even be dangerous. Third, except within the lazy learning approach, a new behavior implies a new learning phase. We propose in this paper to use self-organizing maps to encode the non explicit model of the robot-world interaction sampled by the lazy memory, and then generate a robot behavior by means of situations to be achieved, i.e., points on the self-organizing maps. Any behavior can instantaneously be synthesized by the definition of a goal situation. Its performance will be minimal (not evidently bad) and will improve by the mere repetition of the behavior

  7. Industrial Robot Programming and UPnP Services Orchestration for the Automation of Factories

    Directory of Open Access Journals (Sweden)

    A. Valera

    2012-10-01

    Full Text Available The integration of equipment and other devices built into industrial robot cells with modern Ethernet interface technologies and low-cost mass produced devices (such as vision systems, laser scanners, force torque-sensors, PLCs and PDAs etc. enables integrators to offer more powerful and smarter solutions. Nevertheless, the programming of all these devices efficiently requires very specific knowledge about them, such as their hardware architectures and specific programming languages as well as details about the system's low level communication protocols. To address these issues, this paper describes and analyses the Plug-and-Play architecture. This is one of the most interesting service-oriented architectures (SOAs available, which exhibits characteristics that are well adapted to industrial robotics cells. To validate their programming features and applicability, a test bed was specially designed. This provides a new graphical service orchestration which was implemented using Workflow Foundation 4 of .NET. The obtained results allowed us to verify that the use of integration schemes based on SOAs reduces the system integration time and is better adapted to industrial robotic cell system integrators.

  8. Gender Differences in Kindergarteners' Robotics and Programming Achievement

    Science.gov (United States)

    Sullivan, Amanda; Bers, Marina Umaschi

    2013-01-01

    Early childhood is a critical period for introducing girls to traditionally masculine fields of science and technology before more extreme gender stereotypes surface in later years. This study looks at the TangibleK Robotics Program in order to determine whether kindergarten boys and girls were equally successful in a series of building and…

  9. ANALISIS GERAK ROBOT LINE TRACER DENGAN PROGRAM ARTIFICIAL INTELLEGENCE MENGGUNAKAN MICROCONTROLLER AT89S51

    OpenAIRE

    I Wayan Widhiada

    2012-01-01

    The research discussed about the work system of The Line Tracer Robot movement analysis, with using the AI program and assembler programming language. The tools that used are microcontroller type AT89S51, Meitan ASM 2005 Standard Edition version 1.00 as development tools and Meitan 2005 as the hardware tools modul. From the result of research, it can be known that The Line Tracer Robot with AI program is able to show differences, among the white as a based colour and black as a line colour. T...

  10. Ground Robotic Hand Applications for the Space Program study (GRASP)

    Science.gov (United States)

    Grissom, William A.; Rafla, Nader I. (Editor)

    1992-01-01

    This document reports on a NASA-STDP effort to address research interests of the NASA Kennedy Space Center (KSC) through a study entitled, Ground Robotic-Hand Applications for the Space Program (GRASP). The primary objective of the GRASP study was to identify beneficial applications of specialized end-effectors and robotic hand devices for automating any ground operations which are performed at the Kennedy Space Center. Thus, operations for expendable vehicles, the Space Shuttle and its components, and all payloads were included in the study. Typical benefits of automating operations, or augmenting human operators performing physical tasks, include: reduced costs; enhanced safety and reliability; and reduced processing turnaround time.

  11. How to successfully implement a robotic pediatric surgery program: lessons learned after 96 procedures.

    Science.gov (United States)

    de Lambert, Guénolée; Fourcade, Laurent; Centi, Joachim; Fredon, Fabien; Braik, Karim; Szwarc, Caroline; Longis, Bernard; Lardy, Hubert

    2013-06-01

    Both our teams were the first to implement pediatric robotic surgery in France. The aim of this study was to define the key points we brought to light so other pediatric teams that want to set up a robotic surgery program will benefit. We reviewed the medical records of all children who underwent robotic surgery between Nov 2007 and June 2011 in both departments, including patient data, installation and changes, operative time, hospital stay, intraoperative complications, and postoperative outcome. The department's internal organization, the organization within the hospital complex, and cost were evaluated. A total of 96 procedures were evaluated. There were 38 girls and 56 boys with average age at surgery of 7.6 years (range, 0.7-18 years) and average weight of 26 kg (range, 6-77 kg). Thirty-six patients had general surgery, 57 patients urologic surgery, and 1 thoracic surgery. Overall average operative time was 189 min (range, 70-550 min), and average hospital stay was 6.4 days (range, 2-24 days). The procedures of 3 patients were converted. Median follow-up was 18 months (range, 0.5-43 months). Robotic surgical procedure had an extra cost of 1934 compared to conventional open surgery. Our experience was similar to the findings described in the literature for feasibility, security, and patient outcomes; we had an overall operative success rate of 97 %. Three main actors are concerned in the implementation of a robotic pediatric surgery program: surgeons and anesthetists, nurses, and the administration. The surgeon is at the starting point with motivation for minimally invasive surgery without laparoscopic constraints. We found that it was possible to implement a long-lasting robotic surgery program with comparable quality of care.

  12. Training in Robotic Surgery-an Overview.

    Science.gov (United States)

    Sridhar, Ashwin N; Briggs, Tim P; Kelly, John D; Nathan, Senthil

    2017-08-01

    There has been a rapid and widespread adoption of the robotic surgical system with a lag in the development of a comprehensive training and credentialing framework. A literature search on robotic surgical training techniques and benchmarks was conducted to provide an evidence-based road map for the development of a robotic surgical skills for the novice robotic surgeon. A structured training curriculum is suggested incorporating evidence-based training techniques and benchmarks for progress. This usually involves sequential progression from observation, case assisting, acquisition of basic robotic skills in the dry and wet lab setting along with achievement of individual and team-based non-technical skills, modular console training under supervision, and finally independent practice. Robotic surgical training must be based on demonstration of proficiency and safety in executing basic robotic skills and procedural tasks prior to independent practice.

  13. Tank-automotive robotics

    Science.gov (United States)

    Lane, Gerald R.

    1999-07-01

    To provide an overview of Tank-Automotive Robotics. The briefing will contain program overviews & inter-relationships and technology challenges of TARDEC managed unmanned and robotic ground vehicle programs. Specific emphasis will focus on technology developments/approaches to achieve semi- autonomous operation and inherent chassis mobility features. Programs to be discussed include: DemoIII Experimental Unmanned Vehicle (XUV), Tactical Mobile Robotics (TMR), Intelligent Mobility, Commanders Driver Testbed, Collision Avoidance, International Ground Robotics Competition (ICGRC). Specifically, the paper will discuss unique exterior/outdoor challenges facing the IGRC competing teams and the synergy created between the IGRC and ongoing DoD semi-autonomous Unmanned Ground Vehicle and DoT Intelligent Transportation System programs. Sensor and chassis approaches to meet the IGRC challenges and obstacles will be shown and discussed. Shortfalls in performance to meet the IGRC challenges will be identified.

  14. WebotsTM: Professional Mobile Robot Simulation

    Directory of Open Access Journals (Sweden)

    Olivier Michel

    2008-11-01

    Full Text Available Cyberbotics Ltd. develops WebotsTM, a mobile robotics simulation software that provides you with a rapid prototyping environment for modelling, programming and simulating mobile robots. The provided robot libraries enable you to transfer your control programs to several commercially available real mobile robots. WebotsTM lets you define and modify a complete mobile robotics setup, even several different robots sharing the same environment. For each object, you can define a number of properties, such as shape, color, texture, mass, friction, etc. You can equip each robot with a large number of available sensors and actuators. You can program these robots using your favorite development environment, simulate them and optionally transfer the resulting programs onto your real robots. WebotsTM has been developed in collaboration with the Swiss Federal Institute of Technology in Lausanne, thoroughly tested, well documented and continuously maintained for over 7 years. It is now the main commercial product available from Cyberbotics Ltd.

  15. Robotic assistants in personal care: A scoping review.

    Science.gov (United States)

    Bilyea, A; Seth, N; Nesathurai, S; Abdullah, H A

    2017-11-01

    The aim of this study is to present an overview of the technological advances in the field of robotics developed for assistance with activities of daily living (ADL), and to present areas where further research is required. Four databases were searched for articles presenting either a novel design of one of these personal care robotic system or trial results relating to these systems. Articles presenting nine different robotic personal care systems were examined, six of which had been developed after 2005. These six also all have publications relating to their trials. In the majority of trials, patient independence was improved with operation of the robotic device for a specific subset of ADL. A map of the current state of the field of personal care robotics is presented in this study. Areas requiring further research include improving feedback and awareness, as well as refining control methods and pre-programmed behaviors. Developing an affordable, easy to use system would help fill the current gap in the commercial market. Copyright © 2017 IPEM. Published by Elsevier Ltd. All rights reserved.

  16. Project based, Collaborative, Algorithmic Robotics for High School Students: Programming Self Driving Race Cars at MIT

    Science.gov (United States)

    2017-02-19

    new high-school STEM program in robotics. The program utilizes state -of-the- art sensors and embedded computers for mobile robotics. These...software. Students do not engage in hardware design or development. They are given a hardware kit that includes state -of-the- art sensors and... Engineering and Computer Science (under course number 6.141) and the Department of Aeronautics and Astronautics (under course number 16.405). Let us

  17. GyroBoy – a self-balancing robot programmed in JAVA with leJOS EV3

    DEFF Research Database (Denmark)

    Christensen, Bjørn Klint

    GyroBoy is a self-balancing robot created by LEGO as a demonstration of what you can build with the EV3 LEGO Mindstorms education kit. The kit includes building instructions as well as a control program for GyroBoy developed in LEGO´s so called block-programming language. In this article I will p...... will present a similar control program developed in Java using the leJOS EV3 class library.......GyroBoy is a self-balancing robot created by LEGO as a demonstration of what you can build with the EV3 LEGO Mindstorms education kit. The kit includes building instructions as well as a control program for GyroBoy developed in LEGO´s so called block-programming language. In this article I...

  18. A Pre-Engineering Program Using Robots to Attract Underrepresented High School and Community College Students

    Science.gov (United States)

    Mosley, Pauline Helen; Liu, Yun; Hargrove, S. Keith; Doswell, Jayfus T.

    2010-01-01

    This paper gives an overview of a new pre-engineering program--Robotics Technician Curriculum--that uses robots to solicit underrepresented students pursuing careers in science, technology, engineering, and mathematics (STEM). The curriculum uses a project-based learning environment, which consists of part lecture and part laboratory. This program…

  19. Tema 2: Open Roberta - A Web Based Approach to Visually Program Real Educational Robots

    Directory of Open Access Journals (Sweden)

    Markus Ketterl

    2016-01-01

    Full Text Available The aim of the Open Roberta initiative is to support visual online programming of educational robots. The goal is to overcome technical and professional barriers for teachers and students alike at home or in the classrooms. The free to use cloud-based Open Roberta Lab consists of graphical programming tools for the browser that enable beginners to seamlessly start coding without long-winded system installations, setups or additional technology getting in the way. Open Roberta is a project within the Fraunhofer initiative ”Roberta - Learning with Robots”. A further aspect of the paper is the introduction of the NEPOR meta programming language as a core concept for coupling real educational robot systems.

  20. Tema 2: Open Roberta - A Web Based Approach to Visually Program Real Educational Robots

    Directory of Open Access Journals (Sweden)

    Markus Ketterl

    2015-12-01

    Full Text Available The aim of the Open Roberta initiative is to support visual online programming of educational robots. The goal is to overcome technical and professional barriers for teachers and students alike at home or in the classrooms. The free to use cloud-based Open Roberta Lab consists of graphical programming tools for the browser that enable beginners to seamlessly start coding without long-winded system installations, setups or additional technology getting in the way. Open Roberta is a project within the Fraunhofer initiative ”Roberta - Learning with Robots”. A further aspect of the paper is the introduction of the NEPOR meta programming language as a core concept for coupling real educational robot systems.

  1. A Mobile Application That Allows Children in the Early Childhood to Program Robots

    Directory of Open Access Journals (Sweden)

    Kryscia Ramírez-Benavides

    2016-01-01

    Full Text Available Children born in the Information Age are digital natives; this characteristic should be exploited to improve the learning process through the use of technology. This paper addresses the design, construction, and evaluation process of TITIBOTS, a programming assistance tool for mobile devices that allows children in the early childhood to create programs and execute them using robots. We present the results of using TITIBOTS in different scenarios with children between 4 and 6 years old. The insight obtained in the development and evaluation of the tool could be useful when creating applications for children in the early childhood. The results were promising; children liked the application and were willing to continue using it to program robots to solve specific tasks, developing the skills of the 21st century.

  2. Industrial Robots.

    Science.gov (United States)

    Reed, Dean; Harden, Thomas K.

    Robots are mechanical devices that can be programmed to perform some task of manipulation or locomotion under automatic control. This paper discusses: (1) early developments of the robotics industry in the United States; (2) the present structure of the industry; (3) noneconomic factors related to the use of robots; (4) labor considerations…

  3. DSLs in robotics

    DEFF Research Database (Denmark)

    Schultz, Ulrik Pagh; Bordignon, Mirko; Stoy, Kasper

    2017-01-01

    Robotic systems blend hardware and software in a holistic way that intrinsically raises many crosscutting concerns such as concurrency, uncertainty, and time constraints. These concerns make programming robotic systems challenging as expertise from multiple domains needs to be integrated...... conceptually and technically. Programming languages play a central role in providing a higher level of abstraction. This briefing presents a case study on the evolution of domain-specific languages based on modular robotics. The case study on the evolution of domain-specific languages is based on a series...... of DSL prototypes developed over five years for the domain of modular, self-reconfigurable robots....

  4. Interactive Exploration Robots: Human-Robotic Collaboration and Interactions

    Science.gov (United States)

    Fong, Terry

    2017-01-01

    For decades, NASA has employed different operational approaches for human and robotic missions. Human spaceflight missions to the Moon and in low Earth orbit have relied upon near-continuous communication with minimal time delays. During these missions, astronauts and mission control communicate interactively to perform tasks and resolve problems in real-time. In contrast, deep-space robotic missions are designed for operations in the presence of significant communication delay - from tens of minutes to hours. Consequently, robotic missions typically employ meticulously scripted and validated command sequences that are intermittently uplinked to the robot for independent execution over long periods. Over the next few years, however, we will see increasing use of robots that blend these two operational approaches. These interactive exploration robots will be remotely operated by humans on Earth or from a spacecraft. These robots will be used to support astronauts on the International Space Station (ISS), to conduct new missions to the Moon, and potentially to enable remote exploration of planetary surfaces in real-time. In this talk, I will discuss the technical challenges associated with building and operating robots in this manner, along with lessons learned from research conducted with the ISS and in the field.

  5. Joint Robotics Program

    Science.gov (United States)

    2008-04-23

    Kotler , P.M. (1997). Marketing management: Analysis, planning, implementation, and control. Upper Saddle River, NJ: Prentice Hall...needed to provide needed items. Production needed to be stable so suppliers could more easily meet demand ( Kotler , 1997, pp. 214-215). The Robotics

  6. UNIVERSITY RESEARCH PROGRAM IN ROBOTICS, Final Technical Annual Report, Project Period: 9/1/04 - 8/31/05

    Energy Technology Data Exchange (ETDEWEB)

    James S. Tulenko; Carl D. Crane III

    2006-02-15

    The University Research Program in Robotics (URPR) Implementation Plan is an integrated group of universities performing fundamental research that addresses broad-based robotics and automation needs of the NNSA Directed Stockpile Work (DSW) and Campaigns. The URPR mission is to provide improved capabilities of robotics science and engineering to meet the future needs of all weapon systems and other associated NNSA/DOE activities.

  7. Development of programming techniques for behaviors of nuclear robot in real environment

    International Nuclear Information System (INIS)

    Tsukune, Hideo; Ogasawara, Tsukasa; Hirukawa, Hirohisa; Kitagaki, Kosei; Onda, Hiromu; Nakamura, Akira

    1999-01-01

    This study aims at establishment of synthetic autonomous technique on nuclear robot for a basic technique to realize remote control and automation of works in a nuclear plant by means of development on action programming function under actual environment. Before 1997 fiscal year, development of manipulation description system due to contact state transition series, development of mechanical assembly work instruction system using contact actuating system, development of new manipulator system with excellent controllability, development of quasi contact point monitoring method, and development of environmental model construction method using range finder and instruction tree, had been conducted. In 1997 fiscal year, probability of nuclear robot, on synthetic autonomous technique was shown by synthesis of many results on action programming planning function into a prototype system under an actual environment obtained by those developments. (G.K.)

  8. The Oak Ridge National Laboratory's Robotics and Intelligent Systems Program

    International Nuclear Information System (INIS)

    Meacham, S.A.

    1987-01-01

    The goals of the newly formed Robotics and Intelligent Systems Program are discussed. The application of the remote systems technology developed by the Consolidated Fuel Reprocessing Program for the Department of Energy is presented. The activities (satellite refueling and space station truss assembly) with the National Aeronautics and Space Administration are presented in a videotape format with narration by the presenter. The goals of technology transfer to the private sector and the potential positive impact on the community conclude the oral presentation

  9. "I Want My Robot to Look for Food": Comparing Kindergartner's Programming Comprehension Using Tangible, Graphic, and Hybrid User Interfaces

    Science.gov (United States)

    Strawhacker, Amanda; Bers, Marina U.

    2015-01-01

    In recent years, educational robotics has become an increasingly popular research area. However, limited studies have focused on differentiated learning outcomes based on type of programming interface. This study aims to explore how successfully young children master foundational programming concepts based on the robotics user interface (tangible,…

  10. An iconic programming language for sensor-based robots

    Science.gov (United States)

    Gertz, Matthew; Stewart, David B.; Khosla, Pradeep K.

    1993-01-01

    In this paper we describe an iconic programming language called Onika for sensor-based robotic systems. Onika is both modular and reconfigurable and can be used with any system architecture and real-time operating system. Onika is also a multi-level programming environment wherein tasks are built by connecting a series of icons which, in turn, can be defined in terms of other icons at the lower levels. Expert users are also allowed to use control block form to define servo tasks. The icons in Onika are both shape and color coded, like the pieces of a jigsaw puzzle, thus providing a form of error control in the development of high level applications.

  11. Effects of Using Model Robots in the Education of Programming

    Science.gov (United States)

    Pásztor, Attila; Pap-Szigeti, Róbert; Lakatos Török, Erika

    2010-01-01

    In this article we try to show how new devices and methods can help in the education of programming. At Kecskemét College programmable mobile robots and instead of behavioral, the constructivist pedagogical methods were used. Our experiments have proved our hypothesis as the improved new methodical education using devices can give more practical…

  12. Training Engineering Disciplines and Skills through Robot Projects

    DEFF Research Database (Denmark)

    Friesel, Anna

    The popularity of robots in educational activities increased the last 10-15 years. Engineering education all over the world includes courses and projects involving design, use and programming of robots in a variety of programs at technical colleges and universities. At the same time there is a gr......The popularity of robots in educational activities increased the last 10-15 years. Engineering education all over the world includes courses and projects involving design, use and programming of robots in a variety of programs at technical colleges and universities. At the same time...... there is a growing interest to work with robots. Robotic skills are also highly requested in industrial companies. At the Technical University of Denmark, DTU Diplom, we have several projects involving building and programing robots in our bachelor programs in Electronics, Computer Science, IT and Mechanical...... Engineering. This presentation deals with our experience in robotic activities in different programs in order to enhance understanding of mathematics, physics and different technical disciplines in the named programs. We also observed the increased motivation for learning theory when we combine traditional...

  13. Cyberbotics Ltd. Webots™: Professional Mobile Robot Simulation

    Directory of Open Access Journals (Sweden)

    Olivier Michel

    2004-03-01

    Full Text Available Cyberbotics Ltd. develops Webots™, a mobile robotics simulation software that provides you with a rapid prototyping environment for modelling, programming and simulating mobile robots. The provided robot libraries enable you to transfer your control programs to several commercially available real mobile robots. Webots™ lets you define and modify a complete mobile robotics setup, even several different robots sharing the same environment. For each object, you can define a number of properties, such as shape, color, texture, mass, friction, etc. You can equip each robot with a large number of available sensors and actuators. You can program these robots using your favorite development environment, simulate them and optionally transfer the resulting programs onto your real robots. Webots™ has been developed in collaboration with the Swiss Federal Institute of Technology in Lausanne, thoroughly tested, well documented and continuously maintained for over 7 years. It is now the main commercial product available from Cyberbotics Ltd.

  14. Pioneer Robot Testing Program and Status

    International Nuclear Information System (INIS)

    Herndon, J.N.

    2001-01-01

    The U.S. Department of Energy (USDOE) and Ukraine established a joint program in 1997 to address the need for remotely operated systems for unstructured environments in Ukraine such as the highly hazardous conditions inside the failed Chernobyl Nuclear Power Plant (ChNPP) Unit 4, or Shelter Object. The environment inside Shelter Object is extremely hazardous due to ionizing radiation fields, high airborne contamination, and major industrial safety issues. Although Ukrainian workers have explored and mapped much of the internals of Unit 4 in the time since the accident during the morning hours of April 26, 1986, there remain areas where humans have not entered to this date. Based on the agreement between USDOE and Ukraine, the USDOE, in cooperation with the U.S. National Aeronautics and Space Administration (NASA), developed the Pioneer Robot and has provided it to the ChNPP within the framework of international technical assistance. Pioneer is capable of mobile platform movement and manipulation under teleoperated control, 3-dimensional mapping, and environmental data collection. The Pioneer is radiation hardened for conditions like those of Shelter Object. Pioneer has been evaluated on site in Ukraine for use in both the Shelter Object environment and the more general conditions of ChNPP decommissioning. This paper summarizes the results of these testing activities and describes the status and near-term activities in support of the Pioneer Robot integration into Ukraine

  15. Human Robotic Systems (HRS): Controlling Robots over Time Delay Element

    Data.gov (United States)

    National Aeronautics and Space Administration — This element involves the development of software that enables easier commanding of a wide range of NASA relevant robots through the Robot Application Programming...

  16. Distributed Robotics Education

    DEFF Research Database (Denmark)

    Lund, Henrik Hautop; Pagliarini, Luigi

    2011-01-01

    Distributed robotics takes many forms, for instance, multirobots, modular robots, and self-reconfigurable robots. The understanding and development of such advanced robotic systems demand extensive knowledge in engineering and computer science. In this paper, we describe the concept of a distribu......Distributed robotics takes many forms, for instance, multirobots, modular robots, and self-reconfigurable robots. The understanding and development of such advanced robotic systems demand extensive knowledge in engineering and computer science. In this paper, we describe the concept...... to be changed, related to multirobot control and human-robot interaction control from virtual to physical representation. The proposed system is valuable for bringing a vast number of issues into education – such as parallel programming, distribution, communication protocols, master dependency, connectivity...

  17. Distributed management system of a scanning robot programmed real time in APL language

    International Nuclear Information System (INIS)

    Liabot, M.-J.

    1980-08-01

    The aim of this work is to propose an original solution in order to implement the control operating system of a robot designed to travel between the main tank and the safety tank of the SUPERPHENIX reactor for scanning up the welding by ultrasound measurements. The system consists of: - a MITRA mini-computer programmed in APL, that manages the driving unit and defines the scanning strategy (visual unit, cheking board...). - a microprocessor that realizes the connection between the MITRA and the robot on wich the motor commands and the safety fonctions are placed. Such a solution allows to limit input output volume in the MITRA and gives the possibility to program the system in real time in APL language [fr

  18. Clean-room robot implementation

    International Nuclear Information System (INIS)

    Comeau, J.L.

    1982-01-01

    A robot has been incorporated in a clean room operation in which vacuum tube parts are cleaned just prior to final assembly with a 60 lb/in 2 blast of argon gas. The robot is programmed to pick up the parts, manipulate/rotate them as necessary in the jet pattern and deposit them in a tray precleaned by the robot. A carefully studied implementation plan was followed in the procurement, installation, modification and programming of the robot facility. An unusual configuration of one tube part required a unique gripper design. A study indicated that the tube parts processed by the robot are 12% cleaner than those manually cleaned by an experienced operator

  19. Semiotics and Human-Robot Interaction

    OpenAIRE

    Sequeira, Joao; Ribeiro, M.Isabel

    2007-01-01

    The social barriers that still constrain the use of robots in modern societies will tend to vanish with the sophistication increase of interaction strategies. Communication and interaction between people and robots occurring in a friendly manner and being accessible to everyone, independent of their skills in robotics issues, will certainly foster the breaking of barriers. Socializing behaviors, such as following people, are relatively easy to obtain with current state of the art robotics. Ho...

  20. Concurrent Path Planning with One or More Humanoid Robots

    Science.gov (United States)

    Sanders, Adam M. (Inventor); Reiland, Matthew J. (Inventor)

    2014-01-01

    A robotic system includes a controller and one or more robots each having a plurality of robotic joints. Each of the robotic joints is independently controllable to thereby execute a cooperative work task having at least one task execution fork, leading to multiple independent subtasks. The controller coordinates motion of the robot(s) during execution of the cooperative work task. The controller groups the robotic joints into task-specific robotic subsystems, and synchronizes motion of different subsystems during execution of the various subtasks of the cooperative work task. A method for executing the cooperative work task using the robotic system includes automatically grouping the robotic joints into task-specific subsystems, and assigning subtasks of the cooperative work task to the subsystems upon reaching a task execution fork. The method further includes coordinating execution of the subtasks after reaching the task execution fork.

  1. Robotics research at Electrotechnical Laboratory-R and D program for advanced robot technology

    Energy Technology Data Exchange (ETDEWEB)

    Wakamatsu, S; Akahori, H; Shirai, Y; Kakikura, M

    1983-01-01

    The purposes of this paper are both to introduce the outline of robotics researches at Electrotechnical Laboratory and to describe the relation between those researches and the national project so called robotics for critical work. The authors first describe the robotics researches and related topics historically which have been continued from the latter half of 1960s as a part of researches on artificial intelligence at Electrotechnical Laboratory. Secondly, they mention the present aspects of our researches, its relation with past results, and changes of basic concepts on robotics systems. Finally, as an extension of our researches, they propose some approaches to establish the following techniques which make very important roles for the success of the national project; (1) manipulation techniques, (2) sensor techniques, (3) autonomous robot control techniques, (4) advanced tele-operation techniques and, (5) system totalizing techniques. 15 references.

  2. Molecular Robots Obeying Asimov's Three Laws of Robotics.

    Science.gov (United States)

    Kaminka, Gal A; Spokoini-Stern, Rachel; Amir, Yaniv; Agmon, Noa; Bachelet, Ido

    2017-01-01

    Asimov's three laws of robotics, which were shaped in the literary work of Isaac Asimov (1920-1992) and others, define a crucial code of behavior that fictional autonomous robots must obey as a condition for their integration into human society. While, general implementation of these laws in robots is widely considered impractical, limited-scope versions have been demonstrated and have proven useful in spurring scientific debate on aspects of safety and autonomy in robots and intelligent systems. In this work, we use Asimov's laws to examine these notions in molecular robots fabricated from DNA origami. We successfully programmed these robots to obey, by means of interactions between individual robots in a large population, an appropriately scoped variant of Asimov's laws, and even emulate the key scenario from Asimov's story "Runaround," in which a fictional robot gets into trouble despite adhering to the laws. Our findings show that abstract, complex notions can be encoded and implemented at the molecular scale, when we understand robots on this scale on the basis of their interactions.

  3. Decentralized real time control system of inspection robot programmed in APL

    International Nuclear Information System (INIS)

    Dupeyrat, Benoit; Liabot, M.J.; Vertut, Jean

    1979-01-01

    The running of the SUPER PHENIX vessel inspection robot meets with special practical necessities: the distance between the robot and the computer responsible for its management is important since the piloting station is outside the safety enclosure. For this reason the control and alarm functions have been separated from those of strategy and readjustment. The system described here is thus made up of: a mini-computer to manage the piloting station and a microprocessor as close as possible to the machine for control and safety duties. This arrangement has the advantage of limiting the input/output volume of the mini-computer which can thus be programmed in APL, a language particularly efficient and well suited to the problem [fr

  4. Dynamic photogrammetric calibration of industrial robots

    Science.gov (United States)

    Maas, Hans-Gerd

    1997-07-01

    Today's developments in industrial robots focus on aims like gain of flexibility, improvement of the interaction between robots and reduction of down-times. A very important method to achieve these goals are off-line programming techniques. In contrast to conventional teach-in-robot programming techniques, where sequences of actions are defined step-by- step via remote control on the real object, off-line programming techniques design complete robot (inter-)action programs in a CAD/CAM environment. This poses high requirements to the geometric accuracy of a robot. While the repeatability of robot poses in the teach-in mode is often better than 0.1 mm, the absolute pose accuracy potential of industrial robots is usually much worse due to tolerances, eccentricities, elasticities, play, wear-out, load, temperature and insufficient knowledge of model parameters for the transformation from poses into robot axis angles. This fact necessitates robot calibration techniques, including the formulation of a robot model describing kinematics and dynamics of the robot, and a measurement technique to provide reference data. Digital photogrammetry as an accurate, economic technique with realtime potential offers itself for this purpose. The paper analyzes the requirements posed to a measurement technique by industrial robot calibration tasks. After an overview on measurement techniques used for robot calibration purposes in the past, a photogrammetric robot calibration system based on off-the- shelf lowcost hardware components will be shown and results of pilot studies will be discussed. Besides aspects of accuracy, reliability and self-calibration in a fully automatic dynamic photogrammetric system, realtime capabilities are discussed. In the pilot studies, standard deviations of 0.05 - 0.25 mm in the three coordinate directions could be achieved over a robot work range of 1.7 X 1.5 X 1.0 m3. The realtime capabilities of the technique allow to go beyond kinematic robot

  5. Becoming Earth Independent: Human-Automation-Robotics Integration Challenges for Future Space Exploration

    Science.gov (United States)

    Marquez, Jessica J.

    2016-01-01

    Future exploration missions will require NASA to integrate more automation and robotics in order to accomplish mission objectives. This presentation will describe on the future challenges facing the human operator (astronaut, ground controllers) as we increase the amount of automation and robotics in spaceflight operations. It will describe how future exploration missions will have to adapt and evolve in order to deal with more complex missions and communication latencies. This presentation will outline future human-automation-robotic integration challenges.

  6. Space Missions for Automation and Robotics Technologies (SMART) Program

    Science.gov (United States)

    Cliffone, D. L.; Lum, H., Jr.

    1985-01-01

    NASA is currently considering the establishment of a Space Mission for Automation and Robotics Technologies (SMART) Program to define, develop, integrate, test, and operate a spaceborne national research facility for the validation of advanced automation and robotics technologies. Initially, the concept is envisioned to be implemented through a series of shuttle based flight experiments which will utilize telepresence technologies and real time operation concepts. However, eventually the facility will be capable of a more autonomous role and will be supported by either the shuttle or the space station. To ensure incorporation of leading edge technology in the facility, performance capability will periodically and systematically be upgraded by the solicitation of recommendations from a user advisory group. The facility will be managed by NASA, but will be available to all potential investigators. Experiments for each flight will be selected by a peer review group. Detailed definition and design is proposed to take place during FY 86, with the first SMART flight projected for FY 89.

  7. Robotics education

    International Nuclear Information System (INIS)

    Benton, O.

    1984-01-01

    Robotics education courses are rapidly spreading throughout the nation's colleges and universities. Engineering schools are offering robotics courses as part of their mechanical or manufacturing engineering degree program. Two year colleges are developing an Associate Degree in robotics. In addition to regular courses, colleges are offering seminars in robotics and related fields. These seminars draw excellent participation at costs running up to $200 per day for each participant. The last one drew 275 people from Texas to Virginia. Seminars are also offered by trade associations, private consulting firms, and robot vendors. IBM, for example, has the Robotic Assembly Institute in Boca Raton and charges about $1,000 per week for course. This is basically for owners of IBM robots. Education (and training) can be as short as one day or as long as two years. Here is the educational pattern that is developing now

  8. International Conference Educational Robotics 2016

    CERN Document Server

    Moro, Michele; Menegatti, Emanuele

    2017-01-01

    This book includes papers presented at the International Conference “Educational Robotics 2016 (EDUROBOTICS)”, Athens, November 25, 2016. The papers build on constructivist and constructionist pedagogy and cover a variety of topics, including teacher education, design of educational robotics activities, didactical models, assessment methods, theater robotics, programming & making electronics with Snap4Arduino, the Duckietown project, robotics driven by tangible programming, Lego Mindstorms combined with App Inventor, the Orbital Education Platform, Anthropomorphic Robots and Human Meaning Makers in Education, and more. It provides researchers interested in educational robotics with the latest advances in the field with a focus on science, technology, engineering, arts and mathematics (STEAM) education. At the same time it offers teachers and educators from primary to secondary and tertiary education insights into how educational robotics can trigger the development of technological interest and 21st c...

  9. Micro robot bible

    International Nuclear Information System (INIS)

    Yoon, Jin Yeong

    2000-08-01

    This book deals with micro robot, which tells of summary of robots like entertainment robots and definition of robots, introduction of micro mouse about history, composition and rules, summary of micro controller with its history, appearance and composition, introduction of stepping motor about types, structure, basic characteristics, and driving ways, summary of sensor section, power, understanding of 80C196KC micro controller, basic driving program searching a maze algorithm, smooth turn and making of tracer line.

  10. Micro robot bible

    Energy Technology Data Exchange (ETDEWEB)

    Yoon, Jin Yeong

    2000-08-15

    This book deals with micro robot, which tells of summary of robots like entertainment robots and definition of robots, introduction of micro mouse about history, composition and rules, summary of micro controller with its history, appearance and composition, introduction of stepping motor about types, structure, basic characteristics, and driving ways, summary of sensor section, power, understanding of 80C196KC micro controller, basic driving program searching a maze algorithm, smooth turn and making of tracer line.

  11. Enhancing Practice and Achievement in Introductory Programming with a Robot Olympics

    Science.gov (United States)

    Scott, Michael James; Counsell, Steve; Lauria, Stanislao; Swift, Stephen; Tucker, Allan; Shepperd, Martin; Ghinea, Gheorghita

    2015-01-01

    Computer programming is notoriously difficult to learn. To this end, regular practice in the form of application and reflection is an important enabler of student learning. However, educators often find that first-year B.Sc. students do not readily engage in such activities. Providing each student with a programmable robot, however, could be used…

  12. Evidence in Support of the Independent Channel Model Describing the Sensorimotor Control of Human Stance Using a Humanoid Robot.

    Science.gov (United States)

    Pasma, Jantsje H; Assländer, Lorenz; van Kordelaar, Joost; de Kam, Digna; Mergner, Thomas; Schouten, Alfred C

    2018-01-01

    The Independent Channel (IC) model is a commonly used linear balance control model in the frequency domain to analyze human balance control using system identification and parameter estimation. The IC model is a rudimentary and noise-free description of balance behavior in the frequency domain, where a stable model representation is not guaranteed. In this study, we conducted firstly time-domain simulations with added noise, and secondly robot experiments by implementing the IC model in a real-world robot (PostuRob II) to test the validity and stability of the model in the time domain and for real world situations. Balance behavior of seven healthy participants was measured during upright stance by applying pseudorandom continuous support surface rotations. System identification and parameter estimation were used to describe the balance behavior with the IC model in the frequency domain. The IC model with the estimated parameters from human experiments was implemented in Simulink for computer simulations including noise in the time domain and robot experiments using the humanoid robot PostuRob II. Again, system identification and parameter estimation were used to describe the simulated balance behavior. Time series, Frequency Response Functions, and estimated parameters from human experiments, computer simulations, and robot experiments were compared with each other. The computer simulations showed similar balance behavior and estimated control parameters compared to the human experiments, in the time and frequency domain. Also, the IC model was able to control the humanoid robot by keeping it upright, but showed small differences compared to the human experiments in the time and frequency domain, especially at high frequencies. We conclude that the IC model, a descriptive model in the frequency domain, can imitate human balance behavior also in the time domain, both in computer simulations with added noise and real world situations with a humanoid robot. This

  13. Evidence in Support of the Independent Channel Model Describing the Sensorimotor Control of Human Stance Using a Humanoid Robot

    Directory of Open Access Journals (Sweden)

    Jantsje H. Pasma

    2018-03-01

    Full Text Available The Independent Channel (IC model is a commonly used linear balance control model in the frequency domain to analyze human balance control using system identification and parameter estimation. The IC model is a rudimentary and noise-free description of balance behavior in the frequency domain, where a stable model representation is not guaranteed. In this study, we conducted firstly time-domain simulations with added noise, and secondly robot experiments by implementing the IC model in a real-world robot (PostuRob II to test the validity and stability of the model in the time domain and for real world situations. Balance behavior of seven healthy participants was measured during upright stance by applying pseudorandom continuous support surface rotations. System identification and parameter estimation were used to describe the balance behavior with the IC model in the frequency domain. The IC model with the estimated parameters from human experiments was implemented in Simulink for computer simulations including noise in the time domain and robot experiments using the humanoid robot PostuRob II. Again, system identification and parameter estimation were used to describe the simulated balance behavior. Time series, Frequency Response Functions, and estimated parameters from human experiments, computer simulations, and robot experiments were compared with each other. The computer simulations showed similar balance behavior and estimated control parameters compared to the human experiments, in the time and frequency domain. Also, the IC model was able to control the humanoid robot by keeping it upright, but showed small differences compared to the human experiments in the time and frequency domain, especially at high frequencies. We conclude that the IC model, a descriptive model in the frequency domain, can imitate human balance behavior also in the time domain, both in computer simulations with added noise and real world situations with a

  14. Inverse Kinematic Analysis Of A Quadruped Robot

    Directory of Open Access Journals (Sweden)

    Muhammed Arif Sen

    2017-09-01

    Full Text Available This paper presents an inverse kinematics program of a quadruped robot. The kinematics analysis is main problem in the manipulators and robots. Dynamic and kinematic structures of quadruped robots are very complex compared to industrial and wheeled robots. In this study inverse kinematics solutions for a quadruped robot with 3 degrees of freedom on each leg are presented. Denavit-Hartenberg D-H method are used for the forward kinematic. The inverse kinematic equations obtained by the geometrical and mathematical methods are coded in MATLAB. And thus a program is obtained that calculate the legs joint angles corresponding to desired various orientations of robot and endpoints of legs. Also the program provides the body orientations of robot in graphical form. The angular positions of joints obtained corresponding to desired different orientations of robot and endpoints of legs are given in this study.

  15. Generative Programming for Functional Safety in Mobile Robots

    DEFF Research Database (Denmark)

    Adam, Marian Sorin

    2018-01-01

    execution environment. The effective usage of DeRoS to specify safetyrelated properties of mobile robots and generation of a runtime verification infrastructure for the different controllers has been experimentally demonstrated on ROS-based systems, safety PLCs and microcontrollers. The key issue of making......Safety is a major challenge in robotics, in particular for mobile robots operating in an open and unpredictable environment. Safety certification is desired for commercial robots, but the existing approaches for addressing safety do not provide a clearly defined and isolated programmatic safety...... layer, with an easily understandable specification for facilitating safety certification. Moreover, mobile robots are advanced systems often implemented using a distributed architecture where software components are deployed on heterogeneous hardware modules. Many components are key to the overall...

  16. Maze solving algorithm and its programs using Z-80 assembler language for a robot

    Energy Technology Data Exchange (ETDEWEB)

    Takeno, J; Mukaidono, M

    1982-01-01

    In the first part the formation of a maze problem is introduced and the outline of this algorithm to solve a maze is explained in the second part. The third part describes the detail of this program, and the final part shows the program which has been developed using Z-80 assembler language. This program has portability for other robots using Z-80 microprocessors. 7 references.

  17. Robot skills for manufacturing

    DEFF Research Database (Denmark)

    Pedersen, Mikkel Rath; Nalpantidis, Lazaros; Andersen, Rasmus Skovgaard

    2016-01-01

    -asserting robot skills for manufacturing. We show how a relatively small set of skills are derived from current factory worker instructions, and how these can be transferred to industrial mobile manipulators. General robot skills can not only be implemented on these robots, but also be intuitively concatenated...... products are introduced by manufacturers. In order to compete on global markets, the factories of tomorrow need complete production lines, including automation technologies that can effortlessly be reconfigured or repurposed, when the need arises. In this paper we present the concept of general, self...... in running production facilities at an industrial partner. It follows from these experiments that the use of robot skills, and associated task-level programming framework, is a viable solution to introducing robots that can intuitively and on the fly be programmed to perform new tasks by factory workers....

  18. US Department of Energy Nuclear Energy University program in robotics for advanced reactors: Program plan, FY 1987-1991

    International Nuclear Information System (INIS)

    Mann, R.C.; Gonzalez, R.C.; Tulenko, J.S.; Tesar, D.; Wehe, D.K.

    1987-07-01

    The US Department of Energy has provided support to four universities and the Oak Ridge National Laboratory in order to pursue research leading to the development and deployment of an advanced robotic system capable of performing tasks that are hazardous to humans, that generate significant occupational radiation exposure, and/or whose execution times can be reduced if performed by an automated system. The goal is to develop a generation of advanced robotic systems capable of performing surveillance, maintenance, and repair tasks in nuclear facilities and other hazardous environments. This goal will be achieved through a team effort among the Universities of Florida, Michigan, Tennessee, Texas, and the Oak Ridge National Laboratory, and their industrial partners, Combustion Engineering, Martin Marietta Baltimore Aerospace, Odetics, Remotec, and Telerobotics International. Each of the universities and ORNL have ongoing activities and corresponding facilities in areas of R and D related to robotics. This program is designed to take full advantage of these existing resources at the participating institutions

  19. Teaching Functional Patterns through Robotic Applications

    Directory of Open Access Journals (Sweden)

    J. Boender

    2016-11-01

    Full Text Available We present our approach to teaching functional programming to First Year Computer Science students at Middlesex University through projects in robotics. A holistic approach is taken to the curriculum, emphasising the connections between different subject areas. A key part of the students' learning is through practical projects that draw upon and integrate the taught material. To support these, we developed the Middlesex Robotic plaTfOrm (MIRTO, an open-source platform built using Raspberry Pi, Arduino, HUB-ee wheels and running Racket (a LISP dialect. In this paper we present the motivations for our choices and explain how a number of concepts of functional programming may be employed when programming robotic applications. We present some students' work with robotics projects: we consider the use of robotics projects to have been a success, both for their value in reinforcing students' understanding of programming concepts and for their value in motivating the students.

  20. Implementing a robotics curriculum at an academic general surgery training program: our initial experience.

    Science.gov (United States)

    Winder, Joshua S; Juza, Ryan M; Sasaki, Jennifer; Rogers, Ann M; Pauli, Eric M; Haluck, Randy S; Estes, Stephanie J; Lyn-Sue, Jerome R

    2016-09-01

    The robotic surgical platform is being utilized by a growing number of hospitals across the country, including academic medical centers. Training programs are tasked with teaching their residents how to utilize this technology. To this end, we have developed and implemented a robotic surgical curriculum, and share our initial experience here. Our curriculum was implemented for all General Surgical residents for the academic year 2014-2015. The curriculum consisted of online training, readings, bedside training, console simulation, participating in ten cases as bedside first assistant, and operating at the console. 20 surgical residents were included. Residents were provided the curriculum and notified the department upon completion. Bedside assistance and operative console training were completed in the operating room through a mix of biliary, foregut, and colorectal cases. During the fiscal years of 2014 and 2015, there were 164 and 263 robot-assisted surgeries performed within the General Surgery Department, respectively. All 20 residents completed the online and bedside instruction portions of the curriculum. Of the 20 residents trained, 13/20 (65 %) sat at the Surgeon console during at least one case. Utilizing this curriculum, we have trained and incorporated residents into robot-assisted cases in an efficient manner. A successful curriculum must be based on didactic learning, reading, bedside training, simulation, and training in the operating room. Each program must examine their caseload and resident class to ensure proper exposure to this platform.

  1. Constrained Quadratic Programming and Neurodynamics-Based Solver for Energy Optimization of Biped Walking Robots

    Directory of Open Access Journals (Sweden)

    Liyang Wang

    2017-01-01

    Full Text Available The application of biped robots is always trapped by their high energy consumption. This paper makes a contribution by optimizing the joint torques to decrease the energy consumption without changing the biped gaits. In this work, a constrained quadratic programming (QP problem for energy optimization is formulated. A neurodynamics-based solver is presented to solve the QP problem. Differing from the existing literatures, the proposed neurodynamics-based energy optimization (NEO strategy minimizes the energy consumption and guarantees the following three important constraints simultaneously: (i the force-moment equilibrium equation of biped robots, (ii frictions applied by each leg on the ground to hold the biped robot without slippage and tipping over, and (iii physical limits of the motors. Simulations demonstrate that the proposed strategy is effective for energy-efficient biped walking.

  2. Modelling, simulation and validation of the industrial robot

    Directory of Open Access Journals (Sweden)

    Aleksandrov Slobodan Č.

    2014-01-01

    Full Text Available In this paper, a DH model of industrial robot, with anthropomorphic configuration and five degrees of freedom - Mitsubishi RV2AJ, is developed. The model is verified on the example robot Mitsubishi RV2AJ. In paper detailed represented the complete mathematical model of the robot and the parameters of the programming. On the basis of this model, simulation of robot motion from point to point is performed, as well as the continuous movement of the pre-defined path. Also, programming of industrial robots identical to simulation programs is made, and comparative analysis of real and simulated experiment is shown. In the final section, a detailed analysis of robot motion is described.

  3. Vision-Based Robot Following Using PID Control

    OpenAIRE

    Chandra Sekhar Pati; Rahul Kala

    2017-01-01

    Applications like robots which are employed for shopping, porter services, assistive robotics, etc., require a robot to continuously follow a human or another robot. This paper presents a mobile robot following another tele-operated mobile robot based on a PID (Proportional–Integral-Differential) controller. Here, we use two differential wheel drive robots; one is a master robot and the other is a follower robot. The master robot is manually controlled and the follower robot is programmed to ...

  4. How robotics programs influence young women's career choices : a grounded theory model

    Science.gov (United States)

    Craig, Cecilia Dosh-Bluhm

    The fields of engineering, computer science, and physics have a paucity of women despite decades of intervention by universities and organizations. Women's graduation rates in these fields continue to stagnate, posing a critical problem for society. This qualitative grounded theory (GT) study sought to understand how robotics programs influenced young women's career decisions and the program's effect on engineering, physics, and computer science career interests. To test this, a study was mounted to explore how the FIRST (For Inspiration and Recognition of Science and Technology) Robotics Competition (FRC) program influenced young women's college major and career choices. Career theories suggested that experiential programs coupled with supportive relationships strongly influence career decisions, especially for science, technology, engineering, and mathematics careers. The study explored how and when young women made career decisions and how the experiential program and! its mentors and role models influenced career choice. Online focus groups and interviews (online and face-to-face) with 10 female FRC alumnae and GT processes (inductive analysis, open coding, categorizations using mind maps and content clouds) were used to generate a general systems theory style model of the career decision process for these young women. The study identified gender stereotypes and other career obstacles for women. The study's conclusions include recommendations to foster connections to real-world challenges, to develop training programs for mentors, and to nurture social cohesion, a mostly untapped area. Implementing these recommendations could help grow a critical mass of women in engineering, physics, and computer science careers, a social change worth pursuing.

  5. Robotic applications at the Idaho National Engineering Laboratory

    International Nuclear Information System (INIS)

    Griebenow, B.E.; Marts, D.J.

    1990-01-01

    The Idaho National Engineering Laboratory (INEL) has several programs and projected programs that involve work in hazardous environments. Robotics/remote handling technology is being considered for an active role in these programs. The most appealing aspect of using robotics is in the area of personnel safety. Any task requiring an individual to enter a hazardous or potentially hazardous environment can benefit substantially from robotics by removing the operator from the environment and having him conduct the work remotely. Several INEL programs were evaluated based on their applications for robotics and the results and some conclusions are discussed in this paper. 1 fig

  6. A Mini-Curriculum for Robotics Education.

    Science.gov (United States)

    Jones, Preston K.

    This practicum report documents the development of a four-lesson multimedia program for robotics instruction for fourth and seventh grade students. The commercial film "Robot Revolution" and the videocassette tape "Robotics" were used, along with two author-developed slide/audiotape presentations and 14 overhead transparency foils. Two robots,…

  7. Augmented reality for industrial robot programmers: Workload analysis for task-based, augmented reality-supported robot control

    OpenAIRE

    Stadler, S.; Kain, K.; Giuliani, M.; Mirnig, N.; Stollnberger, G.; Tscheligi, M. ed

    2016-01-01

    Augmented reality (AR) can serve as a tool to provide helpful information in a direct way to industrial robot programmers throughout the teaching process. It seems obvious that AR support eases the programming process and increases the programmer's productivity and programming accuracy. However, additional information can also potentially increase the programmer's perceived workload. To explore the impact of augmented reality on robot teaching, as a first step we have chosen a Sphero robot co...

  8. Mergeable nervous systems for robots.

    Science.gov (United States)

    Mathews, Nithin; Christensen, Anders Lyhne; O'Grady, Rehan; Mondada, Francesco; Dorigo, Marco

    2017-09-12

    Robots have the potential to display a higher degree of lifetime morphological adaptation than natural organisms. By adopting a modular approach, robots with different capabilities, shapes, and sizes could, in theory, construct and reconfigure themselves as required. However, current modular robots have only been able to display a limited range of hardwired behaviors because they rely solely on distributed control. Here, we present robots whose bodies and control systems can merge to form entirely new robots that retain full sensorimotor control. Our control paradigm enables robots to exhibit properties that go beyond those of any existing machine or of any biological organism: the robots we present can merge to form larger bodies with a single centralized controller, split into separate bodies with independent controllers, and self-heal by removing or replacing malfunctioning body parts. This work takes us closer to robots that can autonomously change their size, form and function.Robots that can self-assemble into different morphologies are desired to perform tasks that require different physical capabilities. Mathews et al. design robots whose bodies and control systems can merge and split to form new robots that retain full sensorimotor control and act as a single entity.

  9. Deployment of Remotely-Accessible Robotics Laboratory

    Directory of Open Access Journals (Sweden)

    Richard Balogh

    2012-03-01

    Full Text Available Robotnacka is an autonomous drawing mobile robot, designed for eaching beginners in the Logo programming language. It can also be used as an experimental platform, in our case in a remotely accessible robotic laboratory with the possibility to control the robots via the Internet. In addition to a basic version of the robot a version equipped with a gripper is available too, one with a wireless camera, and one with additional ultrasonic distance sensors. The laboratory is available on-line permanently and provides a simple way to incorporate robotics in teaching mathematics, programming and other subjects. The laboratory has been in use several years. We provide description of its functionality and summarize our experience.

  10. Experimental determination of dynamic parameters of an industrial robot

    Science.gov (United States)

    Banas, W.; Cwikła, G.; Foit, K.; Gwiazda, A.; Monica, Z.; Sekala, A.

    2017-08-01

    In an industry increasingly used are industrial robots. Commonly used are two basic methods of programming, on-line programming and off-line programming. In both cases, the programming consists in getting to the selected points record this position, and set the order of movement of the robot, and the introduction of logical tests. Such a program is easy to write, and it is suitable for most industrial applications. Especially when the process is known, respectively slow and unchanging. In this case, the program is being prepared for a universal model of the robot with the appropriate geometry and are checked only collisions. Is not taken into account the dynamics of the robot and how it will really behave while in motion. For this reason, the robot programmed to be tested at a reduced speed, which is raised gradually to the final value. Depending on the complexity of the move and the proximity of the elements it takes a lot of time. It is easy to notice that the robot at different speeds have different trajectories and behaves differently.

  11. Building a Better Robot

    Science.gov (United States)

    Navah, Jan

    2012-01-01

    Kids love to build robots, letting their imaginations run wild with thoughts of what they might look like and what they could be programmed to do. Yet when students use cereal boxes and found objects to make robots, often the projects look too similar and tend to fall apart. This alternative allows students to "build" robots in a different way,…

  12. Improvement of the operation of wheels mobile robot TRASMAR2; Mejora del funcionamiento del robot movil de ruedas TRASMAR2

    Energy Technology Data Exchange (ETDEWEB)

    Guerra C, D. A.; Tovar M, R. [Instituto Tecnologico de San Luis Potosi, Av. Tecnologico s/n, Col. UPA Soledad de Graciano Sanchez, 78437 San Luis Potosi (Mexico); Gonzalez M, J. L.; Segovia de los Rios, A., E-mail: deniwar@gmail.com [ININ, Carretera Mexico-Toluca s/n, 52750 Ocoyoacac, Estado de Mexico (Mexico)

    2013-10-15

    In the Instituto Nacional de Investigaciones Nucleares (ININ), personnel have been working in the development of wheels mobile robots for the surveillance and supervision of contaminated areas, and for the radioactive material transport. One of these achievements is the wheels mobile robot denominated TRASMAR2, which is sought that works in the tele operated form using net technologies, in particular, using a Web page by means of the client-servant technology. For this, diverse circuits and control programs have been development with the purpose that the robot carries out the movements that are required, being considered the use of sensors to avoid collisions. The different programs have been implemented in different micro controllers, and although the robot was working, is necessary to optimize and to concentrate these programs on a single micro controller. In this work are presented the analysis of the previously implemented programs, as the realized changes, including new programs required to improve the robot operation. As complement, was development and implemented an alternative proposal of the robot's tele operation by means of a Web page using Lab view, which is described in the work. With this proposal tele operate the robot was achieved, although its application is evaluating due to the resources that is consumes. (author)

  13. RHOBOT: Radiation hardened robotics

    Energy Technology Data Exchange (ETDEWEB)

    Bennett, P.C.; Posey, L.D. [Sandia National Labs., Albuquerque, NM (United States)

    1997-10-01

    A survey of robotic applications in radioactive environments has been conducted, and analysis of robotic system components and their response to the varying types and strengths of radiation has been completed. Two specific robotic systems for accident recovery and nuclear fuel movement have been analyzed in detail for radiation hardness. Finally, a general design approach for radiation-hardened robotics systems has been developed and is presented. This report completes this project which was funded under the Laboratory Directed Research and Development program.

  14. RHOBOT: Radiation hardened robotics

    International Nuclear Information System (INIS)

    Bennett, P.C.; Posey, L.D.

    1997-10-01

    A survey of robotic applications in radioactive environments has been conducted, and analysis of robotic system components and their response to the varying types and strengths of radiation has been completed. Two specific robotic systems for accident recovery and nuclear fuel movement have been analyzed in detail for radiation hardness. Finally, a general design approach for radiation-hardened robotics systems has been developed and is presented. This report completes this project which was funded under the Laboratory Directed Research and Development program

  15. Robotics to enable older adults to remain living at home.

    Science.gov (United States)

    Pearce, Alan J; Adair, Brooke; Miller, Kimberly; Ozanne, Elizabeth; Said, Catherine; Santamaria, Nick; Morris, Meg E

    2012-01-01

    Given the rapidly ageing population, interest is growing in robots to enable older people to remain living at home. We conducted a systematic review and critical evaluation of the scientific literature, from 1990 to the present, on the use of robots in aged care. The key research questions were as follows: (1) what is the range of robotic devices available to enable older people to remain mobile, independent, and safe? and, (2) what is the evidence demonstrating that robotic devices are effective in enabling independent living in community dwelling older people? Following database searches for relevant literature an initial yield of 161 articles was obtained. Titles and abstracts of articles were then reviewed by 2 independent people to determine suitability for inclusion. Forty-two articles met the criteria for question 1. Of these, 4 articles met the criteria for question 2. Results showed that robotics is currently available to assist older healthy people and people with disabilities to remain independent and to monitor their safety and social connectedness. Most studies were conducted in laboratories and hospital clinics. Currently limited evidence demonstrates that robots can be used to enable people to remain living at home, although this is an emerging smart technology that is rapidly evolving.

  16. Robotics to Enable Older Adults to Remain Living at Home

    Directory of Open Access Journals (Sweden)

    Alan J. Pearce

    2012-01-01

    Full Text Available Given the rapidly ageing population, interest is growing in robots to enable older people to remain living at home. We conducted a systematic review and critical evaluation of the scientific literature, from 1990 to the present, on the use of robots in aged care. The key research questions were as follows: (1 what is the range of robotic devices available to enable older people to remain mobile, independent, and safe? and, (2 what is the evidence demonstrating that robotic devices are effective in enabling independent living in community dwelling older people? Following database searches for relevant literature an initial yield of 161 articles was obtained. Titles and abstracts of articles were then reviewed by 2 independent people to determine suitability for inclusion. Forty-two articles met the criteria for question 1. Of these, 4 articles met the criteria for question 2. Results showed that robotics is currently available to assist older healthy people and people with disabilities to remain independent and to monitor their safety and social connectedness. Most studies were conducted in laboratories and hospital clinics. Currently limited evidence demonstrates that robots can be used to enable people to remain living at home, although this is an emerging smart technology that is rapidly evolving.

  17. The design of robust independence multivariable controller for robot manipulator using inverse dynamics

    International Nuclear Information System (INIS)

    Han, Sung Hyun

    1993-01-01

    This paper proposes a new approach to the design of multivariable control schemes for assembly robot manipulator to achieve accuracy trajectory tracking by joint angles. The proposed control scheme consists of a multivariable feedforward controller and a feedback controller. In this control scheme, the feedback controller is proportional integral-derivative type and is designed to achieve the pole placement. The feedforward controller is the inverse of the linealized model of robot manipulator dynamics. The feedback controller ensures that each joint tracks any reference trajectory. The proposed robot controller scheme has a computationally efficient schemes for either offline gain scheduling or online gain computation to account for variations in the linealized robot dynamic model due to changes in operating point. The simulation results demonstrate that the proposed control schemesperporms remarkably well for parameter uncertainties and load variations. (Author)

  18. Supervisory control for a complex robotic system

    International Nuclear Information System (INIS)

    Miller, D.J.

    1988-01-01

    The Robotic Radiation Survey and Analysis System investigates the use of advanced robotic technology for performing remote radiation surveys on nuclear waste shipping casks. Robotic systems have the potential for reducing personnel exposure to radiation and providing fast reliable throughput at future repository sites. A primary technology issue is the integrated control of distributed specialized hardware through a modular supervisory software system. Automated programming of robot trajectories based upon mathematical models of the cask and robot coupled with sensory feedback enables flexible operation of a commercial gantry robot with the reliability needed to perform autonomous operations in a hazardous environment. Complexity is managed using structured software engineering techniques resulting in the generation of reusable command primitives which contribute to a software parts catalog for a generalized robot programming language

  19. Laboratory experiments in mobile robot navigation

    International Nuclear Information System (INIS)

    Kar, Asim; Pal, Prabir K.

    1997-01-01

    Mobile robots have potential applications in remote surveillance and operation in hazardous areas. To be effective, they must have the ability to navigate on their own to desired locations. Several experimental navigational runs of a mobile robot developed have been conducted. The robot has three wheels of which the front wheel is steered and the hind wheels are driven. The robot is equipped with an ultrasonic range sensor, which is turned around to get range data in all directions. The range data is fed to the input of a neural net, whose output steers the robot towards the goal. The robot is powered by batteries (12V 10Ah). It has an onboard stepper motor controller for driving the wheels and the ultrasonic setup. It also has an onboard computer which runs the navigation program NAV. This program sends the range data and configuration parameters to the operator''s console program OCP, running on a stationary PC, through radio communication on a serial line. Through OCP, an operator can monitor the progress of the robot from a distant control room and intervene if necessary. In this paper the control modules of the mobile robot, its ways of operation and also results of some of the experimental runs recorded are reported. It is seen that the trained net guides the mobile robot through gaps of 1m and above to its destination with about 84% success measured over a small sample of 38 runs

  20. Modelling cooperation of industrial robots as multi-agent systems

    Science.gov (United States)

    Hryniewicz, P.; Banas, W.; Foit, K.; Gwiazda, A.; Sekala, A.

    2017-08-01

    Nowadays, more and more often in a cell is more than one robot, there is also a dual arm robots, because of this cooperation of two robots in the same space becomes more and more important. Programming robotic cell consisting of two or more robots are currently performed separately for each element of the robot and the cell. It is performed only synchronization programs, but no robot movements. In such situations often placed industrial robots so they do not have common space so the robots are operated separately. When industrial robots are a common space this space can occupy only one robot the other one must be outside the common space. It is very difficult to find applications where two robots are in the same workspace. It was tested but one robot did not do of movement when moving the second and waited for permission to move from the second when it sent a permit - stop the move. Such programs are very difficult and require a lot of experience from the programmer and must be tested separately at the beginning and then very slowly under control. Ideally, the operator takes care of exactly one robot during the test and it is very important to take special care.

  1. ROBOT3: a computer program to calculate the in-pile three-dimensional bowing of cylindrical fuel rods (AWBA Development Program)

    International Nuclear Information System (INIS)

    Kovscek, S.E.; Martin, S.E.

    1982-10-01

    ROBOT3 is a FORTRAN computer program which is used in conjunction with the CYGRO5 computer program to calculate the time-dependent inelastic bowing of a fuel rod using an incremental finite element method. The fuel rod is modeled as a viscoelastic beam whose material properties are derived as perturbations of the CYGRO5 axisymmetric model. Fuel rod supports are modeled as displacement, force, or spring-type nodal boundary conditions. The program input is described and a sample problem is given

  2. Robotics Algorithms Provide Nutritional Guidelines

    Science.gov (United States)

    2009-01-01

    On July 5, 1997, a small robot emerged from its lander like an insect from an egg, crawling out onto the rocky surface of Mars. About the size of a child s wagon, NASA s Sojourner robot was the first successful rover mission to the Red Planet. For 83 sols (Martian days, typically about 40 minutes longer than Earth days), Sojourner - largely remote controlled by NASA operators on Earth - transmitted photos and data unlike any previously collected. Sojourner was perhaps the crowning achievement of the NASA Space Telerobotics Program, an Agency initiative designed to push the limits of robotics in space. Telerobotics - devices that merge the autonomy of robotics with the direct human control of teleoperators - was already a part of NASA s efforts; probes like the Viking landers that preceded Sojourner on Mars, for example, were telerobotic applications. The Space Telerobotics Program, a collaboration between Ames Research Center, Johnson Space Center, Jet Propulsion Laboratory (JPL), and multiple universities, focused on developing remote-controlled robotics for three main purposes: on-orbit assembly and servicing, science payload tending, and planetary surface robotics. The overarching goal was to create robots that could be guided to build structures in space, monitor scientific experiments, and, like Sojourner, scout distant planets in advance of human explorers. While telerobotics remains a significant aspect of NASA s efforts, as evidenced by the currently operating Spirit and Opportunity Mars rovers, the Hubble Space Telescope, and many others - the Space Telerobotics Program was dissolved and redistributed within the Agency the same year as Sojourner s success. The program produced a host of remarkable technologies and surprising inspirations, including one that is changing the way people eat

  3. 75 FR 13521 - Centers for Independent Living Program-Training and Technical Assistance

    Science.gov (United States)

    2010-03-22

    ... DEPARTMENT OF EDUCATION Centers for Independent Living Program--Training and Technical Assistance... for Independent Living Program--Training and Technical Assistance (CIL-TA program). The Assistant... appropriated for the CIL program to provide training and technical assistance to CILs, agencies eligible to...

  4. Satisfaction and perceptions of long-term manual wheelchair users with a spinal cord injury upon completion of a locomotor training program with an overground robotic exoskeleton.

    Science.gov (United States)

    Gagnon, Dany H; Vermette, Martin; Duclos, Cyril; Aubertin-Leheudre, Mylène; Ahmed, Sara; Kairy, Dahlia

    2017-12-19

    The main objectives of this study were to quantify clients' satisfaction and perception upon completion of a locomotor training program with an overground robotic exoskeleton. A group of 14 wheelchair users with a spinal cord injury, who finished a 6-8-week locomotor training program with the robotic exoskeleton (18 training sessions), were invited to complete a web-based electronic questionnaire. This questionnaire encompassed 41 statements organized around seven key domains: overall satisfaction related to the training program, satisfaction related to the overground robotic exoskeleton, satisfaction related to the program attributes, perceived learnability, perceived health benefits and risks and perceived motivation to engage in physical activity. Each statement was rated using a visual analogue scale ranging from "0 = totally disagree" to "100 = completely agree". Overall, respondents unanimously considered themselves satisfied with the locomotor training program with the robotic exoskeleton (95.7 ± 0.7%) and provided positive feedback about the robotic exoskeleton itself (82.3 ± 6.9%), the attributes of the locomotor training program (84.5 ± 6.9%) and their ability to learn to perform sit-stand transfers and walk with the robotic exoskeleton (79.6 ± 17%). Respondents perceived some health benefits (67.9 ± 16.7%) and have reported no fear of developing secondary complications or of potential risk for themselves linked to the use of the robotic exoskeleton (16.7 ± 8.2%). At the end of the program, respondents felt motivated to engage in a regular physical activity program (91.3 ± 0.1%). This study provides new insights on satisfaction and perceptions of wheelchair users while also confirming the relevance to continue to improve such technologies, and informing the development of future clinical trials. Implications for Rehabilitation All long-term manual wheelchair users with a spinal cord injury who participated in the

  5. Robotic system for process sampling

    International Nuclear Information System (INIS)

    Dyches, G.M.

    1985-01-01

    A three-axis cartesian geometry robot for process sampling was developed at the Savannah River Laboratory (SRL) and implemented in one of the site radioisotope separations facilities. Use of the robot reduces personnel radiation exposure and contamination potential by routinely handling sample containers under operator control in a low-level radiation area. This robot represents the initial phase of a longer term development program to use robotics for further sample automation. Preliminary design of a second generation robot with additional capabilities is also described. 8 figs

  6. Intuitive Robot Tasks with Augmented Reality and Virtual Obstacles

    OpenAIRE

    Gaschler, Andre;Springer, Maximilian;Rickert, Markus;Knoll, Alois

    2017-01-01

    Today's industrial robots require expert knowledge and are not profitable for small and medium sized enterprises with their small lot sizes. It is our strong belief that more intuitive robot programming in an augmented reality robot work cell can dramatically simplify re-programming and leverage robotics technology in short production cycles. In this paper, we present a novel augmented reality system for defining virtual obstacles, specifying tool positions, and specifying robot tasks. We eva...

  7. Design and Implementation of Fire Extinguisher Robot with Robotic Arm

    Directory of Open Access Journals (Sweden)

    Memon Abdul Waris

    2018-01-01

    Full Text Available Robot is a device, which performs human task or behave like a human-being. It needs expertise skills and complex programming to design. For designing a fire fighter robot, many sensors and motors were used. User firstly send robot to an affected area, to get live image of the field with the help of mobile camera via Wi-Fi using IP camera application to laptop. If any signs of fire shown in image, user direct robot in that particular direction for confirmation. Fire sensor and temperature sensor detects and measures the reading, after confirmation robot sprinkle water on affected field. During extinguish process if any obstacle comes in between the prototype and the affected area the ultrasonic sensor detects the obstacle, in response the robotic arm moves to pick and place that obstacle to another location for clearing the path. Meanwhile if any poisonous gas is present, the gas sensor detects and indicates by making alarm.

  8. Mobility potential of a robotic six-wheeled omnidirectional drive vehicle (ODV) with z-axis and tire inflation control

    Science.gov (United States)

    Witus, Gary

    2000-07-01

    Robot vehicle mobility is the product of the physical configuration, mechatronics (sensors, actuators, and control) and the motion programs for different obstacles, terrain conditions, and maneuver objectives. This paper examines the mobility potential of a robotic 6-by-6 wheeled omni-directional drive vehicle (ODV) with z-axis and tire inflation control. Ad ODV can steer and drive all wheels independently. The direction of motion is independent of the orientation of the body. Z- axis control refers to independent control of the suspension elevation at each wheel. Pneumatic tire inflation control provides the ability to inflate and deflate individual tires. The paper describes motion programs for various discrete obstacles and challenging terrain conditions. The paper illustrates how ODV control, z-axis control and tire inflation control interact to provide high mobility with respect to cornering, maneuvering on slopes, negotiating vertical step and horizontal gap obstacles, and braking/acceleration on soft soil and slick surfaces. The paper derives guidelines for the physical dimensions of the vehicle needed to achieve these capabilities.

  9. Human-Robot Interaction: Does Robotic Guidance Force Affect Gait-Related Brain Dynamics during Robot-Assisted Treadmill Walking?

    Directory of Open Access Journals (Sweden)

    Kristel Knaepen

    Full Text Available In order to determine optimal training parameters for robot-assisted treadmill walking, it is essential to understand how a robotic device interacts with its wearer, and thus, how parameter settings of the device affect locomotor control. The aim of this study was to assess the effect of different levels of guidance force during robot-assisted treadmill walking on cortical activity. Eighteen healthy subjects walked at 2 km.h-1 on a treadmill with and without assistance of the Lokomat robotic gait orthosis. Event-related spectral perturbations and changes in power spectral density were investigated during unassisted treadmill walking as well as during robot-assisted treadmill walking at 30%, 60% and 100% guidance force (with 0% body weight support. Clustering of independent components revealed three clusters of activity in the sensorimotor cortex during treadmill walking and robot-assisted treadmill walking in healthy subjects. These clusters demonstrated gait-related spectral modulations in the mu, beta and low gamma bands over the sensorimotor cortex related to specific phases of the gait cycle. Moreover, mu and beta rhythms were suppressed in the right primary sensory cortex during treadmill walking compared to robot-assisted treadmill walking with 100% guidance force, indicating significantly larger involvement of the sensorimotor area during treadmill walking compared to robot-assisted treadmill walking. Only marginal differences in the spectral power of the mu, beta and low gamma bands could be identified between robot-assisted treadmill walking with different levels of guidance force. From these results it can be concluded that a high level of guidance force (i.e., 100% guidance force and thus a less active participation during locomotion should be avoided during robot-assisted treadmill walking. This will optimize the involvement of the sensorimotor cortex which is known to be crucial for motor learning.

  10. Human-Robot Interaction: Does Robotic Guidance Force Affect Gait-Related Brain Dynamics during Robot-Assisted Treadmill Walking?

    Science.gov (United States)

    Knaepen, Kristel; Mierau, Andreas; Swinnen, Eva; Fernandez Tellez, Helio; Michielsen, Marc; Kerckhofs, Eric; Lefeber, Dirk; Meeusen, Romain

    2015-01-01

    In order to determine optimal training parameters for robot-assisted treadmill walking, it is essential to understand how a robotic device interacts with its wearer, and thus, how parameter settings of the device affect locomotor control. The aim of this study was to assess the effect of different levels of guidance force during robot-assisted treadmill walking on cortical activity. Eighteen healthy subjects walked at 2 km.h-1 on a treadmill with and without assistance of the Lokomat robotic gait orthosis. Event-related spectral perturbations and changes in power spectral density were investigated during unassisted treadmill walking as well as during robot-assisted treadmill walking at 30%, 60% and 100% guidance force (with 0% body weight support). Clustering of independent components revealed three clusters of activity in the sensorimotor cortex during treadmill walking and robot-assisted treadmill walking in healthy subjects. These clusters demonstrated gait-related spectral modulations in the mu, beta and low gamma bands over the sensorimotor cortex related to specific phases of the gait cycle. Moreover, mu and beta rhythms were suppressed in the right primary sensory cortex during treadmill walking compared to robot-assisted treadmill walking with 100% guidance force, indicating significantly larger involvement of the sensorimotor area during treadmill walking compared to robot-assisted treadmill walking. Only marginal differences in the spectral power of the mu, beta and low gamma bands could be identified between robot-assisted treadmill walking with different levels of guidance force. From these results it can be concluded that a high level of guidance force (i.e., 100% guidance force) and thus a less active participation during locomotion should be avoided during robot-assisted treadmill walking. This will optimize the involvement of the sensorimotor cortex which is known to be crucial for motor learning.

  11. Robot modelling; Control and applications with software

    Energy Technology Data Exchange (ETDEWEB)

    Ranky, P G; Ho, C Y

    1985-01-01

    This book provides a ''picture'' of robotics covering both the theoretical aspect of modeling as well as the practical and design aspects of: robot programming; robot tooling and automated hand changing; implementation planning; testing; and software design for robot systems. The authors present an introduction to robotics with a systems approach. They describe not only the tasks relating to a single robot (or arm) but also systems of robots working together on a product or several products.

  12. Procedure for definition of end-effector orientation in planar surfaces robot applications

    Directory of Open Access Journals (Sweden)

    Vidaković Jelena Z.

    2017-01-01

    Full Text Available Design of user-friendly and at the same time powerful robot programming methods is the subject of significant efforts undertaken by the international robotics community. For the purpose of facilitating robot programming, with regard to the most common present-day applications in industry, it would be useful to develop programming procedures for frequently used manipulator tasks which could be easily implemented and used as ready-made application software. Important class of industrial robot applications involves end-effector trajectories in planar surfaces. Development of robot programming language procedure intended for determination of object plane normal with respect to frame of interest, as well as programming of end-effector orientation is presented in this paper. This procedure can be used as integral part of task oriented robot programing applications as well as a procedure for explicit programming languages, and it is illustrated in practical example with the robot Lola 15.

  13. Multi-robots to micro-surgery: Selected robotic applications at Sandia National Laboratories

    Energy Technology Data Exchange (ETDEWEB)

    Bennett, P.C. [Sandia National Labs., Albuquerque, NM (United States). Intelligent Systems and Robotics Center

    1996-11-01

    The Intelligent Systems and Robotics Center (ISRC) at Sandia National Laboratories is a multi-program organization, pursuing research, development and applications in a wide range of field. Activities range from large-scale applications such as nuclear facility dismantlement for the US Department of Energy (DOE), to aircraft inspection and refurbishment, to automated script and program generation for robotic manufacturing and assembly, to miniature robotic devices and sensors for remote sensing and micro-surgery. This paper describes six activities in the large and small scale that are underway and either nearing technology transfer stage or seeking industrial partners to continue application development. The topics of the applications include multiple arm coordination for intuitively maneuvering large, ungainly work pieces; simulation, analysis and graphical training capability for CP-5 research reactor dismantlement; miniature robots with volumes of 16 cubic centimeters and less developed for inspection and sensor deployment; and biomedical sensors to enhance automated prosthetic device production and fill laparoscopic surgery information gap.

  14. An experimental program on advanced robotics

    International Nuclear Information System (INIS)

    Yuan, J.S.C.; Stovman, J.; MacDonald, R.; Norgate, G.

    1987-01-01

    Remote handling in hostile environments, including space, nuclear facilities, and mines, requires hybrid systems which permit close cooperation between state of the art teleoperation and advanced robotics. Teleoperation using hand controller commands and television feedback can be enhanced by providing force-feel feedback and simulation graphics enhancement of the display. By integrating robotics features such as computer vision and force/tactile feedback with advanced local control systems, the overall effectiveness of the system can be improved and the operator workload reduced. This has been demonstrated in the laboratory. Applications such as a grappling drifting satellite or transferring material at sea are envisaged

  15. Robotics for mixed waste operations, demonstration description

    International Nuclear Information System (INIS)

    Ward, C.R.

    1993-01-01

    The Department of Energy (DOE) Office of Technology Development (OTD) is developing technology to aid in the cleanup of DOE sites. Included in the OTD program are the Robotics Technology Development Program and the Mixed Waste Integrated Program. These two programs are working together to provide technology for the cleanup of mixed waste, which is waste that has both radioactive and hazardous constituents. There are over 240,000 cubic meters of mixed low level waste accumulated at DOE sites and the cleanup is expected to generate about 900,000 cubic meters of mixed low level waste over the next five years. This waste must be monitored during storage and then treated and disposed of in a cost effective manner acceptable to regulators and the states involved. The Robotics Technology Development Program is developing robotics technology to make these tasks safer, better, faster and cheaper through the Mixed Waste Operations team. This technology will also apply to treatment of transuranic waste. The demonstration at the Savannah River Site on November 2-4, 1993, showed the progress of this technology by DOE, universities and industry over the previous year. Robotics technology for the handling, characterization and treatment of mixed waste as well robotics technology for monitoring of stored waste was demonstrated. It was shown that robotics technology can make future waste storage and waste treatment facilities better, faster, safer and cheaper

  16. Robotics in space-age manufacturing

    Science.gov (United States)

    Jones, Chip

    1991-01-01

    Robotics technologies are developed to improve manufacturing of space hardware. The following applications of robotics are covered: (1) welding for the space shuttle and space station Freedom programs; (2) manipulation of high-pressure water for shuttle solid rocket booster refurbishment; (3) automating the application of insulation materials; (4) precision application of sealants; and (5) automation of inspection procedures. Commercial robots are used for these development programs, but they are teamed with advanced sensors, process controls, and computer simulation to form highly productive manufacturing systems. Many of the technologies are also being actively pursued in private sector manufacturing operations.

  17. Near-Optimal Tracking Control of Mobile Robots Via Receding-Horizon Dual Heuristic Programming.

    Science.gov (United States)

    Lian, Chuanqiang; Xu, Xin; Chen, Hong; He, Haibo

    2016-11-01

    Trajectory tracking control of wheeled mobile robots (WMRs) has been an important research topic in control theory and robotics. Although various tracking control methods with stability have been developed for WMRs, it is still difficult to design optimal or near-optimal tracking controller under uncertainties and disturbances. In this paper, a near-optimal tracking control method is presented for WMRs based on receding-horizon dual heuristic programming (RHDHP). In the proposed method, a backstepping kinematic controller is designed to generate desired velocity profiles and the receding horizon strategy is used to decompose the infinite-horizon optimal control problem into a series of finite-horizon optimal control problems. In each horizon, a closed-loop tracking control policy is successively updated using a class of approximate dynamic programming algorithms called finite-horizon dual heuristic programming (DHP). The convergence property of the proposed method is analyzed and it is shown that the tracking control system based on RHDHP is asymptotically stable by using the Lyapunov approach. Simulation results on three tracking control problems demonstrate that the proposed method has improved control performance when compared with conventional model predictive control (MPC) and DHP. It is also illustrated that the proposed method has lower computational burden than conventional MPC, which is very beneficial for real-time tracking control.

  18. Case Study Analyses of the Impact of Flipped Learning in Teaching Programming Robots

    Directory of Open Access Journals (Sweden)

    Majlinda Fetaji

    2016-11-01

    Full Text Available The focus of the research study was to investigate and find out the benefits of the flipped learning pedagogy on the student learning in teaching programming Robotics classes. Also, the assessment of whether it has any advantages over the traditional teaching methods in computer sciences. Assessment of learners on their attitudes, motivation, and effectiveness when using flipped classroom compared with traditional classroom has been realized. The research questions investigated are: “What kind of problems can we face when we have robotics classes in the traditional methods?”, “If we applied flipped learning method, can we solve these problems?”. In order to analyze all this, a case study experiment was realized and insights as well as recommendations are presented.

  19. Discrete Globalised Dual Heuristic Dynamic Programming in Control of the Two-Wheeled Mobile Robot

    OpenAIRE

    Marcin Szuster; Zenon Hendzel

    2014-01-01

    Network-based control systems have been emerging technologies in the control of nonlinear systems over the past few years. This paper focuses on the implementation of the approximate dynamic programming algorithm in the network-based tracking control system of the two-wheeled mobile robot, Pioneer 2-DX. The proposed discrete tracking control system consists of the globalised dual heuristic dynamic programming algorithm, the PD controller, the supervisory term, and an additional control signal...

  20. Discrete Globalised Dual Heuristic Dynamic Programming in Control of the Two-Wheeled Mobile Robot

    Directory of Open Access Journals (Sweden)

    Marcin Szuster

    2014-01-01

    Full Text Available Network-based control systems have been emerging technologies in the control of nonlinear systems over the past few years. This paper focuses on the implementation of the approximate dynamic programming algorithm in the network-based tracking control system of the two-wheeled mobile robot, Pioneer 2-DX. The proposed discrete tracking control system consists of the globalised dual heuristic dynamic programming algorithm, the PD controller, the supervisory term, and an additional control signal. The structure of the supervisory term derives from the stability analysis realised using the Lyapunov stability theorem. The globalised dual heuristic dynamic programming algorithm consists of two structures: the actor and the critic, realised in a form of neural networks. The actor generates the suboptimal control law, while the critic evaluates the realised control strategy by approximation of value function from the Bellman’s equation. The presented discrete tracking control system works online, the neural networks’ weights adaptation process is realised in every iteration step, and the neural networks preliminary learning procedure is not required. The performance of the proposed control system was verified by a series of computer simulations and experiments realised using the wheeled mobile robot Pioneer 2-DX.

  1. Simulation of Robot Kinematics Using Interactive Computer Graphics.

    Science.gov (United States)

    Leu, M. C.; Mahajan, R.

    1984-01-01

    Development of a robot simulation program based on geometric transformation softwares available in most computer graphics systems and program features are described. The program can be extended to simulate robots coordinating with external devices (such as tools, fixtures, conveyors) using geometric transformations to describe the…

  2. Special Issue on Intelligent Robots

    Directory of Open Access Journals (Sweden)

    Genci Capi

    2013-08-01

    Full Text Available The research on intelligent robots will produce robots that are able to operate in everyday life environments, to adapt their program according to environment changes, and to cooperate with other team members and humans. Operating in human environments, robots need to process, in real time, a large amount of sensory data—such as vision, laser, microphone—in order to determine the best action. Intelligent algorithms have been successfully applied to link complex sensory data to robot action. This editorial briefly summarizes recent findings in the field of intelligent robots as described in the articles published in this special issue.

  3. Towards Simulation of Custom Industrial Robots

    OpenAIRE

    Marcu, Cosmin; Robotin, Radu

    2008-01-01

    In order to create a simulator for custom industrial robots, it is very important to know the forward and inverse kinematics equations of the robot structure, the controller output data and the limitations of the robot mechanical components. In this paper we presented the steps for building a simulation program for a custom industrial robot. The first step was the robot modeling where we obtained the forward and inverse kinematics equations used as motion laws both for the simulated and for t...

  4. Predicting efficacy of robot-aided rehabilitation in chronic stroke patients using an MRI-compatible robotic device.

    Science.gov (United States)

    Sergi, Fabrizio; Krebs, Hermano Igo; Groissier, Benjamin; Rykman, Avrielle; Guglielmelli, Eugenio; Volpe, Bruce T; Schaechter, Judith D

    2011-01-01

    We are investigating the neural correlates of motor recovery promoted by robot-mediated therapy in chronic stroke. This pilot study asked whether efficacy of robot-aided motor rehabilitation in chronic stroke could be predicted by a change in functional connectivity within the sensorimotor network in response to a bout of motor rehabilitation. To address this question, two stroke patients participated in a functional connectivity MRI study pre and post a 12-week robot-aided motor rehabilitation program. Functional connectivity was evaluated during three consecutive scans before the rehabilitation program: resting-state; point-to-point reaching movements executed by the paretic upper extremity (UE) using a newly developed MRI-compatible sensorized passive manipulandum; resting-state. A single resting-state scan was conducted after the rehabilitation program. Before the program, UE movement reduced functional connectivity between the ipsilesional and contralesional primary motor cortex. Reduced interhemispheric functional connectivity persisted during the second resting-state scan relative to the first and during the resting-state scan after the rehabilitation program. Greater reduction in interhemispheric functional connectivity during the resting-state was associated with greater gains in UE motor function induced by the 12-week robotic therapy program. These findings suggest that greater reduction in interhemispheric functional connectivity in response to a bout of motor rehabilitation may predict greater efficacy of the full rehabilitation program.

  5. Dynamic modelling, identification and simulation of industrial robots – for off-line programming of robotised laser welding –

    NARCIS (Netherlands)

    Waiboer, R.R.

    2007-01-01

    Robotised laser welding is an innovative joining technique which is increasingly finding applications, especially in the automotive industry. In order to reduce the time needed to prepare and programthe laser welding robot, off-line programming systems are used. The off-line programming systems

  6. Towards Real-Time Distributed Planning in Multi-Robot Systems

    KAUST Repository

    Abdelkader, Mohamed

    2018-04-01

    Recently, there has been an increasing interest in robotics related to multi-robot applications. Such systems can be involved in several tasks such as collaborative search and rescue, aerial transportation, surveillance, and monitoring, to name a few. There are two possible architectures for the autonomous control of multi-robot systems. In the centralized architecture, a master controller communicates with all the robots to collect information. It uses this information to make decisions for the entire system and then sends commands to each robot. In contrast, in the distributed architecture, each robot makes its own decision independent from a central authority. While distributed architecture is a more portable solution, it comes at the expense of extensive information exchange (communication). The extensive communication between robots can result in decision delays because of which distributed architecture is often impractical for systems with strict real-time constraints, e.g. when decisions have to be taken in the order of milliseconds. In this thesis, we propose a distributed framework that strikes a balance between limited communicated information and reasonable system-wide performance while running in real-time. We implement the proposed approach in a game setting of two competing teams of drones, defenders and attackers. Defending drones execute a proposed linear program algorithm (using only onboard computing modules) to obstruct attackers from infiltrating a defense zone while having minimal local message passing. Another main contribution is that we developed a realistic simulation environment as well as lab and outdoor hardware setups of customized drones for testing the system in realistic scenarios. Our software is completely open-source and fully integrated with the well-known Robot Operating System (ROS) in hopes to make our work easily reproducible and for rapid future improvements.

  7. Experiences in Developing an Experimental Robotics Course Program for Undergraduate Education

    Science.gov (United States)

    Jung, Seul

    2013-01-01

    An interdisciplinary undergraduate-level robotics course offers students the chance to integrate their engineering knowledge learned throughout their college years by building a robotic system. Robotics is thus a core course in system and control-related engineering education. This paper summarizes the experience of developing robotics courses…

  8. Building an open-source robotic stereotaxic instrument.

    Science.gov (United States)

    Coffey, Kevin R; Barker, David J; Ma, Sisi; West, Mark O

    2013-10-29

    This protocol includes the designs and software necessary to upgrade an existing stereotaxic instrument to a robotic (CNC) stereotaxic instrument for around $1,000 (excluding a drill), using industry standard stepper motors and CNC controlling software. Each axis has variable speed control and may be operated simultaneously or independently. The robot's flexibility and open coding system (g-code) make it capable of performing custom tasks that are not supported by commercial systems. Its applications include, but are not limited to, drilling holes, sharp edge craniotomies, skull thinning, and lowering electrodes or cannula. In order to expedite the writing of g-coding for simple surgeries, we have developed custom scripts that allow individuals to design a surgery with no knowledge of programming. However, for users to get the most out of the motorized stereotax, it would be beneficial to be knowledgeable in mathematical programming and G-Coding (simple programming for CNC machining). The recommended drill speed is greater than 40,000 rpm. The stepper motor resolution is 1.8°/Step, geared to 0.346°/Step. A standard stereotax has a resolution of 2.88 μm/step. The maximum recommended cutting speed is 500 μm/sec. The maximum recommended jogging speed is 3,500 μm/sec. The maximum recommended drill bit size is HP 2.

  9. Towards Plug-n-Play robot guidance: Advanced 3D estimation and pose estimation in Robotic applications

    DEFF Research Database (Denmark)

    Sølund, Thomas

    and move objects, which are physical located at the same positions. In order to place objects in the same position each time, custom-made mechanical fixtures and aligners are constructed to ensure that objects are not moving. It is expensive to design and build these fixtures and it is difficult to quickly...... change to a novel task. In some cases where objects are placed in bins and boxes it is not possible to position the objects in the same location each time. To avoid designing expensive mechanical solutions and to be able to pick objects from boxes and bins, a sensor is necessary to guide the robot. Today...... while the robot motion programming is easily handled with the new collaborative robots. This thesis deals with robot vision technologies and how these are made easier for production workers program in order to get robots to recognize and compute the position of objects in the industry. This thesis...

  10. Full autonomous microline trace robot

    Science.gov (United States)

    Yi, Deer; Lu, Si; Yan, Yingbai; Jin, Guofan

    2000-10-01

    Optoelectric inspection may find applications in robotic system. In micro robotic system, smaller optoelectric inspection system is preferred. However, as miniaturizing the size of the robot, the number of the optoelectric detector becomes lack. And lack of the information makes the micro robot difficult to acquire its status. In our lab, a micro line trace robot has been designed, which autonomous acts based on its optoelectric detection. It has been programmed to follow a black line printed on the white colored ground. Besides the optoelectric inspection, logical algorithm in the microprocessor is also important. In this paper, we propose a simply logical algorithm to realize robot's intelligence. The robot's intelligence is based on a AT89C2051 microcontroller which controls its movement. The technical details of the micro robot are as follow: dimension: 30mm*25mm*35*mm; velocity: 60mm/s.

  11. The Effectiveness of Simulated Robots for Supporting the Learning of Introductory Programming: A Multi-Case Case Study

    Science.gov (United States)

    Major, Louis; Kyriacou, Theocharis; Brereton, Pearl

    2014-01-01

    This work investigates the effectiveness of simulated robots as tools to support the learning of programming. After the completion of a systematic review and exploratory research, a multi-case case study was undertaken. A simulator, named Kebot, was developed and used to run four 10-hour programming workshops. Twenty-three student participants…

  12. ASI's space automation and robotics programs: The second step

    Science.gov (United States)

    Dipippo, Simonetta

    1994-01-01

    The strategic decisions taken by ASI in the last few years in building up the overall A&R program, represent the technological drivers for other applications (i.e., internal automation of the Columbus Orbital Facility in the ESA Manned Space program, applications to mobile robots both in space and non-space environments, etc...). In this context, the main area of application now emerging is the scientific missions domain. Due to the broad range of applications of the developed technologies, both in the in-orbit servicing and maintenance of space structures and scientific missions, ASI foresaw the need to have a common technological development path, mainly focusing on: (1) control; (2) manipulation; (3) on-board computing; (4) sensors; and (5) teleoperation. Before entering into new applications in the scientific missions field, a brief overview of the status of the SPIDER related projects is given, underlining also the possible new applications for the LEO/GEO space structures.

  13. Second AIAA/NASA USAF Symposium on Automation, Robotics and Advanced Computing for the National Space Program

    Science.gov (United States)

    Myers, Dale

    1987-01-01

    An introduction is given to NASA goals in the development of automation (expert systems) and robotics technologies in the Space Station program. Artificial intelligence (AI) has been identified as a means to lowering ground support costs. Telerobotics will enhance space assembly, servicing and repair capabilities, and will be used for an estimated half of the necessary EVA tasks. The general principles guiding NASA in the design, development, ground-testing, interactions with industry and construction of the Space Station component systems are summarized. The telerobotics program has progressed to a point where a telerobot servicer is a firm component of the first Space Station element launch, to support assembly, maintenance and servicing of the Station. The University of Wisconsin has been selected for the establishment of a Center for the Commercial Development of Space, specializing in space automation and robotics.

  14. A New Conflict Resolution Method for Multiple Mobile Robots in Cluttered Environments With Motion-Liveness.

    Science.gov (United States)

    Shahriari, Mohammadali; Biglarbegian, Mohammad

    2018-01-01

    This paper presents a new conflict resolution methodology for multiple mobile robots while ensuring their motion-liveness, especially for cluttered and dynamic environments. Our method constructs a mathematical formulation in a form of an optimization problem by minimizing the overall travel times of the robots subject to resolving all the conflicts in their motion. This optimization problem can be easily solved through coordinating only the robots' speeds. To overcome the computational cost in executing the algorithm for very cluttered environments, we develop an innovative method through clustering the environment into independent subproblems that can be solved using parallel programming techniques. We demonstrate the scalability of our approach through performing extensive simulations. Simulation results showed that our proposed method is capable of resolving the conflicts of 100 robots in less than 1.23 s in a cluttered environment that has 4357 intersections in the paths of the robots. We also developed an experimental testbed and demonstrated that our approach can be implemented in real time. We finally compared our approach with other existing methods in the literature both quantitatively and qualitatively. This comparison shows while our approach is mathematically sound, it is more computationally efficient, scalable for very large number of robots, and guarantees the live and smooth motion of robots.

  15. Adaptive heterogeneous multi-robot teams

    Energy Technology Data Exchange (ETDEWEB)

    Parker, L.E.

    1998-11-01

    This research addresses the problem of achieving fault tolerant cooperation within small- to medium-sized teams of heterogeneous mobile robots. The author describes a novel behavior-based, fully distributed architecture, called ALLIANCE, that utilizes adaptive action selection to achieve fault tolerant cooperative control in robot missions involving loosely coupled, largely independent tasks. The robots in this architecture possess a variety of high-level functions that they can perform during a mission, and must at all times select an appropriate action based on the requirements of the mission, the activities of other robots, the current environmental conditions, and their own internal states. Since such cooperative teams often work in dynamic and unpredictable environments, the software architecture allows the team members to respond robustly and reliably to unexpected environmental changes and modifications in the robot team that may occur due to mechanical failure, the learning of new skills, or the addition or removal of robots from the team by human intervention. After presenting ALLIANCE, the author describes in detail the experimental results of an implementation of this architecture on a team of physical mobile robots performing a cooperative box pushing demonstration. These experiments illustrate the ability of ALLIANCE to achieve adaptive, fault-tolerant cooperative control amidst dynamic changes in the capabilities of the robot team.

  16. The Maiden Voyage of a Kinematics Robot

    Science.gov (United States)

    Greenwolfe, Matthew L.

    2015-04-01

    In a Montessori preschool classroom, students work independently on tasks that absorb their attention in part because the apparatus are carefully designed to make mistakes directly observable and limit exploration to one aspect or dimension. Control of error inheres in the apparatus itself, so that teacher intervention can be minimal.1 Inspired by this example, I created a robotic kinematics apparatus that also shapes the inquiry experience. Students program the robot by drawing kinematic graphs on a computer and then observe its motion. Exploration is at once limited to constant velocity and constant acceleration motion, yet open to complex multi-segment examples difficult to achieve in the lab in other ways. The robot precisely and reliably produces the motion described by the students' graphs, so that the apparatus itself provides immediate visual feedback about whether their understanding is correct as they are free to explore within the hard-coded limits. In particular, the kinematic robot enables hands-on study of multi-segment constant velocity situations, which lays a far stronger foundation for the study of accelerated motion. When correction is anonymous—just between one group of lab partners and their robot—students using the kinematic robot tend to flow right back to work because they view the correction as an integral part of the inquiry learning process. By contrast, when correction occurs by the teacher and/or in public (e.g., returning a graded assignment or pointing out student misconceptions during class), students all too often treat the event as the endpoint to inquiry. Furthermore, quantitative evidence shows a large gain from pre-test to post-test scores using the Test of Understanding Graphs in Kinematics (TUG-K).

  17. [Robot-assisted pancreatic resection].

    Science.gov (United States)

    Müssle, B; Distler, M; Weitz, J; Welsch, T

    2017-06-01

    Although robot-assisted pancreatic surgery has been considered critically in the past, it is nowadays an established standard technique in some centers, for distal pancreatectomy and pancreatic head resection. Compared with the laparoscopic approach, the use of robot-assisted surgery seems to be advantageous for acquiring the skills for pancreatic, bile duct and vascular anastomoses during pancreatic head resection and total pancreatectomy. On the other hand, the use of the robot is associated with increased costs and only highly effective and professional robotic programs in centers for pancreatic surgery will achieve top surgical and oncological quality, acceptable operation times and a reduction in duration of hospital stay. Moreover, new technologies, such as intraoperative fluorescence guidance and augmented reality will define additional indications for robot-assisted pancreatic surgery.

  18. CANINE: a robotic mine dog

    Science.gov (United States)

    Stancil, Brian A.; Hyams, Jeffrey; Shelley, Jordan; Babu, Kartik; Badino, Hernán.; Bansal, Aayush; Huber, Daniel; Batavia, Parag

    2013-01-01

    Neya Systems, LLC competed in the CANINE program sponsored by the U.S. Army Tank Automotive Research Development and Engineering Center (TARDEC) which culminated in a competition held at Fort Benning as part of the 2012 Robotics Rodeo. As part of this program, we developed a robot with the capability to learn and recognize the appearance of target objects, conduct an area search amid distractor objects and obstacles, and relocate the target object in the same way that Mine dogs and Sentry dogs are used within military contexts for exploration and threat detection. Neya teamed with the Robotics Institute at Carnegie Mellon University to develop vision-based solutions for probabilistic target learning and recognition. In addition, we used a Mission Planning and Management System (MPMS) to orchestrate complex search and retrieval tasks using a general set of modular autonomous services relating to robot mobility, perception and grasping.

  19. The Power of Educational Robotics

    Science.gov (United States)

    Cummings, Timothy

    The purpose of this action research project was to investigate the impact a students' participation in educational robotics has on his or her performance in the STEM subjects. This study attempted to utilize educational robotics as a method for increasing student achievement and engagement in STEM subjects. Over the course of 12 weeks, an after-school robotics program was offered to students. Guided by the standards and principles of VEX IQ, a leading resource in educational robotics, students worked in collaboration on creating a design for their robot, building and testing their robot, and competing in the VEX IQ Crossover Challenge. Student data was gathered through a pre-participation survey, observations from the work they performed in robotics club, their performance in STEM subject classes, and the analysis of their end-of-the-year report card. Results suggest that the students who participate in robotics club experienced a positive impact on their performance in STEM subject classes.

  20. Robotics and Industrial Arts.

    Science.gov (United States)

    Edmison, Glenn A.; And Others

    Robots are becoming increasingly common in American industry. By l990, they will revolutionize the way industry functions, replacing hundreds of workers and doing hot, dirty jobs better and more quickly than the workers could have done them. Robotics should be taught in high school industrial arts programs as a major curriculum component. The…

  1. Finding Optimal Independent Grasp Regions of Parallel Manipulators with Additional Applications for Limbed Robot Mobility

    Data.gov (United States)

    National Aeronautics and Space Administration — For the problem of robotic manipulation, wherein a robotic manipulator interacts with objects or its environment using an end-effector (gripper), there have been...

  2. AAL robotics: state of the field and challenges.

    Science.gov (United States)

    Payr, Sabine; Werner, Franz; Werner, Katharina

    2015-01-01

    The field of "AAL Robotics", combining AAL and robotics as disciplines, has not yet been precisely defined and does not present accepted structures and concepts that would allow to communicate unequivocally its methods, projects, and approaches. The paper presents a method of defining and categorizing AAL robots and presents the resulting classes of robots with regard to the activities they assist. The classification is useful in that it is able to cover the breadth of the field, but a more fine-grained description of functionalities will be needed in further research to establish the potential of robots to assist independent living of older adults.

  3. MPC-Based Path Following Control of an Omnidirectional Mobile Robot with Consideration of Robot Constraints

    Directory of Open Access Journals (Sweden)

    Kiattisin Kanjanawanishkul

    2015-01-01

    Full Text Available In this paper, the path following problem of an omnidirectional mobile robot (OMR has been studied. Unlike nonholonomic mobile robots, translational and rotational movements of OMRs can be controlled simultaneously and independently. However the constraints of translational and rotational velocities are coupled through the OMR's orientation angle. Therefore, a combination of a virtual-vehicle concept and a model predictive control (MPC strategy is proposed in this work to handle both robot constraints and the path following problem. Our proposed control scheme allows the OMR to follow the reference path successfully and safely, as illustrated in simulation experiments. The forward velocity is close to the desired one and the desired orientation angle is achieved at a given point on the path, while the robot's wheel velocities are maintained within boundaries.

  4. Improvement of the operation of wheels mobile robot TRASMAR2

    International Nuclear Information System (INIS)

    Guerra C, D. A.; Tovar M, R.; Gonzalez M, J. L.; Segovia de los Rios, A.

    2013-10-01

    In the Instituto Nacional de Investigaciones Nucleares (ININ), personnel have been working in the development of wheels mobile robots for the surveillance and supervision of contaminated areas, and for the radioactive material transport. One of these achievements is the wheels mobile robot denominated TRASMAR2, which is sought that works in the tele operated form using net technologies, in particular, using a Web page by means of the client-servant technology. For this, diverse circuits and control programs have been development with the purpose that the robot carries out the movements that are required, being considered the use of sensors to avoid collisions. The different programs have been implemented in different micro controllers, and although the robot was working, is necessary to optimize and to concentrate these programs on a single micro controller. In this work are presented the analysis of the previously implemented programs, as the realized changes, including new programs required to improve the robot operation. As complement, was development and implemented an alternative proposal of the robot's tele operation by means of a Web page using Lab view, which is described in the work. With this proposal tele operate the robot was achieved, although its application is evaluating due to the resources that is consumes. (author)

  5. Characterization Of Robot Work Cell

    Science.gov (United States)

    Anderson, Ronald R.; Paternoster, Vincent Y.; Guthmiller, Wayne A.

    1990-01-01

    Iterative process of measurement and computation used to characterize work cell of robot, increasing accuracy of mathematical model of work cell. Characterization needed because model used in off-line programming (OLP) to compute paths to control motion of robot. Increases accuracies of model and paths.

  6. Robots Are Taking Over--Who Does What.

    Science.gov (United States)

    Garrison, H. Don

    Robots are machines designed to replace human labor. A fear of vast unemployment due to robots seems unfounded, however, since industrialization creates many more jobs and automation requires technologists to build, program, maintain, and operate sophisticated equipment. Robots possess an intelligence unit, a manipulator, and an end effector.…

  7. Teleautonomous Control on Rescue Robot Prototype

    Directory of Open Access Journals (Sweden)

    Son Kuswadi

    2012-12-01

    Full Text Available Robot application in disaster area can help responder team to save victims. In order to finish task, robot must have flexible movement mechanism so it can pass through uncluttered area. Passive linkage can be used on robot chassis so it can give robot flexibility. On physical experiments, robot is succeeded to move through gravels and 5 cm obstacle. Rescue robot also has specialized control needs. Robot must able to be controlled remotely. It also must have ability to move autonomously. Teleautonomous control method is combination between those methods. It can be concluded from experiments that on teleoperation mode, operator must get used to see environment through robot’s camera. While on autonomous mode, robot is succeeded to avoid obstacle and search target based on sensor reading and controller program. On teleautonomous mode, robot can change control mode by using bluetooth communication for data transfer, so robot control will be more flexible.

  8. Feasibility and acceptance of a robotic surgery ergonomic training program.

    Science.gov (United States)

    Franasiak, Jason; Craven, Renatta; Mosaly, Prithima; Gehrig, Paola A

    2014-01-01

    Assessment of ergonomic strain during robotic surgery indicates there is a need for intervention. However, limited data exist detailing the feasibility and acceptance of ergonomic training (ET) for robotic surgeons. This prospective, observational pilot study evaluates the implementation of an evidence-based ET module. A two-part survey was conducted. The first survey assessed robotic strain using the Nordic Musculoskeletal Questionnaire (NMQ). Participants were given the option to participate in either an online or an in-person ET session. The ET was derived from Occupational Safety and Health Administration guidelines and developed by a human factors engineer experienced with health care ergonomics. After ET, a follow-up survey including the NMQ and an assessment of the ET were completed. The survey was sent to 67 robotic surgeons. Forty-two (62.7%) responded, including 18 residents, 8 fellows, and 16 attending physicians. Forty-five percent experienced strain resulting from performing robotic surgery and 26.3% reported persistent strain. Only 16.6% of surgeons reported prior ET in robotic surgery. Thirty-five (78%) surgeons elected to have in-person ET, which was successfully arranged for 32 surgeons (91.4%). Thirty-seven surgeons (88.1%) completed the follow-up survey. All surgeons participating in the in-person ET found it helpful and felt formal ET should be standard, 88% changed their practice as a result of the training, and 74% of those reporting strain noticed a decrease after their ET. Thus, at a high-volume robotics center, evidence-based ET was easily implemented, well-received, changed some surgeons' practice, and decreased self-reported strain related to robotic surgery.

  9. Robotics and nuclear power. Report by the Technology Transfer Robotics Task Team

    International Nuclear Information System (INIS)

    1985-06-01

    A task team was formed at the request of the Department of Energy to evaluate and assess technology development needed for advanced robotics in the nuclear industry. The mission of these technologies is to provide the nuclear industry with the support for the application of advanced robotics to reduce nuclear power generating costs and enhance the safety of the personnel in the industry. The investigation included robotic and teleoperated systems. A robotic system is defined as a reprogrammable, multifunctional manipulator designed to move materials, parts, tools, or specialized devices through variable programmed motions for the performance of a variety of tasks. A teleoperated system includes an operator who remotely controls the system by direct viewing or through a vision system

  10. Advanced robotics for decontamination and dismantlement

    International Nuclear Information System (INIS)

    Hamel, W.R.; Haley, D.C.

    1994-01-01

    The decontamination and dismantlement (D ampersand D) robotics technology application area of the US Department of Energy's Robotics Technology Development Program is explained and described. D ampersand D robotic systems show real promise for the reduction of human exposure to hazards, for improvement of productivity, and for the reduction of secondary waste generation. Current research and development pertaining to automated floor characterization, robotic equipment removal, and special inspection is summarized. Future research directions for these and emerging activities is given

  11. Kinematics, dynamics and control design of 4WIS4WID mobile robots

    Directory of Open Access Journals (Sweden)

    Ming-Han Lee

    2015-01-01

    Full Text Available Kinematic and dynamic modelling and corresponding control design of a four-wheel-independent steering and four-wheel-independent driving (4WIS4WID mobile robot are presented in this study. Different from the differential or car-like mobile robot, the 4WIS4WID mobile robot is controlled by four steering and four driving motors, so the control scheme should possess the ability to integrate and manipulate the four independent wheels. A trajectory tracking control scheme is developed for the 4WIS4WID mobile robot, where both non-linear kinematic control and dynamic sliding-mode control are designed. All of the stabilities of the kinematic and dynamic control laws are proved by Lyapunov stability analysis. Finally, the feasibility and validity of the proposed trajectory tracking control scheme are confirmed through computer simulations.

  12. Robotics at Savannah River

    International Nuclear Information System (INIS)

    Byrd, J.S.

    1983-01-01

    A Robotics Technology Group was organized at the Savannah River Laboratory in August 1982. Many potential applications have been identified that will improve personnel safety, reduce operating costs, and increase productivity using modern robotics and automation. Several active projects are under way to procure robots, to develop unique techniques and systems for the site's processes, and to install the systems in the actual work environments. The projects and development programs are involved in the following general application areas: (1) glove boxes and shielded cell facilities, (2) laboratory chemical processes, (3) fabrication processes for reactor fuel assemblies, (4) sampling processes for separation areas, (5) emergency response in reactor areas, (6) fuel handling in reactor areas, and (7) remote radiation monitoring systems. A Robotics Development Laboratory has been set up for experimental and development work and for demonstration of robotic systems

  13. Robotics Competitions: The Choice Is up to You!

    Science.gov (United States)

    Johnson, Richard T.; Londt, Susan E.

    2010-01-01

    Competitive robotics as an interactive experience can increase the level of student participation in technology education, inspire students to consider careers in technical fields, and enhance the visibility of technology education programs. Implemented correctly, a competitive robotics program can provide a stimulating learning environment for…

  14. Regolith Advanced Surface Systems Operations Robot (RASSOR) Phase 2 and Smart Autonomous Sand-Swimming Excavator

    Science.gov (United States)

    Sandy, Michael

    2015-01-01

    The Regolith Advanced Surface Systems Operations Robot (RASSOR) Phase 2 is an excavation robot for mining regolith on a planet like Mars. The robot is programmed using the Robotic Operating System (ROS) and it also uses a physical simulation program called Gazebo. This internship focused on various functions of the program in order to make it a more professional and efficient robot. During the internship another project called the Smart Autonomous Sand-Swimming Excavator was worked on. This is a robot that is designed to dig through sand and extract sample material. The intern worked on programming the Sand-Swimming robot, and designing the electrical system to power and control the robot.

  15. Robotics Team Lights Up New Year's Eve

    Science.gov (United States)

    LeBlanc, Cheryl

    2011-01-01

    A robotics team from Muncie, Indiana--the PhyXTGears--is made up of high school students from throughout Delaware County. The group formed as part of the FIRST Robotics program (For Inspiration and Recognition of Science and Technology), an international program founded by inventor Dean Kamen in which students work with professional engineers and…

  16. Survey of advanced general-purpose software for robot manipulators

    International Nuclear Information System (INIS)

    Latombe, J.C.

    1983-01-01

    Computer-controlled sensor-based robots will more and more common in industry. This paper attempts to survey the main trends of the development of advanced general-purpose software for robot manipulators. It is intended to make clear that robots are not only mechanical devices. They are truly programmable machines, and their programming, which occurs in an imperfectly modelled world,is somewhat different from conventional computer programming. (orig.)

  17. High level programming for the control of a tele operating mobile robot and with line following

    International Nuclear Information System (INIS)

    Bernal U, E.

    2006-01-01

    The TRASMAR automated vehicle was built with the purpose of transporting radioactive materials, it has a similar kinematic structure to that of a tricycle, in where the front wheel is the one in charge of offering the traction and direction, both rear wheels rotate freely and they are subject to a common axle. The electronic design was carried out being based on a MC68HC811 micro controller of the Motorola company. Of the characteristics that the robot possesses it stands out that it counts with an obstacle perception system through three ultrasonic sensors located in the front part of the vehicle to avoid collisions. The robot has two operation modes, the main mode is the manual, manipulated through a control by infrareds, although it can also move in autonomous way by means of the line pursuit technique using two reflective infrared sensors. As any other electronic system, the mobile robot required of improvements and upgrades. The modifications to be carried out were focused to the control stage. Its were intended as elements of upgrade the incorporation of the MC68HC912B32 micro controller and to replace the assembler language characteristic of this type of systems, by a high level language for micro controllers of this type, in this case the FORTH. In a same way it was implemented inside the program the function of the robot's displacement in an autonomous way by means of the line pursuit technique using control with fuzzy logic. The carried out work is distributed in the following way: In the chapter 1 the robot's characteristics are mentioned, as well as the objectives that thought about to the beginning of the project and the justifications that motivated the realization of this upgrade. In the chapters 2 at 5 are presented in a theoretical way the supports used for the the robot's upgrade, as the used modules of the micro controller, those main characteristics of the FORTH language, the theory of the fuzzy logic and the design of the stage of power that

  18. Robot assistant versus human or another robot assistant in patients undergoing laparoscopic cholecystectomy.

    Science.gov (United States)

    Gurusamy, Kurinchi Selvan; Samraj, Kumarakrishnan; Fusai, Giuseppe; Davidson, Brian R

    2012-09-12

    The role of a robotic assistant in laparoscopic cholecystectomy is controversial. While some trials have shown distinct advantages of a robotic assistant over a human assistant others have not, and it is unclear which robotic assistant is best. The aims of this review are to assess the benefits and harms of a robot assistant versus human assistant or versus another robot assistant in laparoscopic cholecystectomy, and to assess whether the robot can substitute the human assistant. We searched the Cochrane Central Register of Controlled Trials (CENTRAL) in The Cochrane Library, MEDLINE, EMBASE, and Science Citation Index Expanded (until February 2012) for identifying the randomised clinical trials. Only randomised clinical trials (irrespective of language, blinding, or publication status) comparing robot assistants versus human assistants in laparoscopic cholecystectomy were considered for the review. Randomised clinical trials comparing different types of robot assistants were also considered for the review. Two authors independently identified the trials for inclusion and independently extracted the data. We calculated the risk ratio (RR) or mean difference (MD) with 95% confidence interval (CI) using the fixed-effect and the random-effects models based on intention-to-treat analysis, when possible, using Review Manager 5. We included six trials with 560 patients. One trial involving 129 patients did not state the number of patients randomised to the two groups. In the remaining five trials 431 patients were randomised, 212 to the robot assistant group and 219 to the human assistant group. All the trials were at high risk of bias. Mortality and morbidity were reported in only one trial with 40 patients. There was no mortality or morbidity in either group. Mortality and morbidity were not reported in the remaining trials. Quality of life or the proportion of patients who were discharged as day-patient laparoscopic cholecystectomy patients were not reported in any

  19. Tactile surface classification for limbed robots using a pressure sensitive robot skin

    International Nuclear Information System (INIS)

    Shill, Jacob J; Collins Jr, Emmanuel G; Coyle, Eric; Clark, Jonathan

    2015-01-01

    This paper describes an approach to terrain identification based on pressure images generated through direct surface contact using a robot skin constructed around a high-resolution pressure sensing array. Terrain signatures for classification are formulated from the magnitude frequency responses of the pressure images. The initial experimental results for statically obtained images show that the approach yields classification accuracies >98%. The methodology is extended to accommodate the dynamic pressure images anticipated when a robot is walking or running. Experiments with a one-legged hopping robot yield similar identification accuracies ≈99%. In addition, the accuracies are independent with respect to changing robot dynamics (i.e., when using different leg gaits). The paper further shows that the high-resolution capabilities of the sensor enables similarly textured surfaces to be distinguished. A correcting filter is developed to accommodate for failures or faults that inevitably occur within the sensing array with continued use. Experimental results show using the correcting filter can extend the effective operational lifespan of a high-resolution sensing array over 6x in the presence of sensor damage. The results presented suggest this methodology can be extended to autonomous field robots, providing a robot with crucial information about the environment that can be used to aid stable and efficient mobility over rough and varying terrains. (paper)

  20. Training in urological robotic surgery. Future perspectives.

    Science.gov (United States)

    El Sherbiny, Ahmed; Eissa, Ahmed; Ghaith, Ahmed; Morini, Elena; Marzotta, Lucilla; Sighinolfi, Maria Chiara; Micali, Salvatore; Bianchi, Giampaolo; Rocco, Bernardo

    2018-01-01

    As robotics are becoming more integrated into the medical field, robotic training is becoming more crucial in order to overcome the lack of experienced robotic surgeons. However, there are several obstacles facing the development of robotic training programs like the high cost of training and the increased operative time during the initial period of the learning curve, which, in turn increase the operative cost. Robotic-assisted laparoscopic prostatectomy is the most commonly performed robotic surgery. Moreover, robotic surgery is becoming more popular among urologic oncologists and pediatric urologists. The need for a standardized and validated robotic training curriculum was growing along with the increased number of urologic centers and institutes adopting the robotic technology. Robotic training includes proctorship, mentorship or fellowship, telementoring, simulators and video training. In this chapter, we are going to discuss the different training methods, how to evaluate robotic skills, the available robotic training curriculum, and the future perspectives.

  1. The OTD Robotics Waste Minimization Program

    International Nuclear Information System (INIS)

    Couture, S.A.

    1992-04-01

    The danger to human health and safety posed by exposure to transuranic (TRU) and Pu contaminated materials necessitates remote processing in confined environments. Currently these operations are carried out in gloveboxes and hot-cells by human operators using lead- lined gloves or teleoperated manipulators. Protective clothing worn by operators during gloved operations has contributed significantly to the waste problems currently facing site remediators. The DOE Environmental Restoration and Waste Management (ER/WM) Program is in the process of developing and demonstrating technologies to assist in the remediation of sites that have accumulated wastes generated using these processes over the past five decades. Recognizing that continued use of existing production, recovery and waste treatment systems will compound the remediation problem, DOE has made a commitment to waste minimization. To reduce waste generation during weapons production and waste processing operations, automated processes are being developed and demonstrated for use in future DOE processing facilities as part of OTD's Robotics Technology Development Program. These technologies are currently being applied to pyrochemical processing systems to demonstrate conversion of plutonium oxide to metal. However, these technologies are expected to have applications in a variety of waste processing systems including those used to treat high-level tank wastes, buried wastes requiring remote processing, mixed wastes, and unknown hazardous materials. In addition to reducing the future waste burden of DOE, automated processes are an effective way to comply with existing and anticipated federal, state, and local regulations related to personal health and safety and the health of the environment

  2. General surgery residents' perception of robot-assisted procedures during surgical training.

    Science.gov (United States)

    Farivar, Behzad S; Flannagan, Molly; Leitman, I Michael

    2015-01-01

    With the continued expansion of robotically assisted procedures, general surgery residents continue to receive more exposure to this new technology as part of their training. There are currently no guidelines or standardized training requirements for robot-assisted procedures during general surgical residency. The aim of this study was to assess the effect of this new technology on general surgery training from the residents' perspective. An anonymous, national, web-based survey was conducted on residents enrolled in general surgery training in 2013. The survey was sent to 240 Accreditation Council for Graduate Medical Education-approved general surgery training programs. Overall, 64% of the responding residents were men and had an average age of 29 years. Half of the responses were from postgraduate year 1 (PGY1) and PGY2 residents, and the remainder was from the PGY3 level and above. Overall, 50% of the responses were from university training programs, 32% from university-affiliated programs, and 18% from community-based programs. More than 96% of residents noted the availability of the surgical robot system at their training institution. Overall, 63% of residents indicated that they had participated in robotic surgical cases. Most responded that they had assisted in 10 or fewer robotic cases with the most frequent activities being assisting with robotic trocar placement and docking and undocking the robot. Only 18% reported experience with operating the robotic console. More senior residents (PGY3 and above) were involved in robotic cases compared with junior residents (78% vs 48%, p robotic case. Approximately 64% of residents reported that formal training in robotic surgery was important in residency training and 46% of residents indicated that robotic-assisted cases interfered with resident learning. Only 11% felt that robotic-assisted cases would replace conventional laparoscopic surgery in the future. This study illustrates that although the most residents

  3. Multiprocessor development for robot control

    International Nuclear Information System (INIS)

    Lee, John Min; Kim, Seung Ho; Kim, Chang Hoi; Kim, Byung Soo; Hwang, Suk Yeong; Lee, Young Bum; Sohn, Suk Won; Kim, Woon Gi

    1990-01-01

    The project of this study is to develop a real time controller applying autonomous robotic systems operated in hostile environment. Developed control system is designed with a multiprocessor to get independency and reliability as well as to extend the system easily. The control system is designed in three distinct subsystems (supervisory control part, functional control part, and remote control part). To review the functional performance of developed controller, a prototype mobile robot, which was installed 4 DOF mainpulator, was designed and manufactured. Initial tests showed that the robot could turn with a radius of 38 cm and a maximum speed of 1.26 km/hr and go over obstacle of 18 cm in height. (author)

  4. If We Build It, We Will Come: Impacts of a Summer Robotics Program on Regular Year Attendance in Middle School. Policy Brief

    Science.gov (United States)

    Mac Iver, Martha Abele; Mac Iver, Douglas J.

    2014-01-01

    Recognizing the importance of both keeping middle school students engaged and improving their math skills, Baltimore City Public Schools (City Schools) developed a summer school STEM program involving not only math and science instruction but also the experience of building a robot and competing with those robots in a city-wide tournament.…

  5. How to Build a Robot: Collaborating to Strengthen STEM Programming in a Citywide System

    Science.gov (United States)

    Groome, Meghan; Rodríguez, Linda M.

    2014-01-01

    You have to stick with it. It takes time, patience, trial and error, failure, and persistence. It is almost never perfect or finished, but, with a good team, you can build something that works. These are the lessons youth learn when building a robot, as many do in the out-of-school time (OST) programs supported by the initiative described in this…

  6. Torque Control of Underactuated Tendon-driven Robotic Fingers

    Science.gov (United States)

    Abdallah, Muhammad E. (Inventor); Ihrke, Chris A. (Inventor); Reiland, Matthew J. (Inventor); Wampler, Charles W. (Inventor); Diftler, Myron A. (Inventor); Platt, Robert (Inventor); Bridgwater, Lyndon (Inventor)

    2013-01-01

    A robotic system includes a robot having a total number of degrees of freedom (DOF) equal to at least n, an underactuated tendon-driven finger driven by n tendons and n DOF, the finger having at least two joints, being characterized by an asymmetrical joint radius in one embodiment. A controller is in communication with the robot, and controls actuation of the tendon-driven finger using force control. Operating the finger with force control on the tendons, rather than position control, eliminates the unconstrained slack-space that would have otherwise existed. The controller may utilize the asymmetrical joint radii to independently command joint torques. A method of controlling the finger includes commanding either independent or parameterized joint torques to the controller to actuate the fingers via force control on the tendons.

  7. Creating and maintaining chemical artificial life by robotic symbiosis

    DEFF Research Database (Denmark)

    Hanczyc, Martin M.; Parrilla, Juan M.; Nicholson, Arwen

    2015-01-01

    We present a robotic platform based on the open source RepRap 3D printer that can print and maintain chemical artificial life in the form of a dynamic, chemical droplet. The robot uses computer vision, a self-organizing map, and a learning program to automatically categorize the behavior of the d......We present a robotic platform based on the open source RepRap 3D printer that can print and maintain chemical artificial life in the form of a dynamic, chemical droplet. The robot uses computer vision, a self-organizing map, and a learning program to automatically categorize the behavior...... confluence of chemical, artificial intelligence, and robotic approaches to artificial life....

  8. Creating and Maintaining Chemical Artificial Life by Robotic Symbiosis

    DEFF Research Database (Denmark)

    Hanczyc, Martin; Parrilla, Juan M.; Nicholson, Arwen

    2015-01-01

    We present a robotic platform based on the open source RepRap 3D printer that can print and maintain chemical artificial life in the form of a dynamic, chemical droplet. The robot uses computer vision, a self-organizing map, and a learning program to automatically categorize the behavior of the d......We present a robotic platform based on the open source RepRap 3D printer that can print and maintain chemical artificial life in the form of a dynamic, chemical droplet. The robot uses computer vision, a self-organizing map, and a learning program to automatically categorize the behavior...... confluence of chemical, artificial intelligence, and robotic approaches to artificial life....

  9. Mindstorms robots and the application of cognitive load theory in introductory programming

    Science.gov (United States)

    Mason, Raina; Cooper, Graham

    2013-12-01

    This paper reports on a series of introductory programming workshops, initially targeting female high school students, which utilised Lego Mindstorms robots. Cognitive load theory (CLT) was applied to the instructional design of the workshops, and a controlled experiment was also conducted investigating aspects of the interface. Results indicated that a truncated interface led to better learning by novice programmers as measured by test performance by participants, as well as enhanced shifts in self-efficacy and lowered perception of difficulty. There was also a transfer effect to another programming environment (Alice). It is argued that the results indicate that for novice programmers, the mere presence on-screen of additional (redundant) entities acts as a form of tacit distraction, thus impeding learning. The utility of CLT to analyse, design and deliver aspects of computer programming environments and instructional materials is discussed.

  10. Future of robotic surgery.

    Science.gov (United States)

    Lendvay, Thomas Sean; Hannaford, Blake; Satava, Richard M

    2013-01-01

    In just over a decade, robotic surgery has penetrated almost every surgical subspecialty and has even replaced some of the most commonly performed open oncologic procedures. The initial reports on patient outcomes yielded mixed results, but as more medical centers develop high-volume robotics programs, outcomes appear comparable if not improved for some applications. There are limitations to the current commercially available system, and new robotic platforms, some designed to compete in the current market and some to address niche surgical considerations, are being developed that will change the robotic landscape in the next decade. Adoption of these new systems will be dependent on overcoming barriers to true telesurgery that range from legal to logistical. As additional surgical disciplines embrace robotics and open surgery continues to be replaced by robotic approaches, it will be imperative that adequate education and training keep pace with technology. Methods to enhance surgical performance in robotics through the use of simulation and telementoring promise to accelerate learning curves and perhaps even improve surgical readiness through brief virtual-reality warm-ups and presurgical rehearsal. All these advances will need to be carefully and rigorously validated through not only patient outcomes, but also cost efficiency.

  11. Robot Control Overview: An Industrial Perspective

    Directory of Open Access Journals (Sweden)

    T. Brogårdh

    2009-07-01

    Full Text Available One key competence for robot manufacturers is robot control, defined as all the technologies needed to control the electromechanical system of an industrial robot. By means of modeling, identification, optimization, and model-based control it is possible to reduce robot cost, increase robot performance, and solve requirements from new automation concepts and new application processes. Model-based control, including kinematics error compensation, optimal servo reference- and feed-forward generation, and servo design, tuning, and scheduling, has meant a breakthrough for the use of robots in industry. Relying on this breakthrough, new automation concepts such as high performance multi robot collaboration and human robot collaboration can be introduced. Robot manufacturers can build robots with more compliant components and mechanical structures without loosing performance and robots can be used also in applications with very high performance requirements, e.g., in assembly, machining, and laser cutting. In the future it is expected that the importance of sensor control will increase, both with respect to sensors in the robot structure to increase the control performance of the robot itself and sensors outside the robot related to the applications and the automation systems. In this connection sensor fusion and learning functionalities will be needed together with the robot control for easy and intuitive installation, programming, and maintenance of industrial robots.

  12. Understanding Human Hand Gestures for Learning Robot Pick-and-Place Tasks

    Directory of Open Access Journals (Sweden)

    Hsien-I Lin

    2015-05-01

    Full Text Available Programming robots by human demonstration is an intuitive approach, especially by gestures. Because robot pick-and-place tasks are widely used in industrial factories, this paper proposes a framework to learn robot pick-and-place tasks by understanding human hand gestures. The proposed framework is composed of the module of gesture recognition and the module of robot behaviour control. For the module of gesture recognition, transport empty (TE, transport loaded (TL, grasp (G, and release (RL from Gilbreth's therbligs are the hand gestures to be recognized. A convolution neural network (CNN is adopted to recognize these gestures from a camera image. To achieve the robust performance, the skin model by a Gaussian mixture model (GMM is used to filter out non-skin colours of an image, and the calibration of position and orientation is applied to obtain the neutral hand pose before the training and testing of the CNN. For the module of robot behaviour control, the corresponding robot motion primitives to TE, TL, G, and RL, respectively, are implemented in the robot. To manage the primitives in the robot system, a behaviour-based programming platform based on the Extensible Agent Behavior Specification Language (XABSL is adopted. Because the XABSL provides the flexibility and re-usability of the robot primitives, the hand motion sequence from the module of gesture recognition can be easily used in the XABSL programming platform to implement the robot pick-and-place tasks. The experimental evaluation of seven subjects performing seven hand gestures showed that the average recognition rate was 95.96%. Moreover, by the XABSL programming platform, the experiment showed the cube-stacking task was easily programmed by human demonstration.

  13. ASBESTOS PIPE-INSULATION REMOVAL ROBOT SYSTEM; FINAL

    International Nuclear Information System (INIS)

    Unknown

    2000-01-01

    This final topical report details the development, experimentation and field-testing activities for a robotic asbestos pipe-insulation removal robot system developed for use within the DOE's weapon complex as part of their ER and WM program, as well as in industrial abatement. The engineering development, regulatory compliance, cost-benefit and field-trial experiences gathered through this program are summarized

  14. Resources for Underwater Robotics Education

    Science.gov (United States)

    Wallace, Michael L.; Freitas, William M.

    2016-01-01

    4-H clubs can build and program underwater robots from raw materials. An annotated resource list for engaging youth in building underwater remotely operated vehicles (ROVs) is provided. This article is a companion piece to the Research in Brief article "Building Teen Futures with Underwater Robotics" in this issue of the "Journal of…

  15. Robotics to Enable Older Adults to Remain Living at Home

    OpenAIRE

    Pearce, Alan J.; Adair, Brooke; Miller, Kimberly; Ozanne, Elizabeth; Said, Catherine; Santamaria, Nick; Morris, Meg E.

    2012-01-01

    Given the rapidly ageing population, interest is growing in robots to enable older people to remain living at home. We conducted a systematic review and critical evaluation of the scientific literature, from 1990 to the present, on the use of robots in aged care. The key research questions were as follows: (1) what is the range of robotic devices available to enable older people to remain mobile, independent, and safe? and, (2) what is the evidence demonstrating that robotic devices are effec...

  16. ANDROID BASED TELEOPERATION FOR THE FINCH ROBOT

    Directory of Open Access Journals (Sweden)

    Oliver Faust

    2016-09-01

    Full Text Available The act of creating a robot involves systems engineering and creative problem solutions. It is about using established components to create a system that works in the natural or at least in the human environment. The current project is no exception, we have used the Robot Operating System (ROS to create an android based teleoperator application for the Finch robot. A Raspberry Pi processing platform establishes the link between the android device and the Finch robot. The most creative task, during the system design, was to translate the commands from the teleoperator application into wheel movements of the Finch robot. The translation must take into account the physical setup of the robot, including unintended negative influences, such as drag. The command translation involved a nonlinear coordinate transformation. The ROS framework enabled us to focus on that nonstandard coordinate translation task by offering a high level of abstraction and the ability to create component functionalities independently.

  17. Robotics for Computer Scientists: What's the Big Idea?

    Science.gov (United States)

    Touretzky, David S.

    2013-01-01

    Modern robots, like today's smartphones, are complex devices with intricate software systems. Introductory robot programming courses must evolve to reflect this reality, by teaching students to make use of the sophisticated tools their robots provide rather than reimplementing basic algorithms. This paper focuses on teaching with Tekkotsu, an open…

  18. A Review of Mobile Robotic Telepresence

    Directory of Open Access Journals (Sweden)

    Annica Kristoffersson

    2013-01-01

    Full Text Available Mobile robotic telepresence (MRP systems incorporate video conferencing equipment onto mobile robot devices which can be steered from remote locations. These systems, which are primarily used in the context of promoting social interaction between people, are becoming increasingly popular within certain application domains such as health care environments, independent living for the elderly, and office environments. In this paper, an overview of the various systems, application areas, and challenges found in the literature concerning mobile robotic telepresence is provided. The survey also proposes a set terminology for the field as there is currently a lack of standard terms for the different concepts related to MRP systems. Further, this paper provides an outlook on the various research directions for developing and enhancing mobile robotic telepresence systems per se, as well as evaluating the interaction in laboratory and field settings. Finally, the survey outlines a number of design implications for the future of mobile robotic telepresence systems for social interaction.

  19. UST-ID robotics: Wireless communication and minimum conductor technology, and end-point tracking technology surveys

    International Nuclear Information System (INIS)

    Holliday, M.A.

    1993-10-01

    This report is a technology review of the current state-of-the-art in two technologies applicable to the Underground Storage Tank (UST) program at the Hanford Nuclear Reservation. The first review is of wireless and minimal conductor technologies for in-tank communications. The second review is of advanced concepts for independent tool-point tracking. This study addresses the need to provide wireless transmission media or minimum conductor technology for in-tank communications and robot control. At present, signals are conducted via contacting transmission media, i.e., cables. Replacing wires with radio frequencies or invisible light are commonplace in the communication industry. This technology will be evaluated for its applicability to the needs of robotics. Some of these options are radio signals, leaky coax, infrared, microwave, and optical fiber systems. Although optical fiber systems are contacting transmission media, they will be considered because of their ability to reduce the number of conductors. In this report we will identify, evaluate, and recommend the requirements for wireless and minimum conductor technology to replace the present cable system. The second section is a technology survey of concepts for independent end-point tracking (tracking the position of robot end effectors). The position of the end effector in current industrial robots is determined by computing that position from joint information, which is basically a problem of locating a point in three-dimensional space. Several approaches are presently being used in industrial robotics, including: stereo-triangulation with a theodolite network and electrocamera system, photogrammetry, and multiple-length measurement with laser interferometry and wires. The techniques that will be evaluated in this survey are advanced applications of the aforementioned approaches. These include laser tracking (3-D and 5-D), ultrasonic tracking, vision-guided servoing, and adaptive robotic visual tracking

  20. A concept of distributed architecture for maintenance robot systems

    International Nuclear Information System (INIS)

    Asama, Hajime

    1990-01-01

    Aiming at development of a robot system for maintenance tasks in nuclear power plants, a concept of distributed architecture for autonomous robot systems is discussed. At first, based on investigation of maintenance tasks, requirements for maintenance robots are introduced, and structures to realize multi-functions are discussed. Then, as a new design strategy of maintenance robot system, an autonomous and decentralized robot systems is proposed, which is composed of multiple robots, computers, and equipments, and concept of ACTRESS (ACTor-based Robots and Equipments Synthetic System) including communication framework between robotic components is designed. Finally, as a model of ACTRESS, a experimental system is developed, which deals with object-pushing tasks by two micromice and an environment modeler with communicating with each other. Both of parallel independent motion and cooperative motion based on communication is reconciled, and the efficiency of the distributed architecture is verified. (author)

  1. Performance Evaluation Methods for Assistive Robotic Technology

    Science.gov (United States)

    Tsui, Katherine M.; Feil-Seifer, David J.; Matarić, Maja J.; Yanco, Holly A.

    Robots have been developed for several assistive technology domains, including intervention for Autism Spectrum Disorders, eldercare, and post-stroke rehabilitation. Assistive robots have also been used to promote independent living through the use of devices such as intelligent wheelchairs, assistive robotic arms, and external limb prostheses. Work in the broad field of assistive robotic technology can be divided into two major research phases: technology development, in which new devices, software, and interfaces are created; and clinical, in which assistive technology is applied to a given end-user population. Moving from technology development towards clinical applications is a significant challenge. Developing performance metrics for assistive robots poses a related set of challenges. In this paper, we survey several areas of assistive robotic technology in order to derive and demonstrate domain-specific means for evaluating the performance of such systems. We also present two case studies of applied performance measures and a discussion regarding the ubiquity of functional performance measures across the sampled domains. Finally, we present guidelines for incorporating human performance metrics into end-user evaluations of assistive robotic technologies.

  2. Status of DoD Robotic Programs

    Science.gov (United States)

    1985-03-01

    planning or adhere to previously planned routes. 0 Control. Controls are micro electronics based which provide means of autonomous action directly...KEY No: I 11 1181 1431 OROJECT Titloi ISMART TERRAIN ANALYSIS FOR ROBOTIC SYSTEMS (STARS) PROJECT Not I I CLASSIFICATION: IUCI TASK Titles IAUTOMATIC

  3. Development of Methodologies, Metrics, and Tools for Investigating Human-Robot Interaction in Space Robotics

    Science.gov (United States)

    Ezer, Neta; Zumbado, Jennifer Rochlis; Sandor, Aniko; Boyer, Jennifer

    2011-01-01

    Human-robot systems are expected to have a central role in future space exploration missions that extend beyond low-earth orbit [1]. As part of a directed research project funded by NASA s Human Research Program (HRP), researchers at the Johnson Space Center have started to use a variety of techniques, including literature reviews, case studies, knowledge capture, field studies, and experiments to understand critical human-robot interaction (HRI) variables for current and future systems. Activities accomplished to date include observations of the International Space Station s Special Purpose Dexterous Manipulator (SPDM), Robonaut, and Space Exploration Vehicle (SEV), as well as interviews with robotics trainers, robot operators, and developers of gesture interfaces. A survey of methods and metrics used in HRI was completed to identify those most applicable to space robotics. These methods and metrics included techniques and tools associated with task performance, the quantification of human-robot interactions and communication, usability, human workload, and situation awareness. The need for more research in areas such as natural interfaces, compensations for loss of signal and poor video quality, psycho-physiological feedback, and common HRI testbeds were identified. The initial findings from these activities and planned future research are discussed. Human-robot systems are expected to have a central role in future space exploration missions that extend beyond low-earth orbit [1]. As part of a directed research project funded by NASA s Human Research Program (HRP), researchers at the Johnson Space Center have started to use a variety of techniques, including literature reviews, case studies, knowledge capture, field studies, and experiments to understand critical human-robot interaction (HRI) variables for current and future systems. Activities accomplished to date include observations of the International Space Station s Special Purpose Dexterous Manipulator

  4. Systematic review of robotic surgery in gynecology: robotic techniques compared with laparoscopy and laparotomy.

    Science.gov (United States)

    Gala, Rajiv B; Margulies, Rebecca; Steinberg, Adam; Murphy, Miles; Lukban, James; Jeppson, Peter; Aschkenazi, Sarit; Olivera, Cedric; South, Mary; Lowenstein, Lior; Schaffer, Joseph; Balk, Ethan M; Sung, Vivian

    2014-01-01

    The Society of Gynecologic Surgeons Systematic Review Group performed a systematic review of both randomized and observational studies to compare robotic vs nonrobotic surgical approaches (laparoscopic, abdominal, and vaginal) for treatment of both benign and malignant gynecologic indications to compare surgical and patient-centered outcomes, costs, and adverse events associated with the various surgical approaches. MEDLINE and the Cochrane Central Register of Controlled Trials were searched from inception to May 15, 2012, for English-language studies with terms related to robotic surgery and gynecology. Studies of any design that included at least 30 women who had undergone robotic-assisted laparoscopic gynecologic surgery were included for review. The literature yielded 1213 citations, of which 97 full-text articles were reviewed. Forty-four studies (30 comparative and 14 noncomparative) met eligibility criteria. Study data were extracted into structured electronic forms and reconciled by a second, independent reviewer. Our analysis revealed that, compared with open surgery, robotic surgery consistently confers shorter hospital stay. The proficiency plateau seems to be lower for robotic surgery than for conventional laparoscopy. Of the various gynecologic applications, there seems to be evidence that renders robotic techniques advantageous over traditional open surgery for management of endometrial cancer. However, insofar as superiority, conflicting data are obtained when comparing robotics vs laparoscopic techniques. Therefore, the specific method of minimally invasive surgery, whether conventional laparoscopy or robotic surgery, should be tailored to patient selection, surgeon ability, and equipment availability. Copyright © 2014 AAGL. Published by Elsevier Inc. All rights reserved.

  5. Robot welding process control

    Science.gov (United States)

    Romine, Peter L.

    1991-01-01

    This final report documents the development and installation of software and hardware for Robotic Welding Process Control. Primary emphasis is on serial communications between the CYRO 750 robotic welder, Heurikon minicomputer running Hunter & Ready VRTX, and an IBM PC/AT, for offline programming and control and closed-loop welding control. The requirements for completion of the implementation of the Rocketdyne weld tracking control are discussed. The procedure for downloading programs from the Intergraph, over the network, is discussed. Conclusions are made on the results of this task, and recommendations are made for efficient implementation of communications, weld process control development, and advanced process control procedures using the Heurikon.

  6. Human-Robot Interaction

    Science.gov (United States)

    Rochlis-Zumbado, Jennifer; Sandor, Aniko; Ezer, Neta

    2012-01-01

    Risk of Inadequate Design of Human and Automation/Robotic Integration (HARI) is a new Human Research Program (HRP) risk. HRI is a research area that seeks to understand the complex relationship among variables that affect the way humans and robots work together to accomplish goals. The DRP addresses three major HRI study areas that will provide appropriate information for navigation guidance to a teleoperator of a robot system, and contribute to the closure of currently identified HRP gaps: (1) Overlays -- Use of overlays for teleoperation to augment the information available on the video feed (2) Camera views -- Type and arrangement of camera views for better task performance and awareness of surroundings (3) Command modalities -- Development of gesture and voice command vocabularies

  7. Modelling reversible execution of robotic assembly

    DEFF Research Database (Denmark)

    Laursen, Johan Sund; Ellekilde, Lars Peter; Schultz, Ulrik Pagh

    2018-01-01

    Programming robotic assembly for industrial small-batch production is challenging; hence, it is vital to increase robustness and reduce development effort in order to achieve flexible robotic automation. A human who has made an assembly error will often simply undo the process until the error is ...

  8. MOVEMENT SIMULATION OF THREE ARMED ROBOT BY BEING USED AutoLISP

    Directory of Open Access Journals (Sweden)

    Mustafa BOZDEMİR

    2000-01-01

    Full Text Available Development of a suitable robot for desired aim and duty is very important for design enginers. On the other hand, designed robots may be unsuccesful in functioning inspite of many efforts. For this reason, before the production of considered robot systems, having prepared a simulation program, investigation of work field, getting done path plan and mistakes could be eliminated before robot production. In this study, movement simulation of a three armed robot has been realized by using AutoLIPS programing language which is supplied with AutoCAD. Analytical and matrix solution methods have been used in simulation equations.

  9. Repetitive motion planning and control of redundant robot manipulators

    CERN Document Server

    Zhang, Yunong

    2013-01-01

    Repetitive Motion Planning and Control of Redundant Robot Manipulators presents four typical motion planning schemes based on optimization techniques, including the fundamental RMP scheme and its extensions. These schemes are unified as quadratic programs (QPs), which are solved by neural networks or numerical algorithms. The RMP schemes are demonstrated effectively by the simulation results based on various robotic models; the experiments applying the fundamental RMP scheme to a physical robot manipulator are also presented. As the schemes and the corresponding solvers presented in the book have solved the non-repetitive motion problems existing in redundant robot manipulators, it is of particular use in applying theoretical research based on the quadratic program for redundant robot manipulators in industrial situations. This book will be a valuable reference work for engineers, researchers, advanced undergraduate and graduate students in robotics fields. Yunong Zhang is a professor at The School of Informa...

  10. Vision-Based Robot Following Using PID Control

    Directory of Open Access Journals (Sweden)

    Chandra Sekhar Pati

    2017-06-01

    Full Text Available Applications like robots which are employed for shopping, porter services, assistive robotics, etc., require a robot to continuously follow a human or another robot. This paper presents a mobile robot following another tele-operated mobile robot based on a PID (Proportional–Integral-Differential controller. Here, we use two differential wheel drive robots; one is a master robot and the other is a follower robot. The master robot is manually controlled and the follower robot is programmed to follow the master robot. For the master robot, a Bluetooth module receives the user’s command from an android application which is processed by the master robot’s controller, which is used to move the robot. The follower robot receives the image from the Kinect sensor mounted on it and recognizes the master robot. The follower robot identifies the x, y positions by employing the camera and the depth by using the Kinect depth sensor. By identifying the x, y, and z locations of the master robot, the follower robot finds the angle and distance between the master and follower robot, which is given as the error term of a PID controller. Using this, the follower robot follows the master robot. A PID controller is based on feedback and tries to minimize the error. Experiments are conducted for two indigenously developed robots; one depicting a humanoid and the other a small mobile robot. It was observed that the follower robot was easily able to follow the master robot using well-tuned PID parameters.

  11. Justification of the technical requirements of a fully functional modular robot

    Directory of Open Access Journals (Sweden)

    Shlyakhov Nikita

    2017-01-01

    Full Text Available Modular robots are characterized by limited built-in resources necessary for communication, connection and movement of modules, when performing reconfiguration tasks at rigidly interconnected elements. In developing the technological fundamentals of designing modular robots with pairwise connection mechanisms, we analysed modern hardware and model algorithms typical of a fully functional robot, which provide independent locomotion, communication, navigation, decentralized power and control. A survey of actuators, batteries, sensors, communication means, suitable for modular robotics is presented.

  12. Muecas: A Multi-Sensor Robotic Head for Affective Human Robot Interaction and Imitation

    Directory of Open Access Journals (Sweden)

    Felipe Cid

    2014-04-01

    Full Text Available This paper presents a multi-sensor humanoid robotic head for human robot interaction. The design of the robotic head, Muecas, is based on ongoing research on the mechanisms of perception and imitation of human expressions and emotions. These mechanisms allow direct interaction between the robot and its human companion through the different natural language modalities: speech, body language and facial expressions. The robotic head has 12 degrees of freedom, in a human-like configuration, including eyes, eyebrows, mouth and neck, and has been designed and built entirely by IADeX (Engineering, Automation and Design of Extremadura and RoboLab. A detailed description of its kinematics is provided along with the design of the most complex controllers. Muecas can be directly controlled by FACS (Facial Action Coding System, the de facto standard for facial expression recognition and synthesis. This feature facilitates its use by third party platforms and encourages the development of imitation and of goal-based systems. Imitation systems learn from the user, while goal-based ones use planning techniques to drive the user towards a final desired state. To show the flexibility and reliability of the robotic head, the paper presents a software architecture that is able to detect, recognize, classify and generate facial expressions in real time using FACS. This system has been implemented using the robotics framework, RoboComp, which provides hardware-independent access to the sensors in the head. Finally, the paper presents experimental results showing the real-time functioning of the whole system, including recognition and imitation of human facial expressions.

  13. DC Brushless Motor Control Design and Preliminary Testing for Independent 4-Wheel Drive Rev-11 Robotic Platform

    Directory of Open Access Journals (Sweden)

    Roni Permana Saputra

    2012-03-01

    Full Text Available This paper discusses the design of control system for brushless DC motor using microcontroller ATMega 16 that will be applied to an independent 4-wheel drive Mobile Robot LIPI version 2 (REV-11. The control system consists of two parts which are brushless DC motor control module and supervisory control module that coordinates the desired command to the motor control module. To control the REV-11 platform, supervisory control transmit the reference data of speed and direction of motor to control the speed and direction of each actuator on the platform REV-11. From the test results it is concluded that the designed control system work properly to coordinate and control the speed and direction of motion of the actuator motor REV-11 platform. 

  14. A Project-based Learning approach for teaching Robotics to ...

    African Journals Online (AJOL)

    In this research we used a project-based learning approach to teach robotics basics to undergraduate business computing students. The course coverage includes basic electronics, robot construction and programming using arduino. Students developed and tested a robot prototype. The project was evaluated using a ...

  15. Ethorobotics: A New Approach to Human-Robot Relationship

    Directory of Open Access Journals (Sweden)

    Ádám Miklósi

    2017-06-01

    Full Text Available Here we aim to lay the theoretical foundations of human-robot relationship drawing upon insights from disciplines that govern relevant human behaviors: ecology and ethology. We show how the paradox of the so called “uncanny valley hypothesis” can be solved by applying the “niche” concept to social robots, and relying on the natural behavior of humans. Instead of striving to build human-like social robots, engineers should construct robots that are able to maximize their performance in their niche (being optimal for some specific functions, and if they are endowed with appropriate form of social competence then humans will eventually interact with them independent of their embodiment. This new discipline, which we call ethorobotics, could change social robotics, giving a boost to new technical approaches and applications.

  16. Ethorobotics: A New Approach to Human-Robot Relationship

    Science.gov (United States)

    Miklósi, Ádám; Korondi, Péter; Matellán, Vicente; Gácsi, Márta

    2017-01-01

    Here we aim to lay the theoretical foundations of human-robot relationship drawing upon insights from disciplines that govern relevant human behaviors: ecology and ethology. We show how the paradox of the so called “uncanny valley hypothesis” can be solved by applying the “niche” concept to social robots, and relying on the natural behavior of humans. Instead of striving to build human-like social robots, engineers should construct robots that are able to maximize their performance in their niche (being optimal for some specific functions), and if they are endowed with appropriate form of social competence then humans will eventually interact with them independent of their embodiment. This new discipline, which we call ethorobotics, could change social robotics, giving a boost to new technical approaches and applications. PMID:28649213

  17. A Case Study on a Capsule Robot in the Gastrointestinal Tract to Teach Robot Programming and Navigation

    Science.gov (United States)

    Guo, Yi; Zhang, Shubo; Ritter, Arthur; Man, Hong

    2014-01-01

    Despite the increasing importance of robotics, there is a significant challenge involved in teaching this to undergraduate students in biomedical engineering (BME) and other related disciplines in which robotics techniques could be readily applied. This paper addresses this challenge through the development and pilot testing of a bio-microrobotics…

  18. First steps in teaching computational thinking through mobile technology and robotics

    Directory of Open Access Journals (Sweden)

    Titipan Phetsrikran

    2017-07-01

    Full Text Available rogramming, or computational thinking, is becoming recognized as a skill that should be taught in primary and secondary schools. One technique for teaching programming is to use robotics, but usually this requires students to program via a PC. The purpose of this study is to investigate the potential for using an iPad application and robot that enables children to learn programming skills. This paper describes an application containing puzzles that involve creating a program to guide the physical robot from a start point to a goal. The application sends commands and controls the robots via Bluetooth and runs on the iPad with iOS. An initial experiment performed in a high school in Thailand explores how mobile technology and educational robotics can be applied to computational thinking in schools. The findings showed that the use of mobile technology opens up alternative styles of interaction in the classroom with potential for highly collaborative activities and greater focus on the learning domain.

  19. Automation and robotics technology for intelligent mining systems

    Science.gov (United States)

    Welsh, Jeffrey H.

    1989-01-01

    The U.S. Bureau of Mines is approaching the problems of accidents and efficiency in the mining industry through the application of automation and robotics to mining systems. This technology can increase safety by removing workers from hazardous areas of the mines or from performing hazardous tasks. The short-term goal of the Automation and Robotics program is to develop technology that can be implemented in the form of an autonomous mining machine using current continuous mining machine equipment. In the longer term, the goal is to conduct research that will lead to new intelligent mining systems that capitalize on the capabilities of robotics. The Bureau of Mines Automation and Robotics program has been structured to produce the technology required for the short- and long-term goals. The short-term goal of application of automation and robotics to an existing mining machine, resulting in autonomous operation, is expected to be accomplished within five years. Key technology elements required for an autonomous continuous mining machine are well underway and include machine navigation systems, coal-rock interface detectors, machine condition monitoring, and intelligent computer systems. The Bureau of Mines program is described, including status of key technology elements for an autonomous continuous mining machine, the program schedule, and future work. Although the program is directed toward underground mining, much of the technology being developed may have applications for space systems or mining on the Moon or other planets.

  20. Development of a SG Tube Inspection/maintenance Robot

    International Nuclear Information System (INIS)

    Shin, Ho Cheol; Jung, Kyung Min; Choi, Chang Hwan; Kim, Seung Ho

    2005-01-01

    A radiation hardened robot system is developed which assists in an automatic non-destructive testing and the repair of nuclear steam generator tubes. And a control system is developed. For easy carriage and installation, the robot system consists of three separable parts: a manipulator, a water chamber entering and leaving device of the manipulator and a manipulator base pose adjusting device. The kinematic analysis using the grid method was performed to search for the optimal manipulator's link parameters, and the stress analysis of the robotic system was also carried out for a structural safety verification. The robotic control system consists of a main personal computer placed near the operator and a local robotic position controller placed near the steam generator. A software program to control and manage the robotic system has been developed on the NT based OS to increase the usability. The software program provides a robot installation function, a robot calibration function, a managing and arranging function for the eddy-current test, a real time 3- D graphic simulation function which offers a remote reality to operators and so on. The image information acquired from the camera attached to the end-effector is used to calibrate the end-effector pose error and the time-delayed control algorithm is applied to calculate the optimal PID gain of the position controller. Eddy-current probe guide devices, a brushing tool, a motorized plugging tool and a U-tube internal visual inspection system have been developed. A data acquisition system was built to acquire and process the eddy-current signals, and a software program for eddy-current signal acquisition and processing. The developed robotic system has been tested in the Ulchin NPP type steam generator mockup in a laboratory. The final function test was carried out at the Kori Npp type steam generator mockup in the Kori training center

  1. Risk factors for postoperative complications in robotic general surgery.

    Science.gov (United States)

    Fantola, Giovanni; Brunaud, Laurent; Nguyen-Thi, Phi-Linh; Germain, Adeline; Ayav, Ahmet; Bresler, Laurent

    2017-03-01

    The feasibility and safety of robotically assisted procedures in general surgery have been reported from various groups worldwide. Because postoperative complications may lead to longer hospital stays and higher costs overall, analysis of risk factors for postoperative surgical complications in this subset of patients is clinically relevant. The goal of this study was to identify risk factors for postoperative morbidity after robotic surgical procedures in general surgery. We performed an observational monocentric retrospective study. All consecutive robotic surgical procedures from November 2001 to December 2013 were included. One thousand consecutive general surgery patients met the inclusion criteria. The mean overall postoperative morbidity and major postoperative morbidity (Clavien >III) rates were 20.4 and 6 %, respectively. This included a conversion rate of 4.4 %, reoperation rate of 4.5 %, and mortality rate of 0.2 %. Multivariate analysis showed that ASA score >3 [OR 1.7; 95 % CI (1.2-2.4)], hematocrit value surgery [OR 1.5; 95 % CI (1-2)], advanced dissection [OR 5.8; 95 % CI (3.1-10.6)], and multiquadrant surgery [OR 2.5; 95 % CI (1.7-3.8)] remained independent risk factors for overall postoperative morbidity. It also showed that advanced dissection [OR 4.4; 95 % CI (1.9-9.6)] and multiquadrant surgery [OR 4.4; 95 % CI (2.3-8.5)] remained independent risk factors for major postoperative morbidity (Clavien >III). This study identifies independent risk factors for postoperative overall and major morbidity in robotic general surgery. Because these factors independently impacted postoperative complications, we believe they could be taken into account in future studies comparing conventional versus robot-assisted laparoscopic procedures in general surgery.

  2. 3D YAG laser cutting robot. 3 jigen YAG laser setsudan robot

    Energy Technology Data Exchange (ETDEWEB)

    Mukai, Y. (Matsushita Electric Industrial Co. Ltd., Osaka (Japan))

    1991-11-01

    The present status was introduced of three-dimensional processing by the YAG laser multi-articulation robot to introduce the focusing system. The lowering in locus accuracy of multi-articulation robot is caused by the accuracy and time of computation to interpolate the locus, response characteristics of servo system, and calibration problem of mechanical/structural system. Also as low in output power of laser, it has problem in focusing the energy in the radiating optical system. A focusing system, high in response velocity, is necessary in the processor to use the optical fiber in the optical transfer system. As processing and measuring at an identical spot, the present system can integrate the detection use electrode and nozzle so as to use an electrostatic capacity type sensor, high in response frequency. To avoid the interference with jig, etc., the nozzle of radiating unit was integrated with the detection use electrode so that development was made of height sensor, capable of executing the three-dimensional processing. The present robot is characterized by a standardized equipment of control system with a sliding shaft, independent of the operational shaft properly of robot in order to be exclusively used for the focusing. 9 figs.

  3. Modular Robotics in an African Context

    DEFF Research Database (Denmark)

    Lund, Henrik Hautop

    2011-01-01

    In this paper, we review the concept, development and use of modular robotic devices for education, health improvements, and business in Africa. The modular robotics inspired technology has the advantage of allowing any user easy access to a physical construction of new and advanced technology. We...... conceptualized several educational tools inspired by modular robotics for contextualized IT education in Tanzania, leading to a novel IT degree program and the development of East Africa’s first science and business park in Iringa, Tanzania. The prototypes inspired by modular robotics were developed in the local......, rural context and tested by local users in hospitals and rehabilitation centres. In this paper, we review the development of both modular building blocks for education and modular robotic tiles for rehabilitation in Tanzania....

  4. ALLIANCE: An architecture for fault tolerant multi-robot cooperation

    Energy Technology Data Exchange (ETDEWEB)

    Parker, L.E.

    1995-02-01

    ALLIANCE is a software architecture that facilitates the fault tolerant cooperative control of teams of heterogeneous mobile robots performing missions composed of loosely coupled, largely independent subtasks. ALLIANCE allows teams of robots, each of which possesses a variety of high-level functions that it can perform during a mission, to individually select appropriate actions throughout the mission based on the requirements of the mission, the activities of other robots, the current environmental conditions, and the robot`s own internal states. ALLIANCE is a fully distributed, behavior-based architecture that incorporates the use of mathematically modeled motivations (such as impatience and acquiescence) within each robot to achieve adaptive action selection. Since cooperative robotic teams usually work in dynamic and unpredictable environments, this software architecture allows the robot team members to respond robustly, reliably, flexibly, and coherently to unexpected environmental changes and modifications in the robot team that may occur due to mechanical failure, the learning of new skills, or the addition or removal of robots from the team by human intervention. The feasibility of this architecture is demonstrated in an implementation on a team of mobile robots performing a laboratory version of hazardous waste cleanup.

  5. Integrated Human-Robotic Missions to the Moon and Mars: Mission Operations Design Implications

    Science.gov (United States)

    Mishkin, Andrew; Lee, Young; Korth, David; LeBlanc, Troy

    2007-01-01

    For most of the history of space exploration, human and robotic programs have been independent, and have responded to distinct requirements. The NASA Vision for Space Exploration calls for the return of humans to the Moon, and the eventual human exploration of Mars; the complexity of this range of missions will require an unprecedented use of automation and robotics in support of human crews. The challenges of human Mars missions, including roundtrip communications time delays of 6 to 40 minutes, interplanetary transit times of many months, and the need to manage lifecycle costs, will require the evolution of a new mission operations paradigm far less dependent on real-time monitoring and response by an Earthbound operations team. Robotic systems and automation will augment human capability, increase human safety by providing means to perform many tasks without requiring immediate human presence, and enable the transfer of traditional mission control tasks from the ground to crews. Developing and validating the new paradigm and its associated infrastructure may place requirements on operations design for nearer-term lunar missions. The authors, representing both the human and robotic mission operations communities, assess human lunar and Mars mission challenges, and consider how human-robot operations may be integrated to enable efficient joint operations, with the eventual emergence of a unified exploration operations culture.

  6. Simulation tools for robotics research and assessment

    Science.gov (United States)

    Fields, MaryAnne; Brewer, Ralph; Edge, Harris L.; Pusey, Jason L.; Weller, Ed; Patel, Dilip G.; DiBerardino, Charles A.

    2016-05-01

    The Robotics Collaborative Technology Alliance (RCTA) program focuses on four overlapping technology areas: Perception, Intelligence, Human-Robot Interaction (HRI), and Dexterous Manipulation and Unique Mobility (DMUM). In addition, the RCTA program has a requirement to assess progress of this research in standalone as well as integrated form. Since the research is evolving and the robotic platforms with unique mobility and dexterous manipulation are in the early development stage and very expensive, an alternate approach is needed for efficient assessment. Simulation of robotic systems, platforms, sensors, and algorithms, is an attractive alternative to expensive field-based testing. Simulation can provide insight during development and debugging unavailable by many other means. This paper explores the maturity of robotic simulation systems for applications to real-world problems in robotic systems research. Open source (such as Gazebo and Moby), commercial (Simulink, Actin, LMS), government (ANVEL/VANE), and the RCTA-developed RIVET simulation environments are examined with respect to their application in the robotic research domains of Perception, Intelligence, HRI, and DMUM. Tradeoffs for applications to representative problems from each domain are presented, along with known deficiencies and disadvantages. In particular, no single robotic simulation environment adequately covers the needs of the robotic researcher in all of the domains. Simulation for DMUM poses unique constraints on the development of physics-based computational models of the robot, the environment and objects within the environment, and the interactions between them. Most current robot simulations focus on quasi-static systems, but dynamic robotic motion places an increased emphasis on the accuracy of the computational models. In order to understand the interaction of dynamic multi-body systems, such as limbed robots, with the environment, it may be necessary to build component

  7. Human-robot skills transfer interfaces for a flexible surgical robot.

    Science.gov (United States)

    Calinon, Sylvain; Bruno, Danilo; Malekzadeh, Milad S; Nanayakkara, Thrishantha; Caldwell, Darwin G

    2014-09-01

    In minimally invasive surgery, tools go through narrow openings and manipulate soft organs to perform surgical tasks. There are limitations in current robot-assisted surgical systems due to the rigidity of robot tools. The aim of the STIFF-FLOP European project is to develop a soft robotic arm to perform surgical tasks. The flexibility of the robot allows the surgeon to move within organs to reach remote areas inside the body and perform challenging procedures in laparoscopy. This article addresses the problem of designing learning interfaces enabling the transfer of skills from human demonstration. Robot programming by demonstration encompasses a wide range of learning strategies, from simple mimicking of the demonstrator's actions to the higher level imitation of the underlying intent extracted from the demonstrations. By focusing on this last form, we study the problem of extracting an objective function explaining the demonstrations from an over-specified set of candidate reward functions, and using this information for self-refinement of the skill. In contrast to inverse reinforcement learning strategies that attempt to explain the observations with reward functions defined for the entire task (or a set of pre-defined reward profiles active for different parts of the task), the proposed approach is based on context-dependent reward-weighted learning, where the robot can learn the relevance of candidate objective functions with respect to the current phase of the task or encountered situation. The robot then exploits this information for skills refinement in the policy parameters space. The proposed approach is tested in simulation with a cutting task performed by the STIFF-FLOP flexible robot, using kinesthetic demonstrations from a Barrett WAM manipulator. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  8. Robot, human and communication; Robotto/ningen/comyunikeshon

    Energy Technology Data Exchange (ETDEWEB)

    Suehiro, T.

    1996-04-10

    Recently, some interests on the robots working with human beings under the same environment as the human beings and living with the human beings were promoting. In such robots, more suitability for environment and more robustness of system are required than those in conventional robots. Above all, communication of both the human beings and the robots on their cooperations is becoming a new problem. Hitherto, for the industrial robot, cooperation between human beings and robot was limited on its programming. As this was better for repeated operation of the same motion, its adoptable work was limited to some comparatively simpler one in factory and was difficult to change its content partially or to apply the other work. Furthermore, on the remote-controlled intelligent work robot represented by the critical work robot, its cooperation between the human beings and the robot can be conducted with the operation at remote location. In this paper, the communication of the robots lived with the human beings was examined. 17 refs., 1 fig.

  9. A Grammatical Approach to the Modeling of an Autonomous Robot

    Directory of Open Access Journals (Sweden)

    Gabriel López-García

    2012-06-01

    Full Text Available Virtual Worlds Generator is a grammatical model that is proposed to define virtual worlds. It integrates the diversity of sensors and interaction devices, multimodality and a virtual simulation system. Its grammar allows the definition and abstraction in symbols strings of the scenes of the virtual world, independently of the hardware that is used to represent the world or to interact with it. A case study is presented to explain how to use the proposed model to formalize a robot navigation system with multimodal perception and a hybrid control scheme of the robot. The result is an instance of the model grammar that implements the robotic system and is independent of the sensing devices used for perception and interaction. As a conclusion the Virtual Worlds Generator adds value in the simulation of virtual worlds since the definition can be done formally and independently of the peculiarities of the supporting devices

  10. Development of MR compatible laparoscope robot using master-slave control method

    International Nuclear Information System (INIS)

    Toyoda, Kazutaka; Jaeheon, Chung; Murata, Masaharu; Odaira, Takeshi; Hashizume, Makoto; Ieiri, Satoshi

    2011-01-01

    Recently, MRI guided robotic surgery has been studied. This surgery uses MRI, a surgical navigation system and a surgical robot system intraoperatively for realization of safer and assured surgeries. We have developed a MR compatible laparoscope robot and 4DOF master manipulator (master) independently. So, in this research we report system integration of the master and the laparoscope robot. The degrees of freedom between the master and the laparoscope robot is the same (4DOF), so that the relation of orientation between master and laparoscope robot is one to one. The network communication method between the master and the laparoscope robot is UDP connection based on TCP/IP protocol for reduction of communication delay. In future work we will do experiments of operability of master-slave laparoscope robot system. (author)

  11. To Err Is Robot: How Humans Assess and Act toward an Erroneous Social Robot

    Directory of Open Access Journals (Sweden)

    Nicole Mirnig

    2017-05-01

    Full Text Available We conducted a user study for which we purposefully programmed faulty behavior into a robot’s routine. It was our aim to explore if participants rate the faulty robot different from an error-free robot and which reactions people show in interaction with a faulty robot. The study was based on our previous research on robot errors where we detected typical error situations and the resulting social signals of our participants during social human–robot interaction. In contrast to our previous work, where we studied video material in which robot errors occurred unintentionally, in the herein reported user study, we purposefully elicited robot errors to further explore the human interaction partners’ social signals following a robot error. Our participants interacted with a human-like NAO, and the robot either performed faulty or free from error. First, the robot asked the participants a set of predefined questions and then it asked them to complete a couple of LEGO building tasks. After the interaction, we asked the participants to rate the robot’s anthropomorphism, likability, and perceived intelligence. We also interviewed the participants on their opinion about the interaction. Additionally, we video-coded the social signals the participants showed during their interaction with the robot as well as the answers they provided the robot with. Our results show that participants liked the faulty robot significantly better than the robot that interacted flawlessly. We did not find significant differences in people’s ratings of the robot’s anthropomorphism and perceived intelligence. The qualitative data confirmed the questionnaire results in showing that although the participants recognized the robot’s mistakes, they did not necessarily reject the erroneous robot. The annotations of the video data further showed that gaze shifts (e.g., from an object to the robot or vice versa and laughter are typical reactions to unexpected robot behavior

  12. Research on Inverse Kinematics Program Optimization of 6R Decoupled Robot

    Directory of Open Access Journals (Sweden)

    Daode ZHANG

    2014-02-01

    Full Text Available According to complex analytic formula for the six degrees of freedom decoupled robot, a detailed analysis of the six degrees of freedom decoupled robot analytic formula of export process, as well the causes of multiple solutions. The method of increasing the local variables to avoid processor running the same statement repeatedly is proposed. The method to find the most frequency formula appeared in analytic solution replaced with local variables facilitate the use of loop to reduce the amount of code. It effectively reduces the computation time, optimize the computing process. Finally, taking PUMA560-like robot as an example, the calculation result is verified and simulated in Robotics Toolbox of MATLAB.

  13. Easy Reconfiguration of Modular Industrial Collaborative Robots

    DEFF Research Database (Denmark)

    Schou, Casper

    2016-01-01

    the production staff collaborating to perform common tasks. This change of environment imposes a much more dynamic lifecycle for the robot which consequently requires new ways of interacting. This thesis investigates how the changeover to a new task on a collaborative robot can be performed by the shop floor...... operators already working alongside the robot. To effectively perform this changeover, the operator must both reconfigure the hardware of the robot and reprogram the robot to match the new task. To enable shop floor operators to quickly and intuitively program the robot, this thesis proposes the use...... of parametric, task-related robot skills with a manual parameterization method. Reconfiguring the hardware entails adding, removing, or modifying some of the robot’s components. This thesis investigate how software configurator tools can aid the operator in selecting appropriate hardware modules, and how agent...

  14. Anthropomorphic Robot Hand And Teaching Glove

    Science.gov (United States)

    Engler, Charles D., Jr.

    1991-01-01

    Robotic forearm-and-hand assembly manipulates objects by performing wrist and hand motions with nearly human grasping ability and dexterity. Imitates hand motions of human operator who controls robot in real time by programming via exoskeletal "teaching glove". Telemanipulator systems based on this robotic-hand concept useful where humanlike dexterity required. Underwater, high-radiation, vacuum, hot, cold, toxic, or inhospitable environments potential application sites. Particularly suited to assisting astronauts on space station in safely executing unexpected tasks requiring greater dexterity than standard gripper.

  15. The CAD drawing as a source of data for robot programming purposes – a review

    Directory of Open Access Journals (Sweden)

    Foit Krzysztof

    2017-01-01

    Full Text Available Industrial robots are widely used in mass production, successfully replacing the workers during repetitive tasks. The lack of direct human participation in the production process involves the necessity of programming of the machines, which is mostly the time-consuming process. Most of the operations are well described in the process documentation, but some actions require the use of complicated paths, like for example welding, laser or water cutting, edge grinding, application of liquid sealants or films of paint etc. All of the mentioned activities need the precise movements of robot’s effector and this is - in many cases - connected with the necessity of entering of many points that approximate the path. One of the ways to solve this problem is the possibility of generating the complex path automatically, using the information from the technical documentation. This paper presents such approach that uses the CAD drawings as a data source. The available literature presents this problem mainly in the aspects of large software applications, but this paper was focused on presenting the problems of the proper analysis of the drawing and how to process the data to the form that can be used during robot programming.

  16. Interoperability of Standards for Robotics in CIME

    DEFF Research Database (Denmark)

    Sørensen, Torben

    1996-01-01

    geometry, kinematics, robotics, dynamics, and control, hence on a coherent neutral information model of the process chain from design to manufacturing. The second main goal was to increase the accuracy of off-line programmed robots. The results were demonstrated in industrial applications....

  17. Robotics Competitions: An Overview of First© Events and VEX© Competitions

    Science.gov (United States)

    Habib, Maria A.

    2012-01-01

    Robotics competitions generate excitement and raise the profile of a robotics program. This article provides an overview of robotics competitions, concentrating on those sponsored by FIRST (For Inspiration and Recognition of Science and Technology) and RECF (Robotics Education and Competition Foundation). FIRST® LEGO® League and VEX® robotics…

  18. Laws on Robots, Laws by Robots, Laws in Robots : Regulating Robot Behaviour by Design

    NARCIS (Netherlands)

    Leenes, R.E.; Lucivero, F.

    2015-01-01

    Speculation about robot morality is almost as old as the concept of a robot itself. Asimov’s three laws of robotics provide an early and well-discussed example of moral rules robots should observe. Despite the widespread influence of the three laws of robotics and their role in shaping visions of

  19. Introduction of making of Micom robot

    International Nuclear Information System (INIS)

    Park, Sang Beom

    1991-01-01

    This book introduces micro robot like what is micro robot? mouse and cat, writing of plan of making, and tools for making, micom cat and mechanical cat, making of mechanical cat, sensor of CAT-3, software of CAT-3, motor and drive circuit of CAT-3, computer mouse of general system,, world of micro mouse, introduction of MICHI, sensor of MICHI, development of software like monitor function and communication program, related things of MICHI, advice for making of MICHI and arrangement of parts and program.

  20. Project InterActions: A Multigenerational Robotic Learning Environment

    Science.gov (United States)

    Bers, Marina U.

    2007-12-01

    This paper presents Project InterActions, a series of 5-week workshops in which very young learners (4- to 7-year-old children) and their parents come together to build and program a personally meaningful robotic project in the context of a multigenerational robotics-based community of practice. The goal of these family workshops is to teach both parents and children about the mechanical and programming aspects involved in robotics, as well as to initiate them in a learning trajectory with and about technology. Results from this project address different ways in which parents and children learn together and provide insights into how to develop educational interventions that would educate parents, as well as children, in new domains of knowledge and skills such as robotics and new technologies.

  1. Arousal regulation and affective adaptation to human responsiveness by a robot that explores and learns a novel environment.

    Science.gov (United States)

    Hiolle, Antoine; Lewis, Matthew; Cañamero, Lola

    2014-01-01

    In the context of our work in developmental robotics regarding robot-human caregiver interactions, in this paper we investigate how a "baby" robot that explores and learns novel environments can adapt its affective regulatory behavior of soliciting help from a "caregiver" to the preferences shown by the caregiver in terms of varying responsiveness. We build on two strands of previous work that assessed independently (a) the differences between two "idealized" robot profiles-a "needy" and an "independent" robot-in terms of their use of a caregiver as a means to regulate the "stress" (arousal) produced by the exploration and learning of a novel environment, and (b) the effects on the robot behaviors of two caregiving profiles varying in their responsiveness-"responsive" and "non-responsive"-to the regulatory requests of the robot. Going beyond previous work, in this paper we (a) assess the effects that the varying regulatory behavior of the two robot profiles has on the exploratory and learning patterns of the robots; (b) bring together the two strands previously investigated in isolation and take a step further by endowing the robot with the capability to adapt its regulatory behavior along the "needy" and "independent" axis as a function of the varying responsiveness of the caregiver; and (c) analyze the effects that the varying regulatory behavior has on the exploratory and learning patterns of the adaptive robot.

  2. Independent auto evaluation of an operative radiological protection program

    International Nuclear Information System (INIS)

    Medrano L, M.A.; Rodriguez C, C.C.; Linares R, D.; Zarate M, N.; Zempoalteca B, R.

    2006-01-01

    The program of operative radiological protection of a nuclear power plant consists of multiple procedures and associate tasks that have as purpose the radiological protection of the workers of the power station. It is for this reason that the constant evaluation of the one it programs it is an important tool in the identification of their weaknesses (and strengths), so they can be assisted appropriately. In this work the main elements of the program of independent auto evaluation of the program of operative radiological protection of the Laguna Verde Central that has been developed and implemented by the National Institute of Nuclear Research are described. (Author)

  3. ALLIANCE: An architecture for fault tolerant multi-robot cooperation

    International Nuclear Information System (INIS)

    Parker, L.E.

    1995-02-01

    ALLIANCE is a software architecture that facilitates the fault tolerant cooperative control of teams of heterogeneous mobile robots performing missions composed of loosely coupled, largely independent subtasks. ALLIANCE allows teams of robots, each of which possesses a variety of high-level functions that it can perform during a mission, to individually select appropriate actions throughout the mission based on the requirements of the mission, the activities of other robots, the current environmental conditions, and the robot's own internal states. ALLIANCE is a fully distributed, behavior-based architecture that incorporates the use of mathematically modeled motivations (such as impatience and acquiescence) within each robot to achieve adaptive action selection. Since cooperative robotic teams usually work in dynamic and unpredictable environments, this software architecture allows the robot team members to respond robustly, reliably, flexibly, and coherently to unexpected environmental changes and modifications in the robot team that may occur due to mechanical failure, the learning of new skills, or the addition or removal of robots from the team by human intervention. The feasibility of this architecture is demonstrated in an implementation on a team of mobile robots performing a laboratory version of hazardous waste cleanup

  4. Contribution to control of robotics structures and dynamic behaviour

    International Nuclear Information System (INIS)

    Gilliot, Jean-Marie

    1990-01-01

    The scope of this thesis is the simulation of the dynamics of complex rigid multi-body systems involved in robotics, in order to control them. In the first stage, methods for obtaining equations and models required for simulation and control purposes are proposed and discussed: - determination of constraint equations using the jacobian matrices, - elaboration of direct and inverse dynamics of manipulators. The second part of this thesis deals with the different concepts and components involved in the setting of simulation systems for Robotics Application Programs: models, emulators and the software development environment. The control algorithms are then introduced as a particular class of robotics application programs. A simulator has been developed, allowing the calculation and the visualisation of robot motions, driven by generalized torques. Some examples of control programs generating such control torques are then presented to illustrate the use of the simulator. (author) [fr

  5. The Virtual Robotics Laboratory

    Energy Technology Data Exchange (ETDEWEB)

    Kress, R.L.; Love, L.J.

    1999-09-01

    The growth of the Internet has provided a unique opportunity to expand research collaborations between industry, universities, and the national laboratories. The Virtual Robotics Laboratory (VRL) is an innovative program at Oak Ridge National Laboratory (ORNL) that is focusing on the issues related to collaborative research through controlled access of laboratory equipment using the World Wide Web. The VRL will provide different levels of access to selected ORNL laboratory secondary education programs. In the past, the ORNL Robotics and Process Systems Division has developed state-of-the-art robotic systems for the Army, NASA, Department of Energy, Department of Defense, as well as many other clients. After proof of concept, many of these systems sit dormant in the laboratories. This is not out of completion of all possible research topics. but from completion of contracts and generation of new programs. In the past, a number of visiting professors have used this equipment for their own research. However, this requires that the professor, and possibly his/her students, spend extended periods at the laboratory facility. In addition, only a very exclusive group of faculty can gain access to the laboratory and hardware. The VRL is a tool that enables extended collaborative efforts without regard to geographic limitations.

  6. The Virtual Robotics Laboratory

    International Nuclear Information System (INIS)

    Kress, R.L.; Love, L.J.

    1997-01-01

    The growth of the Internet has provided a unique opportunity to expand research collaborations between industry, universities, and the national laboratories. The Virtual Robotics Laboratory (VRL) is an innovative program at Oak Ridge National Laboratory (ORNL) that is focusing on the issues related to collaborative research through controlled access of laboratory equipment using the World Wide Web. The VRL will provide different levels of access to selected ORNL laboratory equipment to outside universities, industrial researchers, and elementary and secondary education programs. In the past, the ORNL Robotics and Process Systems Division (RPSD) has developed state-of-the-art robotic systems for the Army, NASA, Department of Energy, Department of Defense, as well as many other clients. After proof of concept, many of these systems sit dormant in the laboratories. This is not out of completion of all possible research topics, but from completion of contracts and generation of new programs. In the past, a number of visiting professors have used this equipment for their own research. However, this requires that the professor, and possibly his students, spend extended periods at the laboratory facility. In addition, only a very exclusive group of faculty can gain access to the laboratory and hardware. The VRL is a tool that enables extended collaborative efforts without regard to geographic limitations

  7. A Concurrent Programming Language for Arduino and Educational Robotics

    OpenAIRE

    Morán, Ricardo; Teragni, Matías; Zabala, Gonzalo

    2017-01-01

    Arduino is currently one of the most popular platforms for educational robotics due to its low cost and large amount of available resources online. The Arduino software library provides an abstraction layer over the hardware details, making it possible for novices to build interesting projects. However, its lack of support for concurrency makes some educational robotics projects difficult. In this paper, we explore different approaches to solve this problem and we propose the implementation o...

  8. A Cross-Platform Tactile Capabilities Interface for Humanoid Robots

    Directory of Open Access Journals (Sweden)

    Jie eMa

    2016-04-01

    Full Text Available This article presents the core elements of a cross-platform tactile capabilities interface (TCI for humanoid arms. The aim of the interface is to reduce the cost of developing humanoid robot capabilities by supporting reuse through cross-platform deployment. The article presents a comparative analysis of existing robot middleware frameworks, as well as the technical details of the TCI framework that builds on the the existing YARP platform. The TCI framework currently includes robot arm actuators with robot skin sensors. It presents such hardware in a platform independent manner, making it possible to write robot control software that can be executed on different robots through the TCI frameworks. The TCI framework supports multiple humanoid platforms and this article also presents a case study of a cross-platform implementation of a set of tactile protective withdrawal reflexes that have been realised on both the Nao and iCub humanoid robot platforms using the same high-level source code.

  9. Kinematic-Kinetic-Rigidity Evaluation of a Six Axis Robot Performing a Task

    Directory of Open Access Journals (Sweden)

    H. Karagulle

    2012-11-01

    Full Text Available Six axis serial robots of different sizes are widely used for pick and place, welding and various other operations in industry. Developments in mechatronics, which is the synergistic integration of mechanism, electronics and computer control to achieve a functional system, offer effective solutions for the design of such robots. The integrated analysis of robots is usually used in the design stage. In this study, it is offered that the integrated analysis of robots can also be used at the application stage. SolidWorks, CosmosMotion and ABAQUS programs are used with an integrated approach. Integration software (IS is developed in Visual Basic by using the application programming interface (API capabilities of these programs. An ABB-IRB1400 industrial robot is considered for the study. Different trajectories are considered. Each task is first evaluated by a kinematic analysis. If the task is out of the workspace, then the task is cancelled. This evaluation can also be done by robot programs like Robot Studio. It is proposed that the task must be evaluated by considering the limits for velocities, motor actuation torques, reaction forces, natural frequencies, displacements and stresses due to the flexibility. The evaluation is done using kinematic, kinetic and rigidity evaluation charts. The approach given in this work can be used for the optimal usage of robots.

  10. Multiprocessor development for robot control

    International Nuclear Information System (INIS)

    Lee, Jong Min; Kim, Seung Ho; Hwang, Suk Yeoung; Sohn, Surg Won; Kim, Byung Soo; Kim, Chang Hoi; Lee, Yong Bum; Kim, Woong Ki

    1988-12-01

    The object of this project is to develop a multiprocessor system which is essential to robot technology. A multiprocessor system interconnecting many single board computer is much faster and flexible than a single processor. The developed multiprocessor will be used to control nuclear mobile robot, so a loosely coupled system is adopted as a robot controller. A total configuration of controller is divided into three main parts in related with its function. It is consisted of supervisory control part, functional control part, remote control part. The designed control system is to be expanded easily for further use with a modular architecture, so the functional independency within sub-systems can be obtained throughout the system structure. Electromagnetic interference affecting to the control system is minimized by using optical fiber as communication media between robot and control system. System performances is enhanced not only by using distributed architecture in hardware, but by adopting real-time, multi-tasking operating system in software. The iRMX86 OS is used and reconfigured for real-time, multi-tasking operation. RS-485 serial communication protocol is used between functional control part and remote control part. Since the developed multiprocessor control system is an essential and fundamental technology for artificial intelligent robot, the result of this project can be applied directly to nuclear mobile robot. (Author)

  11. Laboratory robotics systems at the Savannah River Laboratory

    International Nuclear Information System (INIS)

    Dyches, G.M.; Burkett, S.D.

    1983-01-01

    Many analytical chemistry methods normally used at the Savannah River site require repetitive procedures and handling of radioactive and other hazardous solutions. Robotics is being investigated as a method of reducing personnel fatigue and radiation exposure and also increasing product quality. Several applications of various commercially available robot systems are discussed involving cold (nonradioactive) and hot (radioactive) sample preparations and glovebox waste removal. Problems encountered in robot programming, parts fixturing, design of special robot hands and other support equipment, glovebox operation, and operator-system interaction are discussed. A typical robot system cost analysis for one application is given

  12. Graphical programming at Sandia National Laboratories

    International Nuclear Information System (INIS)

    McDonald, M.J.; Palmquist, R.D.; Desjarlais, L.

    1993-09-01

    Sandia has developed an advanced operational control system approach, called Graphical Programming, to design, program, and operate robotic systems. The Graphical Programming approach produces robot systems that are faster to develop and use, safer in operation, and cheaper overall than altemative teleoperation or autonomous robot control systems. Graphical Programming also provides an efficient and easy-to-use interface to traditional robot systems for use in setup and programming tasks. This paper provides an overview of the Graphical Programming approach and lists key features of Graphical Programming systems. Graphical Programming uses 3-D visualization and simulation software with intuitive operator interfaces for the programming and control of complex robotic systems. Graphical Programming Supervisor software modules allow an operator to command and simulate complex tasks in a graphic preview mode and, when acceptable, command the actual robots and monitor their motions with the graphic system. Graphical Programming Supervisors maintain registration with the real world and allow the robot to perform tasks that cannot be accurately represented with models alone by using a combination of model and sensor-based control

  13. Educational resources and tools for robotic learning

    Directory of Open Access Journals (Sweden)

    Pablo Gil Vazquez

    2012-07-01

    Full Text Available Normal.dotm 0 0 1 139 795 Universidad de Salamanca 6 1 976 12.0 0 false 18 pt 18 pt 0 0 false false false /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin-top:0cm; mso-para-margin-right:0cm; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;} This paper discusses different teaching experiences which aims are the learning robotics in the university. These experiences are reflected in the development of several robotics courses and subjects at the University of Alicante.  The authors have created various educational platforms or they have used tools of free distribution and open source for the implementation of these courses. The main objetive of these courses is to teach the design and implementation of robotic solutions to solve various problems not only such as the control, programming and handling of robot but also the assembly, building and programming of educational mini-robots. On the one hand, new teaching tools are used such as simulators and virtual labs which make flexible the learning of robot arms. On the other hand, competitions are used to motivate students because this way, the students put into action the skills learned through building and programming low-cost mini-robots.

  14. Mobile robot prototype detector of gamma radiation; Prototipo de robot movil detector de radiacion gamma

    Energy Technology Data Exchange (ETDEWEB)

    Vazquez C, R.M. [ININ, Carretera Mexico-Toluca s/n, 52750 Ocoyoacac, Estado de Mexico (Mexico); Duran V, M. D.; Jardon M, C. I., E-mail: raulmario.vazquez@inin.gob.mx [Tecnologico de Estudios Superiores de Villa Guerrero, Carretera Federal Toluca-Ixtapan de la Sal Km. 64.5, La Finca Villa Guerrero, Estado de Mexico (Mexico)

    2014-10-15

    In this paper the technological development of a mobile robot prototype detector of gamma radiation is shown. This prototype has been developed for the purpose of algorithms implementation for the applications of terrestrial radiation monitoring of exposed sources, search for missing radioactive sources, identification and delineation of radioactive contamination areas and distribution maps generating of radioactive exposure. Mobile robot detector of radiation is an experimental technology development platform to operate in laboratory environment or flat floor facilities. The prototype integrates a driving section of differential configuration robot on wheels, a support mechanism and rotation of shielded detector, actuator controller cards, acquisition and processing of sensor data, detection algorithms programming and control actuators, data recording (Data Logger) and data transmission in wireless way. The robot in this first phase is remotely operated in wireless way with a range of approximately 150 m line of sight and can extend that range to 300 m or more with the use of signal repeaters. The gamma radiation detection is performed using a Geiger detector shielded. Scan detection is performed at various time sampling periods and diverse positions of discrete or continuous angular orientation on the horizon. The captured data are geographical coordinates of robot GPS (latitude and longitude), orientation angle of shield, counting by sampling time, date, hours, minutes and seconds. The data is saved in a file in the Micro Sd memory on the robot. They are also sent in wireless way by an X Bee card to a remote station that receives for their online monitoring on a laptop through an acquisition program by serial port on Mat Lab. Additionally a voice synthesizing card with a horn, both in the robot, periodically pronounced in Spanish, data length, latitude, orientation angle of shield and detected accounts. (Author)

  15. Robotics at Savannah River site: activity report

    International Nuclear Information System (INIS)

    Byrd, J.S.

    1984-09-01

    The objectives of the Robotics Technology Group at the Savannah River Laboratory are to employ modern industrial robots and to develop unique automation and robotic systems to enhance process operations at the Savannah River site (SRP and SRL). The incentives are to improve safety, reduce personnel radiation exposure, improve product quality and productivity, and to reduce operating costs. During the past year robotic systems have been installed to fill chemical dilution vials in a SRP laboratory at 772-F and remove radioactive waste materials in the SRL Californium Production Facility at 773-A. A robotic system to lubricate an extrusion press has been developed and demonstrated in the SRL robotics laboratory and is scheduled for installation at the 321-M fuel fabrication area. A mobile robot was employed by SRP for a radiation monitoring task at a waste tank top in H-Area. Several other robots are installed in the SRL robotics laboratories and application development programs are underway. The status of these applications is presented in this report

  16. E-Learning System for Learning Virtual Circuit Making with a Microcontroller and Programming to Control a Robot

    Science.gov (United States)

    Takemura, Atsushi

    2015-01-01

    This paper proposes a novel e-Learning system for learning electronic circuit making and programming a microcontroller to control a robot. The proposed e-Learning system comprises a virtual-circuit-making function for the construction of circuits with a versatile, Arduino microcontroller and an educational system that can simulate behaviors of…

  17. Attitudes and reactions to a healthcare robot.

    Science.gov (United States)

    Broadbent, Elizabeth; Kuo, I Han; Lee, Yong In; Rabindran, Joel; Kerse, Ngaire; Stafford, Rebecca; MacDonald, Bruce A

    2010-06-01

    The use of robots in healthcare is a new concept. The public's perception and acceptance is not well understood. The objective was to investigate the perceptions and emotions toward the utilization of healthcare robots among individuals over 40 years of age, investigate factors contributing to acceptance, and evaluate differences in blood pressure checks taken by a robot and a medical student. Fifty-seven (n = 57) adults aged over 40 years and recruited from local general practitioner or gerontology group lists participated in two cross-sectional studies. The first was an open-ended questionnaire assessing perceptions of robots. In the second study, participants had their blood pressure taken by a medical student and by a robot. Patient comfort with each encounter, perceived accuracy of each measurement, and the quality of the patient interaction were studied in each case. Readings were compared by independent t-tests and regression analyses were conducted to predict quality ratings. Participants' perceptions about robots were influenced by their prior exposure to robots in literature or entertainment media. Participants saw many benefits and applications for healthcare robots, including simple medical procedures and physical assistance, but had some concerns about reliability, safety, and the loss of personal care. Blood pressure readings did not differ between the medical student and robot, but participants felt more comfortable with the medical student and saw the robot as less accurate. Although age and sex were not significant predictors, individuals who held more positive initial attitudes and emotions toward robots rated the robot interaction more favorably. Many people see robots as having benefits and applications in healthcare but some have concerns. Individual attitudes and emotions regarding robots in general are likely to influence future acceptance of their introduction into healthcare processes.

  18. A Service-Oriented Framework for the Development of Home Robots

    Directory of Open Access Journals (Sweden)

    Tsung-Hsien Yang

    2013-02-01

    Full Text Available In recent years, researchers have been building home robots able to interact and work with people. Yet, because of the complicated and independent robot development environments, it is not always easy to share and reuse robot code created by different providers. In this work, we present an ontology-based framework that integrates service-oriented computing environments with the standard web interface to develop reusable robotic services. In addition to the service discovery, selection, and composition processes often performed by traditional web services, our work also includes an adaptive mechanism through which the user can iteratively modify composite robotic services to suit his or her needs. The proposed methodology has been implemented and evaluated, and the results show that our framework can be used to build robotic services successfully.

  19. Modeling and Control of Collaborative Robot System using Haptic Feedback

    Directory of Open Access Journals (Sweden)

    Vivekananda Shanmuganatha

    2017-08-01

    Full Text Available When two robot systems can share understanding using any agreed knowledge, within the constraints of the system’s communication protocol, the approach may lead to a common improvement. This has persuaded numerous new research inquiries in human-robot collaboration. We have built up a framework prepared to do independent following and performing table-best protest object manipulation with humans and we have actualized two different activity models to trigger robot activities. The idea here is to explore collaborative systems and to build up a plan for them to work in a collaborative environment which has many benefits to a single more complex system. In the paper, two robots that cooperate among themselves are constructed. The participation linking the two robotic arms, the torque required and parameters are analyzed. Thus the purpose of this paper is to demonstrate a modular robot system which can serve as a base on aspects of robotics in collaborative robots using haptics.

  20. Programming industrial robots using advanced input-output devices: test-case example using a CAD package and a digital pen based on the Anoto technology

    Directory of Open Access Journals (Sweden)

    J. Norberto Pires

    2007-08-01

    Full Text Available Interaction with robot systems for specification of manufacturing tasks and motions needs to be simple, to enable wide-spread use of robots in SMEs. In the best case, existing practices from manual work could be used, to smoothly let current employees start using robot technology as a natural part of their work. Our aim is to simplify the robot programming task by allowing the user to simply make technical drawings on a sheet of paper. Craftsman use paper and raw sketches for several situations; to share ideas, to get a better imagination or to remember the customer situation. Currently these sketches have either to be interpreted by the worker when producing the final product by hand, or transferred into CAD file using an according tool. The former means that no automation is included, the latter means extra work and much experience in using the CAD tool. Our approach is to use the digital pen and paper from Anoto as input devices for SME robotic tasks, thereby creating simpler and more user friendly alternatives for programming, parameterization and commanding actions. To this end, the basic technology has been investigated and fully working prototypes have been developed to explore the possibilities and limitation in the context of typical SME applications. Based on the encouraging experimental results, we believe that drawings on digital paper will, among other means of human-robot interaction, play

  1. Cultural Robotics: The Culture of Robotics and Robotics in Culture

    Directory of Open Access Journals (Sweden)

    Hooman Samani

    2013-12-01

    Full Text Available In this paper, we have investigated the concept of “Cultural Robotics” with regard to the evolution of social into cultural robots in the 21st Century. By defining the concept of culture, the potential development of a culture between humans and robots is explored. Based on the cultural values of the robotics developers, and the learning ability of current robots, cultural attributes in this regard are in the process of being formed, which would define the new concept of cultural robotics. According to the importance of the embodiment of robots in the sense of presence, the influence of robots in communication culture is anticipated. The sustainability of robotics culture based on diversity for cultural communities for various acceptance modalities is explored in order to anticipate the creation of different attributes of culture between robots and humans in the future.

  2. Interaction Challenges in Human-Robot Space Exploration

    Science.gov (United States)

    Fong, Terrence; Nourbakhsh, Illah

    2005-01-01

    In January 2004, NASA established a new, long-term exploration program to fulfill the President's Vision for U.S. Space Exploration. The primary goal of this program is to establish a sustained human presence in space, beginning with robotic missions to the Moon in 2008, followed by extended human expeditions to the Moon as early as 2015. In addition, the program places significant emphasis on the development of joint human-robot systems. A key difference from previous exploration efforts is that future space exploration activities must be sustainable over the long-term. Experience with the space station has shown that cost pressures will keep astronaut teams small. Consequently, care must be taken to extend the effectiveness of these astronauts well beyond their individual human capacity. Thus, in order to reduce human workload, costs, and fatigue-driven error and risk, intelligent robots will have to be an integral part of mission design.

  3. A pet-type robot AIBO-assisted therapy as a day care program for chronic schizophrenia patients: A pilot study

    Directory of Open Access Journals (Sweden)

    Shin Narita

    2016-07-01

    Full Text Available Background AAT (Animal-assisted therapy was developed to promote human social and emotional functioning as a day care program for psychiatric patients. Aims In this study, we performed AAT using a pet-type robot, AIBO for schizophrenic patients. Methods After obtaining informed consent, we performed the AIBO-assisted therapy for three schizophrenic (ICD-10, F20.x2 patients (male: 1, female: 2 whose medication did not change over the 8 weeks study period in a ward. Results It was found that the AAT using AIBO may be useful for the patients with negative and general psychopathological symptoms such as “Anxiety” and “Uncooperativeness”. Conclusion We make use of this result, and we want to develop the AAT program using a pet-type robot, AIBO which may be suitable for Japanese psychiatric patients.

  4. Designing collective behavior in a termite-inspired robot construction team.

    Science.gov (United States)

    Werfel, Justin; Petersen, Kirstin; Nagpal, Radhika

    2014-02-14

    Complex systems are characterized by many independent components whose low-level actions produce collective high-level results. Predicting high-level results given low-level rules is a key open challenge; the inverse problem, finding low-level rules that give specific outcomes, is in general still less understood. We present a multi-agent construction system inspired by mound-building termites, solving such an inverse problem. A user specifies a desired structure, and the system automatically generates low-level rules for independent climbing robots that guarantee production of that structure. Robots use only local sensing and coordinate their activity via the shared environment. We demonstrate the approach via a physical realization with three autonomous climbing robots limited to onboard sensing. This work advances the aim of engineering complex systems that achieve specific human-designed goals.

  5. Friendly network robotics; Friendly network robotics

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    1997-03-01

    This paper summarizes the research results on the friendly network robotics in fiscal 1996. This research assumes an android robot as an ultimate robot and the future robot system utilizing computer network technology. The robot aiming at human daily work activities in factories or under extreme environments is required to work under usual human work environments. The human robot with similar size, shape and functions to human being is desirable. Such robot having a head with two eyes, two ears and mouth can hold a conversation with human being, can walk with two legs by autonomous adaptive control, and has a behavior intelligence. Remote operation of such robot is also possible through high-speed computer network. As a key technology to use this robot under coexistence with human being, establishment of human coexistent robotics was studied. As network based robotics, use of robots connected with computer networks was also studied. In addition, the R-cube (R{sup 3}) plan (realtime remote control robot technology) was proposed. 82 refs., 86 figs., 12 tabs.

  6. System for exchanging tools and end effectors on a robot

    International Nuclear Information System (INIS)

    Burry, D.B.; Williams, P.M.

    1991-01-01

    A system and method for exchanging tools and end effectors on a robot permits exchange during a programmed task. The exchange mechanism is located off the robot, thus reducing the mass of the robot arm and permitting smaller robots to perform designated tasks. A simple spring/collet mechanism mounted on the robot is used which permits the engagement and disengagement of the tool or end effector without the need for a rotational orientation of the tool to the end effector/collet interface. As the tool changing system is not located on the robot arm no umbilical cords are located on robot. 12 figures

  7. 25th Conference on Robotics in Alpe-Adria-Danube Region

    CERN Document Server

    Borangiu, Theodor

    2017-01-01

    This book presents the proceedings of the 25th International Conference on Robotics in Alpe-Adria-Danube Region, RAAD 2016 held in Belgrade, Serbia, on June 30th–July 2nd, 2016. In keeping with the tradition of the event, RAAD 2016 covered all the important areas of research and innovation in new robot designs and intelligent robot control, with papers including Intelligent robot motion control; Robot vision and sensory processing; Novel design of robot manipulators and grippers; Robot applications in manufacturing and services; Autonomous systems, humanoid and walking robots; Human–robot interaction and collaboration; Cognitive robots and emotional intelligence; Medical, human-assistive robots and prosthetic design; Robots in construction and arts, and Evolution, education, legal and social issues of robotics. For the first time in RAAD history, the themes cloud robots, legal and ethical issues in robotics as well as robots in arts were included in the technical program. The book is a valuable resource f...

  8. Robot vision for nuclear advanced robot

    International Nuclear Information System (INIS)

    Nakayama, Ryoichi; Okano, Hideharu; Kuno, Yoshinori; Miyazawa, Tatsuo; Shimada, Hideo; Okada, Satoshi; Kawamura, Astuo

    1991-01-01

    This paper describes Robot Vision and Operation System for Nuclear Advanced Robot. This Robot Vision consists of robot position detection, obstacle detection and object recognition. With these vision techniques, a mobile robot can make a path and move autonomously along the planned path. The authors implemented the above robot vision system on the 'Advanced Robot for Nuclear Power Plant' and tested in an environment mocked up as nuclear power plant facilities. Since the operation system for this robot consists of operator's console and a large stereo monitor, this system can be easily operated by one person. Experimental tests were made using the Advanced Robot (nuclear robot). Results indicate that the proposed operation system is very useful, and can be operate by only person. (author)

  9. [Simulation-based robot-assisted surgical training].

    Science.gov (United States)

    Kolontarev, K B; Govorov, A V; Rasner, P I; Sheptunov, S A; Prilepskaya, E A; Maltsev, E G; Pushkar, D Yu

    2015-12-01

    Since the first use of robotic surgical system in 2000, the robot-assisted technology has gained wide popularity throughout the world. Robot-assisted surgical training is a complex issue that requires significant efforts from students and teacher. During the last two decades, simulation-based training had received active development due to wide-spread occurrence and popularization of laparoscopic and robot-assisted surgical techniques. We performed a systematic review to identify the currently available simulators for robot-assisted surgery. We searched the Medline and Pubmed, English sources of literature data, using the following key words and phrases: "robotics", "robotic surgery", "computer assisted surgery", "simulation", "computer simulation", "virtual reality", "surgical training", and "surgical education". There were identified 565 publications, which meet the key words and phrases; 19 publications were selected for the final analysis. It was established that simulation-based training is the most promising teaching tool that can be used in the training of the next generation robotic surgeons. Today the use of simulators to train surgeons is validated. Price of devices is an obvious barrier for inclusion in the program for training of robotic surgeons, but the lack of this tool will result in a sharp increase in the duration of specialists training.

  10. Robotics at PSE ampersand G: The cutting edge

    International Nuclear Information System (INIS)

    Taylor, G.M.

    1992-01-01

    Public Service Electric ampersand Gas Company's robotics program, which started its momentum in the mid-1980s, has demonstrated a cost-benefit ratio of 1:3 from use of the technology at the utility's three nuclear power units, Salem-1 and-1, and Hope Creek. During PSE ampersand G's first five-year nuclear robotics plan, from April 1986 through December 1991, open-quotes we spent R1.6 million, but we saved $5.3 million,close quotes declared Harry T. Roman, principal engineer/PSE ampersand G robotics and artificial intelligence program manager. open-quotes That's one buck in, three bucks out.close quotes A third of the savings came from reduced dose, a third from fewer person-hours, and a third from decreased plant down-time. This report discusses the development and nuclear/applications of robots at PSE ampersand G

  11. Rule-based Dynamic Safety Monitoring for Mobile Robots

    DEFF Research Database (Denmark)

    Adam, Marian Sorin; Larsen, Morten; Jensen, Kjeld

    2016-01-01

    —Safety is a key challenge in robotics, in particular for mobile robots operating in an open and unpredictable environment. Safety certification is desired for commercial robots, but no existing approaches for addressing the safety challenge provide a clearly specified and isolated safety layer......, defined in an easily understandable way for facilitating safety certification. In this paper, we propose that functional-safety-critical concerns regarding the robot software be explicitly declared separately from the main program, in terms of externally observable properties of the software. Concretely...

  12. Robotic pulmonary lobectomy for lung cancer treatment: program implementation and initial experience.

    Science.gov (United States)

    Terra, Ricardo Mingarini; Araujo, Pedro Henrique Xavier Nabuco de; Lauricella, Leticia Leone; Campos, José Ribas Milanez de; Costa, Herbert Felix; Pego-Fernandes, Paulo Manuel

    2016-01-01

    To describe the implementation of a robotic thoracic surgery program at a public tertiary teaching hospital and to analyze its initial results. This was a planned interim analysis of a randomized clinical trial aimed at comparing video-assisted thoracoscopic surgery and robotic surgery in terms of the results obtained after pulmonary lobectomy. The robotic surgery program developed at the Instituto do Câncer do Estado de São Paulo, in the city of São Paulo, Brazil, is a multidisciplinary initiative involving various surgical specialties, as well as anesthesiology, nursing, and clinical engineering teams. In this analysis, we evaluated the patients included in the robotic lobectomy arm of the trial during its first three months (from April to June of 2015). Ten patients were included in this analysis. There were eight women and two men. The mean age was 65.1 years. All of the patients presented with peripheral tumors. We performed right upper lobectomy in four patients, right lower lobectomy in four, and left upper lobectomy in two. Surgical time varied considerably (range, 135-435 min). Conversion to open surgery or video-assisted thoracoscopic surgery was not necessary in any of the cases. Intraoperative complications were not found. Only the first patient required postoperative transfer to the ICU. There were no deaths or readmissions within the first 30 days after discharge. The only postoperative complication was chest pain (grade 3), in two patients. Pathological examination revealed complete tumor resection in all cases. When there is integration and proper training of all of the teams involved, the implementation of a robotic thoracic surgery program is feasible and can reduce morbidity and mortality. Descrever a implantação de um programa de cirurgia torácica robótica em um hospital terciário público universitário e analisar seus resultados iniciais. Este estudo é uma análise interina planejada de um ensaio clínico aleatorizado cujo objetivo

  13. Mid-sized omnidirectional robot with hydraulic drive and steering

    Science.gov (United States)

    Wood, Carl G.; Perry, Trent; Cook, Douglas; Maxfield, Russell; Davidson, Morgan E.

    2003-09-01

    Through funding from the US Army-Tank-Automotive and Armaments Command's (TACOM) Intelligent Mobility Program, Utah State University's (USU) Center for Self-Organizing and Intelligent Systems (CSOIS) has developed the T-series of omni-directional robots based on the USU omni-directional vehicle (ODV) technology. The ODV provides independent computer control of steering and drive in a single wheel assembly. By putting multiple omni-directional (OD) wheels on a chassis, a vehicle is capable of uncoupled translational and rotational motion. Previous robots in the series, the T1, T2, T3, ODIS, ODIS-T, and ODIS-S have all used OD wheels based on electric motors. The T4 weighs approximately 1400 lbs and features a 4-wheel drive wheel configuration. Each wheel assembly consists of a hydraulic drive motor and a hydraulic steering motor. A gasoline engine is used to power both the hydraulic and electrical systems. The paper presents an overview of the mechanical design of the vehicle as well as potential uses of this technology in fielded systems.

  14. Sprint: The first flight demonstration of the external work system robots

    Science.gov (United States)

    Price, Charles R.; Grimm, Keith

    1995-01-01

    The External Works Systems (EWS) 'X Program' is a new NASA initiative that will, in the next ten years, develop a new generation of space robots for active and participative support of zero g external operations. The robotic development will center on three areas: the assistant robot, the associate robot, and the surrogate robot that will support external vehicular activities (EVA) prior to and after, during, and instead of space-suited human external activities respectively. The EWS robotics program will be a combination of technology developments and flight demonstrations for operational proof of concept. The first EWS flight will be a flying camera called 'Sprint' that will seek to demonstrate operationally flexible, remote viewing capability for EVA operations, inspections, and contingencies for the space shuttle and space station. This paper describes the need for Sprint and its characteristics.

  15. MATHEMATICAL MODEL MANIPULATOR ROBOTS

    Directory of Open Access Journals (Sweden)

    O. N. Krakhmalev

    2015-12-01

    Full Text Available A mathematical model to describe the dynamics of manipulator robots. Mathematical model are the implementation of the method based on the Lagrange equation and using the transformation matrices of elastic coordinates. Mathematical model make it possible to determine the elastic deviations of manipulator robots from programmed motion trajectories caused by elastic deformations in hinges, which are taken into account in directions of change of the corresponding generalized coordinates. Mathematical model is approximated and makes it possible to determine small elastic quasi-static deviations and elastic vibrations. The results of modeling the dynamics by model are compared to the example of a two-link manipulator system. The considered model can be used when performing investigations of the mathematical accuracy of the manipulator robots.

  16. Robotic Software Integration Using MARIE

    Directory of Open Access Journals (Sweden)

    Carle Côté

    2006-03-01

    Full Text Available This paper presents MARIE, a middleware framework oriented towards developing and integrating new and existing software for robotic systems. By using a generic communication framework, MARIE aims to create a flexible distributed component system that allows robotics developers to share software programs and algorithms, and design prototypes rapidly based on their own integration needs. The use of MARIE is illustrated with the design of a socially interactive autonomous mobile robot platform capable of map building, localization, navigation, tasks scheduling, sound source localization, tracking and separation, speech recognition and generation, visual tracking, message reading and graphical interaction using a touch screen interface.

  17. Control of a high precision macro-micro robotic manipulator system

    International Nuclear Information System (INIS)

    Cho, Whang

    1997-01-01

    A controller for macro-micro robotic manipulator system in which kinematically independent two robotic sub-systems work together to improve the accuracy of the motion is proposed. A nonlinear feedback linearization scheme is employed as basic architecture for the controller and additional formulations about the controller structure are made to assure the robustness of the overall control action and to restrict the motion of micro sub-system close to its nominal position without causing saturation of joint associated with micro-robot. (author)

  18. Simulation and off-line programming at Sandia`s Intelligent Systems and Robotics Center

    Energy Technology Data Exchange (ETDEWEB)

    Xavier, P.G.; Fahrenholtz, J.C.; McDonald, M. [Sandia National Labs., Albuquerque, NM (United States). Intelligent Systems and Robotics Center] [and others

    1997-11-01

    One role of the Intelligent Robotics and System Center (ISRC) at Sandia National Laboratories is to address certain aspects of Sandia`s mission to design, manufacture, maintain, and dismantle nuclear weapon components. Hazardous materials, devices, and environments are often involved. Because of shrinking resources, these tasks must be accomplished with a minimum of prototyping, while maintaining high reliability. In this paper, the authors describe simulation, off-line programming/planning, and related tools which are in use, under development, and being researched to solve these problems at the ISRC.

  19. Kinematic Analysis of Continuum Robot Consisted of Driven Flexible Rods

    Directory of Open Access Journals (Sweden)

    Yingzhong Tian

    2016-01-01

    Full Text Available This paper presents the kinematic analysis of a continuum bionic robot with three flexible actuation rods. Since the motion of the end-effector is actuated by the deformation of the rods, the robot structure is with high elasticity and good compliance and the kinematic analysis of the robot requires special treatment. We propose a kinematic model based on the geometry with constant curvature. The analysis consists of two independent mappings: a general mapping for the kinematics of all robots and a specific mapping for this kind of robots. Both of those mappings are developed for the single section and for the multisections. We aim at providing a guide for kinematic analysis of the similar manipulators through this paper.

  20. Fable II: Design of a Modular Robot for Creative Learning

    DEFF Research Database (Denmark)

    Pacheco, Moises; Fogh, Rune; Lund, Henrik Hautop

    2015-01-01

    Robotic systems have a high potential for creative learning if they are flexible, accessible and engaging for the user in the experimental process of building and programming robots. In this paper we describe the Fable modular robotic system for creative learning which we develop to enable and mo...

  1. Peer-to-Peer Human-Robot Interaction for Space Exploration

    Science.gov (United States)

    Fong, Terrence; Nourbakhsh, Illah

    2004-01-01

    NASA has embarked on a long-term program to develop human-robot systems for sustained, affordable space exploration. To support this mission, we are working to improve human-robot interaction and performance on planetary surfaces. Rather than building robots that function as glorified tools, our focus is to enable humans and robots to work as partners and peers. In this paper. we describe our approach, which includes contextual dialogue, cognitive modeling, and metrics-based field testing.

  2. Robotic surgery start-up with a fellow as the console surgeon

    DEFF Research Database (Denmark)

    Reinhardt, Susanne; Ifaoui, Inge Boetker; Thorup, Jorgen

    2017-01-01

    learning curve for robotic pyeloplasty will allow pediatric urology fellowship programs to be integrated in the start-up phase of a pediatric robotic program even though the case material is limited. Operative success rates were in accordance with the gold standard of open surgery....

  3. 48 CFR 45.303 - Use of Government property on independent research and development programs.

    Science.gov (United States)

    2010-10-01

    ... development programs. The contracting officer may authorize a contractor to use the property on an independent... 48 Federal Acquisition Regulations System 1 2010-10-01 2010-10-01 false Use of Government property on independent research and development programs. 45.303 Section 45.303 Federal Acquisition...

  4. 15th International Symposium of Robotic Research

    CERN Document Server

    Khatib, Oussama

    2017-01-01

    This volume presents a collection of papers presented at the 15th International Symposium of Robotic Research (ISRR). ISRR is the biennial meeting of the International Foundation of Robotic Research (IFRR) and its 15th edition took place in Flagstaff, Arizona on December 9 to December 12, 2011. As for the previous symposia, ISRR 2011 followed up on the successful concept of a mixture of invited contributions and open submissions. Therefore approximately half of the 37 contributions were invited contributions from outstanding researchers selected by the IFRR officers and the program committee, and the other half were chosen among the open submissions after peer review. This selection process resulted in a truly excellent technical program which featured some of the very best of robotic research. The program was organized around oral presentation in a single-track format and included for the first time a small number of interactive presentations. The symposium contributions contained in this volume report on a ...

  5. Spatial and Temporal Abstractions in POMDPs Applied to Robot Navigation

    National Research Council Canada - National Science Library

    Theocharous, Georgios; Mahadevan, Sridhar; Kaelbling, Leslie P

    2005-01-01

    Partially observable Markov decision processes (POMDPs) are a well studied paradigm for programming autonomous robots, where the robot sequentially chooses actions to achieve long term goals efficiently...

  6. A System for Complex Robotic Welding

    DEFF Research Database (Denmark)

    Madsen, Ole; Sørensen, Carsten Bro; Olsen, Birger

    2002-01-01

    This paper presents the architecture of a system for robotic welding of complex tasks. The system integrates off-line programming, control of redundant robots, collision-free motion planning and sensor-based control. An implementation for pipe structure welding made at Odense Steel Shipyard Ltd......., Denmark, demonstrates the system can be used for automatic welding of complex products in one-of-a-kind production....

  7. Humanoid Robots in the Classroom

    DEFF Research Database (Denmark)

    Majgaard, Gunver

    2015-01-01

    Humanoid robots have been used as educational tools in primary and lower secondary schools. The students involved were between 11 and 16 years old. The learning goals included: programming, language learning, ethics, technology and mathematics, e.g. practised by 7th grade students who programmed...

  8. The development of robot application technology in nuclear facilities

    International Nuclear Information System (INIS)

    Lee, Jong Min; Kim, Seung Ho; Kim, Chang Hoi; Kim, Byung Soo; Hwang, Suk Young; Sohn, Surg Won; Lee, Yong Bum; Kim, Woong Ki

    1991-01-01

    The project of this study is intended to develop the application technology for autonomous robotic systems operated in hostile environments where human access is prohibited. The mobile robot, named as KAEROT, has been designed by adopting the controller of multiprocessor of distributed system architecture in order to get flexibility. 2 driving wheel assembles and 1 steering mechanism has been adopted and each of them is made of planetary wheel which is composed of a couple of star-like arms with 3 wheels. The 6 D.O.F of manipulator is controlled by CCD camera mounted on the elbow and base, to provide wide view of the working area for tele-operation. The off-line programming system is being developed for checking robot constraint violations within workspace prior to execution of robot programming. (Author)

  9. Dynamic Behavior Sequencing in a Hybrid Robot Architecture

    Science.gov (United States)

    2008-03-01

    robots to represent and execute procedures, scripts , and plans in dynamic environ- ments [24]. Ingrand et al. describe the PRS as the link between the...based language in a similar style to Java that follows a model-based programming approach. A model-based programming approach refers to embedded...refers to the angular orientation of the robot from its initial heading. Therefore, the θ parameter value of zero (0) indicates that the desired

  10. Kinematic and Dynamic Analysis of a Cable-Climbing Robot

    Directory of Open Access Journals (Sweden)

    Xu Fengyu

    2015-07-01

    Full Text Available To inspect broken cables or a cracked protective layer on cable-stayed bridges, a cable-climbing robot has been proposed and designed. In this paper, the complex 3D obstacles that may be encountered on cables are theoretically described, in order to investigate the obstacle-climbing capability of the cable-climbing robot. A climbing model is then proposed and used to design the robot. In the climbing model, two driven wheels are independently supported with a spring. Kinematics and dynamics models are further derived for the obstacle-climbing capabilities of the driving and driven wheels of the robot. In addition, the robot's obstacle-climbing tracks and its obstacle-climbing performance are simulated. Payload and obstacle-climbing experiments were conducted on the climbing robot in the laboratory. Based on the results of the simulation and the experiments, we obtained the variation of the driving torque in obstacle climbing. The contribution of this paper is intended to provide a basis for the precise motion control of the robot.

  11. Electronics and Software Engineer for Robotics Project Intern

    Science.gov (United States)

    Teijeiro, Antonio

    2017-01-01

    I was assigned to mentor high school students for the 2017 First Robotics Competition. Using a team based approach, I worked with the students to program the robot and applied my electrical background to build the robot from start to finish. I worked with students who had an interest in electrical engineering to teach them about voltage, current, pulse width modulation, solenoids, electromagnets, relays, DC motors, DC motor controllers, crimping and soldering electrical components, Java programming, and robotic simulation. For the simulation, we worked together to generate graphics files, write simulator description format code, operate Linux, and operate SOLIDWORKS. Upon completion of the FRC season, I transitioned over to providing full time support for the LCS hardware team. During this phase of my internship I helped my co-intern write test steps for two networking hardware DVTs , as well as run cables and update cable running lists.

  12. Use of robotics as a learning aid for disabled children

    Directory of Open Access Journals (Sweden)

    Teodiano Freire Bastos

    2012-05-01

    Full Text Available Severe disabled children have little chance of environmental and social exploration and discovery, and due to this lack of interaction and independency, it may lead to an idea that they are unable to do anything by themselves. Trying to help these children on this situation, educational robotics can offer and aid, once it can give them a certain degree of independency in exploration of environment. The system developed in this work allows the child to transmit the commands to a robot. Sensors placed on the child’s body can obtain information from head movement or muscle signals to command the robot to carry out tasks. With the use of this system, the disabled children get a better cognitive development and social interaction, balancing in a certain way, the negative effects of their disabilities.

  13. A Multidisciplinary Industrial Robot Approach for Teaching Mechatronics-Related Courses

    Science.gov (United States)

    Garduño-Aparicio, Mariano; Rodríguez-Reséndiz, Juvenal; Macias-Bobadilla, Gonzalo; Thenozhi, Suresh

    2018-01-01

    This paper presents a robot prototype for an undergraduate laboratory program designed to fulfill the criteria laid out by ABET. The main objective of the program is for students to learn some basic concepts of embedded systems and robotics, and apply them in practice. For that purpose, various practical laboratory exercises were prepared to teach…

  14. A Low-Cost Immersive Virtual Reality System for Teaching Robotic Manipulators Programming

    Directory of Open Access Journals (Sweden)

    Vicente Román-Ibáñez

    2018-04-01

    Full Text Available Laboratory tasks are a powerful pedagogical strategy for developing competences in science and engineering degrees, making students understand in a practical way the theoretical topics explained in the classroom. However, performing experiments in real conditions is usually expensive in terms of time, money and energy, as it requires expensive infrastructures that are generally difficult to maintain in good conditions. To overcome this problem, virtual reality has proven to be a powerful tool to achieve sustainability, making it easy to update laboratories without the need to acquire new equipment. Moreover, the ability to introduce practical knowledge into classrooms without leaving them, makes virtual laboratories capable of simulating typical operating environments as well as extreme situations in the operation of different devices. A typical subject in which students can benefit from the use of virtual laboratories is robotics. In this work we will develop an immersive virtual reality (VR pedagogical simulator of industrial robotic arms for engineering students. With the proposed system, students will know the effects of their own designed trajectories on several different robotic arms and cell environments without having to buy all of them and being safe of damaging the cell components. The simulation will be checking for collisions of the elements in the scene and alert the student when they happen. This can be achieved with a robotic simulator, but the integration with immersive VR is intended to help students better understand robotics. Moreover, even having a real robotic arm available for students, with this proposed VR method, all the students have the opportunity to manage and learn his own version of the robotic cell, without waiting times generated by having less robotic arms than students in classroom.

  15. Robotics

    Science.gov (United States)

    Popov, E. P.; Iurevich, E. I.

    The history and the current status of robotics are reviewed, as are the design, operation, and principal applications of industrial robots. Attention is given to programmable robots, robots with adaptive control and elements of artificial intelligence, and remotely controlled robots. The applications of robots discussed include mechanical engineering, cargo handling during transportation and storage, mining, and metallurgy. The future prospects of robotics are briefly outlined.

  16. A Critical Analysis of the Use of Remote Presence Robots in Nursing Education

    Directory of Open Access Journals (Sweden)

    Louise Racine

    2016-01-01

    Full Text Available The exponential proliferation of e-learning programs has considerably changed the landscape of contemporary nursing education. Nursing programs are delivered through classroom, blended, fully computerized or distributive models. The aim of this paper is to provide a critical theoretical analysis of potential pitfalls of the utilization of remote robots in nursing education. Against the backdrop of the nature of nursing knowledge, the usefulness of robots in nursing education is appraised. Robots enable students living in remote geographical areas to learn in their communities. The lack of evidence to support the efficiency of remote presence robots in nursing education, in general, and in clinical nursing education, in particular, raises some questions. Robots may run the risk of dehumanizing nursing education and impoverishing the acquisition of critical thinking skills. A critical examination of the advantages and disadvantages of remote robots should inform nurse administrators and educators before making decisions to rely on this cyber-based technology to support the delivery of nursing programs in remote areas.

  17. High-throughput mouse genotyping using robotics automation.

    Science.gov (United States)

    Linask, Kaari L; Lo, Cecilia W

    2005-02-01

    The use of mouse models is rapidly expanding in biomedical research. This has dictated the need for the rapid genotyping of mutant mouse colonies for more efficient utilization of animal holding space. We have established a high-throughput protocol for mouse genotyping using two robotics workstations: a liquid-handling robot to assemble PCR and a microfluidics electrophoresis robot for PCR product analysis. This dual-robotics setup incurs lower start-up costs than a fully automated system while still minimizing human intervention. Essential to this automation scheme is the construction of a database containing customized scripts for programming the robotics workstations. Using these scripts and the robotics systems, multiple combinations of genotyping reactions can be assembled simultaneously, allowing even complex genotyping data to be generated rapidly with consistency and accuracy. A detailed protocol, database, scripts, and additional background information are available at http://dir.nhlbi.nih.gov/labs/ldb-chd/autogene/.

  18. Computer Aided Design of a Low-Cost Painting Robot

    Directory of Open Access Journals (Sweden)

    SYEDA MARIA KHATOON ZAIDI

    2017-10-01

    Full Text Available The application of robots or robotic systems for painting parts is becoming increasingly conventional; to improve reliability, productivity, consistency and to decrease waste. However, in Pakistan only highend Industries are able to afford the luxury of a robotic system for various purposes. In this study we propose an economical Painting Robot that a small-scale industry can install in their plant with ease. The importance of this robot is that being cost effective, it can easily be replaced in small manufacturing industries and therefore, eliminate health problems occurring to the individual in charge of painting parts on an everyday basis. To achieve this aim, the robot is made with local parts with only few exceptions, to cut costs; and the programming language is kept at a mediocre level. Image processing is used to establish object recognition and it can be programmed to paint various simple geometries. The robot is placed on a conveyer belt to maximize productivity. A four DoF (Degree of Freedom arm increases the working envelope and accessibility of painting different shaped parts with ease. This robot is capable of painting up, front, back, left and right sides of the part with a single colour. Initially CAD (Computer Aided Design models of the robot were developed which were analyzed, modified and improved to withstand loading condition and perform its task efficiently. After design selection, appropriate motors and materials were selected and the robot was developed. Throughout the development phase, minor problems and errors were fixed accordingly as they arose. Lastly the robot was integrated with the computer and image processing for autonomous control. The final results demonstrated that the robot is economical and reduces paint wastage.

  19. Computer aided design of a low-cost painting robot

    International Nuclear Information System (INIS)

    Zaidi, S.M.; Janejo, F.; Mujtaba, S.B.

    2017-01-01

    The application of robots or robotic systems for painting parts is becoming increasingly conventional; to improve reliability, productivity, consistency and to decrease waste. However, in Pakistan only highend Industries are able to afford the luxury of a robotic system for various purposes. In this study we propose an economical Painting Robot that a small-scale industry can install in their plant with ease. The importance of this robot is that being cost effective, it can easily be replaced in small manufacturing industries and therefore, eliminate health problems occurring to the individual in charge of painting parts on an everyday basis. To achieve this aim, the robot is made with local parts with only few exceptions, to cut costs; and the programming language is kept at a mediocre level. Image processing is used to establish object recognition and it can be programmed to paint various simple geometries. The robot is placed on a conveyer belt to maximize productivity. A four DoF (Degree of Freedom) arm increases the working envelope and accessibility of painting different shaped parts with ease. This robot is capable of painting up, front, back, left and right sides of the part with a single colour. Initially CAD (Computer Aided Design) models of the robot were developed which were analyzed, modified and improved to withstand loading condition and perform its task efficiently. After design selection, appropriate motors and materials were selected and the robot was developed. Throughout the development phase, minor problems and errors were fixed accordingly as they arose. Lastly the robot was integrated with the computer and image processing for autonomous control. The final results demonstrated that the robot is economical and reduces paint wastage. (author)

  20. Robotic nurse duties in the urology operative room: 11 years of experience

    Directory of Open Access Journals (Sweden)

    Ali Abdel Raheem

    2017-04-01

    Full Text Available The robotic nurse plays an essential role in a successful robotic surgery. As part of the robotic surgical team, the robotic nurse must demonstrate a high level of professional knowledge, and be an expert in robotic technology and dealing with robotic malfunctions. Each one of the robotic nursing team “nurse coordinator, scrub-nurse and circulating-nurse” has a certain job description to ensure maximum patient's safety and robotic surgical efficiency. Well-structured training programs should be offered to the robotic nurse to be well prepared, feel confident, and maintain high-quality of care.

  1. Robotic and Sensor Technologies for Mobility in Older People.

    Science.gov (United States)

    Penteridis, Lazaros; D'Onofrio, Grazia; Sancarlo, Daniele; Giuliani, Francesco; Ricciardi, Francesco; Cavallo, Filippo; Greco, Antonio; Trochidis, Ilias; Gkiokas, Alexander

    2017-10-01

    Maintaining independent mobility is fundamental to independent living and to the quality of life of older people. Robotic and sensor technologies may offer a lot of potential and can make a significant difference in the lives of older people and to their primary caregivers. The aim of this study was to provide a presentation of the methods that are used up till now for analysis and evaluation of human mobility utilizing sensor technologies and to give the state of the art in robotic platforms for supporting older people with mobility limitations. The literature was reviewed and systematic reviews of cohort studies and other authoritative reports were identified. The selection criteria included (1) patients with age ≥60 years; (2) patients with unstable gait, with or without recurrent falls; (3) patients with slow movements, short strides, and little trunk movement; (4) sensor technologies that are currently used for mobility evaluation; and (5) robotic technologies that can serve as a supporting companion for older people with mobility limitations. One hundred eighty-one studies published up until February 2017 were identified, of which 36 were included. Two categories of research were identified from the review regarding the robot and sensor technologies: (1) sensor technologies for mobility analysis and (2) robots for supporting older people with mobility limitations. Potential for robotic and sensor technologies can be taken advantage of for evaluation and support at home for elder persons with mobility limitations in an automated way without the need of the physical presence of any medical personnel, reducing the stress of caregivers.

  2. Robot 2015 : Second Iberian Robotics Conference : Advances in Robotics

    CERN Document Server

    Moreira, António; Lima, Pedro; Montano, Luis; Muñoz-Martinez, Victor

    2016-01-01

    This book contains a selection of papers accepted for presentation and discussion at ROBOT 2015: Second Iberian Robotics Conference, held in Lisbon, Portugal, November 19th-21th, 2015. ROBOT 2015 is part of a series of conferences that are a joint organization of SPR – “Sociedade Portuguesa de Robótica/ Portuguese Society for Robotics”, SEIDROB – Sociedad Española para la Investigación y Desarrollo de la Robótica/ Spanish Society for Research and Development in Robotics and CEA-GTRob – Grupo Temático de Robótica/ Robotics Thematic Group. The conference organization had also the collaboration of several universities and research institutes, including: University of Minho, University of Porto, University of Lisbon, Polytechnic Institute of Porto, University of Aveiro, University of Zaragoza, University of Malaga, LIACC, INESC-TEC and LARSyS. Robot 2015 was focussed on the Robotics scientific and technological activities in the Iberian Peninsula, although open to research and delegates from other...

  3. Robot development for nuclear material processing

    International Nuclear Information System (INIS)

    Pedrotti, L.R.; Armantrout, G.A.; Allen, D.C.; Sievers, R.H. Sr.

    1991-07-01

    The Department of Energy is seeking to modernize its special nuclear material (SNM) production facilities and concurrently reduce radiation exposures and process and incidental radioactive waste generated. As part of this program, Lawrence Livermore National Laboratory (LLNL) lead team is developing and adapting generic and specific applications of commercial robotic technologies to SNM pyrochemical processing and other operations. A working gantry robot within a sealed processing glove box and a telerobot control test bed are manifestations of this effort. This paper describes the development challenges and progress in adapting processing, robotic, and nuclear safety technologies to the application. 3 figs

  4. Effects of Assist-As-Needed Upper Extremity Robotic Therapy after Incomplete Spinal Cord Injury: A Parallel-Group Controlled Trial

    Directory of Open Access Journals (Sweden)

    John Michael Frullo

    2017-06-01

    Full Text Available BackgroundRobotic rehabilitation of the upper limb following neurological injury has been supported through several large clinical studies for individuals with chronic stroke. The application of robotic rehabilitation to the treatment of other neurological injuries is less developed, despite indications that strategies successful for restoration of motor capability following stroke may benefit individuals with incomplete spinal cord injury (SCI as well. Although recent studies suggest that robot-aided rehabilitation might be beneficial after incomplete SCI, it is still unclear what type of robot-aided intervention contributes to motor recovery.MethodsWe developed a novel assist-as-needed (AAN robotic controller to adjust challenge and robotic assistance continuously during rehabilitation therapy delivered via an upper extremity exoskeleton, the MAHI Exo-II, to train independent elbow and wrist joint movements. We further enrolled seventeen patients with incomplete spinal cord injury (AIS C and D levels in a parallel-group balanced controlled trial to test the efficacy of the AAN controller, compared to a subject-triggered (ST controller that does not adjust assistance or challenge levels continuously during therapy. The conducted study is a stage two, development-of-concept pilot study.ResultsWe validated the AAN controller in its capability of modulating assistance and challenge during therapy via analysis of longitudinal robotic metrics. For the selected primary outcome measure, the pre–post difference in ARAT score, no statistically significant change was measured in either group of subjects. Ancillary analysis of secondary outcome measures obtained via robotic testing indicates gradual improvement in movement quality during the therapy program in both groups, with the AAN controller affording greater increases in movement quality over the ST controller.ConclusionThe present study demonstrates feasibility of subject-adaptive robotic therapy

  5. Robotic laparoscopic surgery: cost and training.

    Science.gov (United States)

    Amodeo, A; Linares Quevedo, A; Joseph, J V; Belgrano, E; Patel, H R H

    2009-06-01

    developing a robotic surgical program: it is very important to show that robotics will add a dimension that will benefit the hospital, the patient care and institutional recognition. Another essential task to overcome is the important education of the operating room nursing staff, a significant difference between this modality and traditional surgery. Without operating room environment support, most surgeons will revert to traditional methods even after a few successful robotics cases. As the field of robotic surgery continues to grow, graduate medical education and continuing medical education programs that address the surgical robotic learning needs of residents and practicing surgeons need to be developed.

  6. Multilateral Telecoordinated Control of Multiple Robots With Uncertain Kinematics.

    Science.gov (United States)

    Zhai, Di-Hua; Xia, Yuanqing

    2017-06-06

    This paper addresses the telecoordinated control of multiple robots in the simultaneous presence of asymmetric time-varying delays, nonpassive external forces, and uncertain kinematics/dynamics. To achieve the control objective, a neuroadaptive controller with utilizing prescribed performance control and switching control technique is developed, where the basic idea is to employ the concept of motion synchronization in each pair of master-slave robots and among all slave robots. By using the multiple Lyapunov-Krasovskii functionals method, the state-independent input-to-output practical stability of the closed-loop system is established. Compared with the previous approaches, the new design is straightforward and easier to implement and is applicable to a wider area. Simulation results on three pairs of three degrees-of-freedom robots confirm the theoretical findings.

  7. Aplikasi Pengontrol Robot Mobil Menggunakan Suara Berbasis Android

    Directory of Open Access Journals (Sweden)

    I Putu Aix Cendana

    2017-08-01

    Full Text Available Robot Mobil is a robot that is made using wheel drive equipment, so it can move and move position. Automobile robots can move and move positions automatically not only according to embedded programs, but can also be controlled directly remotely. Android-Based Robot Car-Based Controller App is a built-in app for controlling the movement of car robots using voice commands. Applications are made using Google's Speech API to convert voice-to-text inputs before being sent to a car robot. Applications can be used by connecting to the Internet (online to be able to use Google's Speech API. The app can also be used without being connected to the Internet (offline by downloading offline speech recognition language first. Response to the movement of the car robot after the spoken word on the application an average of 7 seconds online and 5 seconds offline in real-time.

  8. A new CT-aided robotic stereotaxis system

    International Nuclear Information System (INIS)

    Shao, H.M.; Chen, J.Y.; Truong, T.K.; Reed, I.S.

    1985-01-01

    In this paper, it is shown that a robot arm may be programmed to replace the stereotaxic frame for trajectory guidance. Since the robot is driven by a computer, it offers substantial flexibility, speed and accuracy advantages over the frame. It allows a surgeon to conveniently manipulate the probe trajectory in a variety of possible directions. As a consequence, even more sophisticated stereotaxic procedures are now possible. An experimental robotic stereotaxic system is now in operation. It is described in detail in this paper

  9. Versatile robotic interface to evaluate, enable and train locomotion and balance after neuromotor disorders.

    Science.gov (United States)

    Dominici, Nadia; Keller, Urs; Vallery, Heike; Friedli, Lucia; van den Brand, Rubia; Starkey, Michelle L; Musienko, Pavel; Riener, Robert; Courtine, Grégoire

    2012-07-01

    Central nervous system (CNS) disorders distinctly impair locomotor pattern generation and balance, but technical limitations prevent independent assessment and rehabilitation of these subfunctions. Here we introduce a versatile robotic interface to evaluate, enable and train pattern generation and balance independently during natural walking behaviors in rats. In evaluation mode, the robotic interface affords detailed assessments of pattern generation and dynamic equilibrium after spinal cord injury (SCI) and stroke. In enabling mode,the robot acts as a propulsive or postural neuroprosthesis that instantly promotes unexpected locomotor capacities including overground walking after complete SCI, stair climbing following partial SCI and precise paw placement shortly after stroke. In training mode, robot-enabled rehabilitation, epidural electrical stimulation and monoamine agonists reestablish weight-supported locomotion, coordinated steering and balance in rats with a paralyzing SCI. This new robotic technology and associated concepts have broad implications for both assessing and restoring motor functions after CNS disorders, both in animals and in humans.

  10. The Virtual Robotics Laboratory; TOPICAL

    International Nuclear Information System (INIS)

    Kress, R.L.; Love, L.J.

    1999-01-01

    The growth of the Internet has provided a unique opportunity to expand research collaborations between industry, universities, and the national laboratories. The Virtual Robotics Laboratory (VRL) is an innovative program at Oak Ridge National Laboratory (ORNL) that is focusing on the issues related to collaborative research through controlled access of laboratory equipment using the World Wide Web. The VRL will provide different levels of access to selected ORNL laboratory secondary education programs. In the past, the ORNL Robotics and Process Systems Division has developed state-of-the-art robotic systems for the Army, NASA, Department of Energy, Department of Defense, as well as many other clients. After proof of concept, many of these systems sit dormant in the laboratories. This is not out of completion of all possible research topics. but from completion of contracts and generation of new programs. In the past, a number of visiting professors have used this equipment for their own research. However, this requires that the professor, and possibly his/her students, spend extended periods at the laboratory facility. In addition, only a very exclusive group of faculty can gain access to the laboratory and hardware. The VRL is a tool that enables extended collaborative efforts without regard to geographic limitations

  11. Robots with a gentle touch: advances in assistive robotics and prosthetics.

    Science.gov (United States)

    Harwin, W S

    1999-01-01

    As healthcare costs rise and an aging population makes an increased demand on services, so new techniques must be introduced to promote an individuals independence and provide these services. Robots can now be designed so they can alter their dynamic properties changing from stiff to flaccid, or from giving no resistance to movement, to damping any large and sudden movements. This has some strong implications in health care in particular for rehabilitation where a robot must work in conjunction with an individual, and might guiding or assist a persons arm movements, or might be commanded to perform some set of autonomous actions. This paper presents the state-of-the-art of rehabilitation robots with examples from prosthetics, aids for daily living and physiotherapy. In all these situations there is the potential for the interaction to be non-passive with a resulting potential for the human/machine/environment combination to become unstable. To understand this instability we must develop better models of the human motor system and fit these models with realistic parameters. This paper concludes with a discussion of this problem and overviews some human models that can be used to facilitate the design of the human/machine interfaces.

  12. Energy efficiency of mobile soft robots.

    Science.gov (United States)

    Shui, Langquan; Zhu, Liangliang; Yang, Zhe; Liu, Yilun; Chen, Xi

    2017-11-15

    The performance of mobile soft robots is usually characterized by their locomotion/velocity efficiency, whereas the energy efficiency is a more intrinsic and fundamental criterion for the performance evaluation of independent or integrated soft robots. In this work, a general framework is established to evaluate the energy efficiency of mobile soft robots by considering the efficiency of the energy source, actuator and locomotion, and some insights for improving the efficiency of soft robotic systems are presented. Proposed as the ratio of the desired locomotion kinetic energy to the input mechanical energy, the energy efficiency of locomotion is found to play a critical role in determining the overall energy efficiency of soft robots. Four key factors related to the locomotion energy efficiency are identified, that is, the locomotion modes, material properties, geometric sizes, and actuation states. It is found that the energy efficiency of most mobile soft robots reported in the literature is surprisingly low (mostly below 0.1%), due to the inefficient mechanical energy that essentially does not contribute to the desired locomotion. A comparison of the locomotion energy efficiency for several representative locomotion modes in the literature is presented, showing a descending ranking as: jumping ≫ fish-like swimming > snake-like slithering > rolling > rising/turning over > inchworm-like inching > quadruped gait > earthworm-like squirming. Besides, considering the same locomotion mode, soft robots with lower stiffness, higher density and larger size tend to have higher locomotion energy efficiency. Moreover, a periodic pulse actuation instead of a continuous actuation mode may significantly reduce the input mechanical energy, thus improving the locomotion energy efficiency, especially when the pulse actuation matches the resonant states of the soft robots. The results presented herein indicate a large and necessary space for improving the locomotion energy

  13. Cultural Robotics: The Culture of Robotics and Robotics in Culture

    OpenAIRE

    Hooman Samani; Elham Saadatian; Natalie Pang; Doros Polydorou; Owen Noel Newton Fernando; Ryohei Nakatsu; Jeffrey Tzu Kwan Valino Koh

    2013-01-01

    In this paper, we have investigated the concept of “Cultural Robotics” with regard to the evolution of social into cultural robots in the 21st Century. By defining the concept of culture, the potential development of a culture between humans and robots is explored. Based on the cultural values of the robotics developers, and the learning ability of current robots, cultural attributes in this regard are in the process of being formed, which would define the new concept of cultural robotics. Ac...

  14. A singular value decomposition linear programming (SVDLP) optimization technique for circular cone based robotic radiotherapy

    Science.gov (United States)

    Liang, Bin; Li, Yongbao; Wei, Ran; Guo, Bin; Xu, Xuang; Liu, Bo; Li, Jiafeng; Wu, Qiuwen; Zhou, Fugen

    2018-01-01

    With robot-controlled linac positioning, robotic radiotherapy systems such as CyberKnife significantly increase freedom of radiation beam placement, but also impose more challenges on treatment plan optimization. The resampling mechanism in the vendor-supplied treatment planning system (MultiPlan) cannot fully explore the increased beam direction search space. Besides, a sparse treatment plan (using fewer beams) is desired to improve treatment efficiency. This study proposes a singular value decomposition linear programming (SVDLP) optimization technique for circular collimator based robotic radiotherapy. The SVDLP approach initializes the input beams by simulating the process of covering the entire target volume with equivalent beam tapers. The requirements on dosimetry distribution are modeled as hard and soft constraints, and the sparsity of the treatment plan is achieved by compressive sensing. The proposed linear programming (LP) model optimizes beam weights by minimizing the deviation of soft constraints subject to hard constraints, with a constraint on the l 1 norm of the beam weight. A singular value decomposition (SVD) based acceleration technique was developed for the LP model. Based on the degeneracy of the influence matrix, the model is first compressed into lower dimension for optimization, and then back-projected to reconstruct the beam weight. After beam weight optimization, the number of beams is reduced by removing the beams with low weight, and optimizing the weights of the remaining beams using the same model. This beam reduction technique is further validated by a mixed integer programming (MIP) model. The SVDLP approach was tested on a lung case. The results demonstrate that the SVD acceleration technique speeds up the optimization by a factor of 4.8. Furthermore, the beam reduction achieves a similar plan quality to the globally optimal plan obtained by the MIP model, but is one to two orders of magnitude faster. Furthermore, the SVDLP

  15. A singular value decomposition linear programming (SVDLP) optimization technique for circular cone based robotic radiotherapy.

    Science.gov (United States)

    Liang, Bin; Li, Yongbao; Wei, Ran; Guo, Bin; Xu, Xuang; Liu, Bo; Li, Jiafeng; Wu, Qiuwen; Zhou, Fugen

    2018-01-05

    With robot-controlled linac positioning, robotic radiotherapy systems such as CyberKnife significantly increase freedom of radiation beam placement, but also impose more challenges on treatment plan optimization. The resampling mechanism in the vendor-supplied treatment planning system (MultiPlan) cannot fully explore the increased beam direction search space. Besides, a sparse treatment plan (using fewer beams) is desired to improve treatment efficiency. This study proposes a singular value decomposition linear programming (SVDLP) optimization technique for circular collimator based robotic radiotherapy. The SVDLP approach initializes the input beams by simulating the process of covering the entire target volume with equivalent beam tapers. The requirements on dosimetry distribution are modeled as hard and soft constraints, and the sparsity of the treatment plan is achieved by compressive sensing. The proposed linear programming (LP) model optimizes beam weights by minimizing the deviation of soft constraints subject to hard constraints, with a constraint on the l 1 norm of the beam weight. A singular value decomposition (SVD) based acceleration technique was developed for the LP model. Based on the degeneracy of the influence matrix, the model is first compressed into lower dimension for optimization, and then back-projected to reconstruct the beam weight. After beam weight optimization, the number of beams is reduced by removing the beams with low weight, and optimizing the weights of the remaining beams using the same model. This beam reduction technique is further validated by a mixed integer programming (MIP) model. The SVDLP approach was tested on a lung case. The results demonstrate that the SVD acceleration technique speeds up the optimization by a factor of 4.8. Furthermore, the beam reduction achieves a similar plan quality to the globally optimal plan obtained by the MIP model, but is one to two orders of magnitude faster. Furthermore, the SVDLP

  16. Robot Actors, Robot Dramaturgies

    DEFF Research Database (Denmark)

    Jochum, Elizabeth

    This paper considers the use of tele-operated robots in live performance. Robots and performance have long been linked, from the working androids and automata staged in popular exhibitions during the nineteenth century and the robots featured at Cybernetic Serendipity (1968) and the World Expo...

  17. The Strategic Technologies for Automation and Robotics (STEAR) program: Protection of materials in the space environment subprogram

    Science.gov (United States)

    Schmidt, Lorne R.; Francoeur, J.; Aguero, Alina; Wertheimer, Michael R.; Klemberg-Sapieha, J. E.; Martinu, L.; Blezius, J. W.; Oliver, M.; Singh, A.

    1995-01-01

    Three projects are currently underway for the development of new coatings for the protection of materials in the space environment. These coatings are based on vacuum deposition technologies. The projects will go as far as the proof-of-concept stage when the commercial potential for the technology will be demonstrated on pilot-scale fabrication facilities in 1996. These projects are part of a subprogram to develop supporting technologies for automation and robotics technologies being developed under the Canadian Space Agency's STEAR Program, part of the Canadian Space Station Program.

  18. Dynamic Modelling Of A SCARA Robot

    Science.gov (United States)

    Turiel, J. Perez; Calleja, R. Grossi; Diez, V. Gutierrez

    1987-10-01

    This paper describes a method for modelling industrial robots that considers dynamic approach to manipulation systems motion generation, obtaining the complete dynamic model for the mechanic part of the robot and taking into account the dynamic effect of actuators acting at the joints. For a four degree of freedom SCARA robot we obtain the dynamic model for the basic (minimal) configuration, that is, the three degrees of freedom that allow us to place the robot end effector in a desired point, using the Lagrange Method to obtain the dynamic equations in matrix form. The manipulator is considered to be a set of rigid bodies inter-connected by joints in the form of simple kinematic pairs. Then, the state space model is obtained for the actuators that move the robot joints, uniting the models of the single actuators, that is, two DC permanent magnet servomotors and an electrohydraulic actuator. Finally, using a computer simulation program written in FORTRAN language, we can compute the matrices of the complete model.

  19. Systems and Methods for Gravity-Independent Gripping and Drilling

    Science.gov (United States)

    Parness, Aaron (Inventor); Frost, Matthew A. (Inventor); Thatte, Nitish (Inventor); King, Jonathan P. (Inventor)

    2016-01-01

    Systems and methods for gravity independent gripping and drilling are described. The gripping device can also comprise a drill or sampling devices for drilling and/or sampling in microgravity environments, or on vertical or inverted surfaces in environments where gravity is present. A robotic system can be connected with the gripping and drilling devices via an ankle interface adapted to distribute the forces realized from the robotic system.

  20. Learning to Explain: The Role of Educational Robots in Science Education

    Science.gov (United States)

    Datteri, Edoardo; Zecca, Luisa; Laudisa, Federico; Castiglioni, Marco

    2013-01-01

    Educational robotics laboratories typically involve building and programming robotic systems to perform particular tasks or solve problems. In this paper we explore the potential educational value of a form of robot-supported educational activity that has been little discussed in the literature. During these activities, primary school children are…

  1. Initial consecutive 125 cases of robotic assisted laparoscopic radical prostatectomy performed in Ireland's first robotic radical prostatectomy centre.

    LENUS (Irish Health Repository)

    Bouchier-Hayes, D M

    2012-03-01

    We examined the patient characteristics, operative proceedings and the outcomes of the initial series of 125 cases of robot-assisted laparoscopic radical prostatectomy (RALRP) in an independent hospital in Ireland, performed by two surgeons using the da Vinci(®) surgical system.

  2. DARPA Robotics Challenge (DRC) Using Human-Machine Teamwork to Perform Disaster Response with a Humanoid Robot

    Science.gov (United States)

    2017-02-01

    leverage our tools and skills to develop a system in which we can get the simulated government furnished equipment (GFE) robot to walk over various types...our control software to the constellation and made a small helper program that gave us the possibility to restart our control software should...avoided this way. - The time and bandwidth limits caused us to integrate helper tools based on computer vision and a microphone sensor into the robot

  3. High level programming for the control of a tele operating mobile robot and with line following; Programacion de alto nivel para el control de un robot movil teleoperado y con seguimiento de linea

    Energy Technology Data Exchange (ETDEWEB)

    Bernal U, E. [Instituto Tecnologico de Toluca, Metepec, Estado de Mexico (Mexico)

    2006-07-01

    The TRASMAR automated vehicle was built with the purpose of transporting radioactive materials, it has a similar kinematic structure to that of a tricycle, in where the front wheel is the one in charge of offering the traction and direction, both rear wheels rotate freely and they are subject to a common axle. The electronic design was carried out being based on a MC68HC811 micro controller of the Motorola company. Of the characteristics that the robot possesses it stands out that it counts with an obstacle perception system through three ultrasonic sensors located in the front part of the vehicle to avoid collisions. The robot has two operation modes, the main mode is the manual, manipulated through a control by infrareds, although it can also move in autonomous way by means of the line pursuit technique using two reflective infrared sensors. As any other electronic system, the mobile robot required of improvements and upgrades. The modifications to be carried out were focused to the control stage. Its were intended as elements of upgrade the incorporation of the MC68HC912B32 micro controller and to replace the assembler language characteristic of this type of systems, by a high level language for micro controllers of this type, in this case the FORTH. In a same way it was implemented inside the program the function of the robot's displacement in an autonomous way by means of the line pursuit technique using control with fuzzy logic. The carried out work is distributed in the following way: In the chapter 1 the robot's characteristics are mentioned, as well as the objectives that thought about to the beginning of the project and the justifications that motivated the realization of this upgrade. In the chapters 2 at 5 are presented in a theoretical way the supports used for the the robot's upgrade, as the used modules of the micro controller, those main characteristics of the FORTH language, the theory of the fuzzy logic and the design of the stage

  4. High level programming for the control of a tele operating mobile robot and with line following; Programacion de alto nivel para el control de un robot movil teleoperado y con seguimiento de linea

    Energy Technology Data Exchange (ETDEWEB)

    Bernal U, E [Instituto Tecnologico de Toluca, Metepec, Estado de Mexico (Mexico)

    2006-07-01

    The TRASMAR automated vehicle was built with the purpose of transporting radioactive materials, it has a similar kinematic structure to that of a tricycle, in where the front wheel is the one in charge of offering the traction and direction, both rear wheels rotate freely and they are subject to a common axle. The electronic design was carried out being based on a MC68HC811 micro controller of the Motorola company. Of the characteristics that the robot possesses it stands out that it counts with an obstacle perception system through three ultrasonic sensors located in the front part of the vehicle to avoid collisions. The robot has two operation modes, the main mode is the manual, manipulated through a control by infrareds, although it can also move in autonomous way by means of the line pursuit technique using two reflective infrared sensors. As any other electronic system, the mobile robot required of improvements and upgrades. The modifications to be carried out were focused to the control stage. Its were intended as elements of upgrade the incorporation of the MC68HC912B32 micro controller and to replace the assembler language characteristic of this type of systems, by a high level language for micro controllers of this type, in this case the FORTH. In a same way it was implemented inside the program the function of the robot's displacement in an autonomous way by means of the line pursuit technique using control with fuzzy logic. The carried out work is distributed in the following way: In the chapter 1 the robot's characteristics are mentioned, as well as the objectives that thought about to the beginning of the project and the justifications that motivated the realization of this upgrade. In the chapters 2 at 5 are presented in a theoretical way the supports used for the the robot's upgrade, as the used modules of the micro controller, those main characteristics of the FORTH language, the theory of the fuzzy logic and the design of the stage of power that

  5. An underwater robot controls water tanks in nuclear power plants

    International Nuclear Information System (INIS)

    Lardiere, C.

    2015-01-01

    The enterprises Newton Research Labs and IHI Southwest Technologies have developed a robot equipped with sensors to inspect the inside walls (partially) and bottom of water tanks without being obliged to empty them. The robot called 'Inspector' is made up of 4 main components: a chassis with 4 independent steering wheels, a camera video system able to provide a 360 degree view, various non-destructive testing devices such as underwater laser scanners, automated ultra-sound or Foucault current probes and an operation system for both driving the robot and controlling the testing. The Inspector robot has been used to inspect the inside bottom of an operating condensate tank at the Palo Verde nuclear station. The robot was able to check all the welds joining the bottom plates and the welds between the walls and the bottom. The robot is also able to come back to the exact place where a defect was detected during a previous inspection. (A.C.)

  6. Robots that can adapt like animals.

    Science.gov (United States)

    Cully, Antoine; Clune, Jeff; Tarapore, Danesh; Mouret, Jean-Baptiste

    2015-05-28

    Robots have transformed many industries, most notably manufacturing, and have the power to deliver tremendous benefits to society, such as in search and rescue, disaster response, health care and transportation. They are also invaluable tools for scientific exploration in environments inaccessible to humans, from distant planets to deep oceans. A major obstacle to their widespread adoption in more complex environments outside factories is their fragility. Whereas animals can quickly adapt to injuries, current robots cannot 'think outside the box' to find a compensatory behaviour when they are damaged: they are limited to their pre-specified self-sensing abilities, can diagnose only anticipated failure modes, and require a pre-programmed contingency plan for every type of potential damage, an impracticality for complex robots. A promising approach to reducing robot fragility involves having robots learn appropriate behaviours in response to damage, but current techniques are slow even with small, constrained search spaces. Here we introduce an intelligent trial-and-error algorithm that allows robots to adapt to damage in less than two minutes in large search spaces without requiring self-diagnosis or pre-specified contingency plans. Before the robot is deployed, it uses a novel technique to create a detailed map of the space of high-performing behaviours. This map represents the robot's prior knowledge about what behaviours it can perform and their value. When the robot is damaged, it uses this prior knowledge to guide a trial-and-error learning algorithm that conducts intelligent experiments to rapidly discover a behaviour that compensates for the damage. Experiments reveal successful adaptations for a legged robot injured in five different ways, including damaged, broken, and missing legs, and for a robotic arm with joints broken in 14 different ways. This new algorithm will enable more robust, effective, autonomous robots, and may shed light on the principles

  7. A Practical Solution Using A New Approach To Robot Vision

    Science.gov (United States)

    Hudson, David L.

    1984-01-01

    Up to now, robot vision systems have been designed to serve both application development and operational needs in inspection, assembly and material handling. This universal approach to robot vision is too costly for many practical applications. A new industrial vision system separates the function of application program development from on-line operation. A Vision Development System (VDS) is equipped with facilities designed to simplify and accelerate the application program development process. A complimentary but lower cost Target Application System (TASK) runs the application program developed with the VDS. This concept is presented in the context of an actual robot vision application that improves inspection and assembly for a manufacturer of electronic terminal keyboards. Applications developed with a VDS experience lower development cost when compared with conventional vision systems. Since the TASK processor is not burdened with development tools, it can be installed at a lower cost than comparable "universal" vision systems that are intended to be used for both development and on-line operation. The VDS/TASK approach opens more industrial applications to robot vision that previously were not practical because of the high cost of vision systems. Although robot vision is a new technology, it has been applied successfully to a variety of industrial needs in inspection, manufacturing, and material handling. New developments in robot vision technology are creating practical, cost effective solutions for a variety of industrial needs. A year or two ago, researchers and robot manufacturers interested in implementing a robot vision application could take one of two approaches. The first approach was to purchase all the necessary vision components from various sources. That meant buying an image processor from one company, a camera from another and lens and light sources from yet others. The user then had to assemble the pieces, and in most instances he had to write

  8. What can we learn from Robots

    DEFF Research Database (Denmark)

    Clausen, Thea Juhl Roloff

    2015-01-01

    Robot Technology is going to be a big part of the future, but robotics is also the present. We ask the question, “What can we use this technology for and does it demand a new way to think digital literacy?” One thing we do know is that we must start having focus on the needs the future indicates....... With Robot Technology in a play-and learning perspective it is being a co-producer and being experimental there will be in focus. We must have an understanding of programming language, an understanding of what happens behind the interface and how to use this in an innovative perspective to help shape...

  9. Is Ethics of Robotics about Robots? Philosophy of Robotics Beyond Realism and Individualilsm.

    NARCIS (Netherlands)

    Coeckelbergh, Mark

    2011-01-01

    If we are doing ethics of robotics, what exactly is the object of our inquiry? This paper challenges 'individualist' robot ontology and 'individualist' social philosophy of robots. It is argued that ethics of robotics should not study and evaluate robotics exclusively in terms of individual

  10. 2010 Solar Program Peer Review Report: An Independent Evaluation of Program Activities for FY2009 and FY2010

    Energy Technology Data Exchange (ETDEWEB)

    DOE Solar Energy Technologies Program

    2010-12-01

    This document summarizes the recommendations and evaluations provided by an independent external panel of experts at the DOE Solar Energy Technologies Program's 2010 Program Review meeting, held on May 24?27, 2010, in Washington, D.C.

  11. Self-repairing control for damaged robotic manipulators

    International Nuclear Information System (INIS)

    Eisler, G.R.; Robinett, R.D.; Dohrmann, C.R.; Driessen, B.J.

    1997-03-01

    Algorithms have been developed allowing operation of robotic systems under damaged conditions. Specific areas addressed were optimal sensor location, adaptive nonlinear control, fault-tolerant robot design, and dynamic path-planning. A seven-degree-of-freedom, hydraulic manipulator, with fault-tolerant joint design was also constructed and tested. This report completes this project which was funded under the Laboratory Directed Research and Development program

  12. Specification of a STEP Based Reference Model for Exchange of Robotics Models

    DEFF Research Database (Denmark)

    Haenisch, Jochen; Kroszynski, Uri; Ludwig, Arnold

    robot programming, the descriptions of geometry, kinematics, robotics, dynamics, and controller data using STEP are addressed as major goals of the project.The Project Consortium has now released the "Specificatin of a STEP Based Reference Model for Exchange of Robotics Models" on which a series......ESPRIT Project 6457: "Interoperability of Standards for Robotics in CIME" (InterRob) belongs to the Subprogram "Computer Integrated Manufacturing and Engineering" of ESPRIT, the European Specific Programme for Research and Development in Information Technology supported by the European Commision....... InterRob aims to develop an integrated solution to precision manufacturing by combining product data and database technologies with robotic off-line programming and simulation. Benefits arise from the use of high level simulation tools and developing standards for the exchange of product model data...

  13. Robotic Technology Efforts at the NASA/Johnson Space Center

    Science.gov (United States)

    Diftler, Ron

    2017-01-01

    The NASA/Johnson Space Center has been developing robotic systems in support of space exploration for more than two decades. The goal of the Center’s Robotic Systems Technology Branch is to design and build hardware and software to assist astronauts in performing their mission. These systems include: rovers, humanoid robots, inspection devices and wearable robotics. Inspection systems provide external views of space vehicles to search for surface damage and also maneuver inside restricted areas to verify proper connections. New concepts in human and robotic rovers offer solutions for navigating difficult terrain expected in future planetary missions. An important objective for humanoid robots is to relieve the crew of “dull, dirty or dangerous” tasks allowing them more time to perform their important science and exploration missions. Wearable robotics one of the Center’s newest development areas can provide crew with low mass exercise capability and also augment an astronaut’s strength while wearing a space suit.This presentation will describe the robotic technology and prototypes developed at the Johnson Space Center that are the basis for future flight systems. An overview of inspection robots will show their operation on the ground and in-orbit. Rovers with independent wheel modules, crab steering, and active suspension are able to climb over large obstacles, and nimbly maneuver around others. Humanoid robots, including the First Humanoid Robot in Space: Robonaut 2, demonstrate capabilities that will lead to robotic caretakers for human habitats in space, and on Mars. The Center’s Wearable Robotics Lab supports work in assistive and sensing devices, including exoskeletons, force measuring shoes, and grasp assist gloves.

  14. Algorithms of walking and stability for an anthropomorphic robot

    Science.gov (United States)

    Sirazetdinov, R. T.; Devaev, V. M.; Nikitina, D. V.; Fadeev, A. Y.; Kamalov, A. R.

    2017-09-01

    Autonomous movement of an anthropomorphic robot is considered as a superposition of a set of typical elements of movement - so-called patterns, each of which can be considered as an agent of some multi-agent system [ 1 ]. To control the AP-601 robot, an information and communication infrastructure has been created that represents some multi-agent system that allows the development of algorithms for individual patterns of moving and run them in the system as a set of independently executed and interacting agents. The algorithms of lateral movement of the anthropomorphic robot AP-601 series with active stability due to the stability pattern are presented.

  15. Robots for Elderly Care: Their Level of Social Interactions and the Targeted End User.

    Science.gov (United States)

    Bedaf, Sandra; de Witte, Luc

    2017-01-01

    Robots for older adults have a lot of potential. In order to create an overview of the developments in this area a systematic review of robots for older adults living independently was conducted. Robots were categorized based on their market readiness, the type of provided support (i.e., physical, non-physical, non-specified), and the activity domain they claim to support. Additionally, the commercially available robots are places in a proposed framework to help to distinguish the different types of robots and their focus. During the presentation an updated version of the state of the art will be presented.

  16. University Research Program in Robotics - "Technologies for Micro-Electrical-Mechanical Systems in directed Stockpile Work (DSW) Radiation and Campaigns", Final Technical Annual Report, Project Period 9/1/06 - 8/31/07

    Energy Technology Data Exchange (ETDEWEB)

    James S. Tulenko; Carl D. Crane

    2007-12-13

    The University Research Program in Robotics (URPR) is an integrated group of universities performing fundamental research that addresses broad-based robotics and automation needs of the NNSA Directed Stockpile Work (DSW) and Campaigns. The URPR mission is to provide improved capabilities in robotics science and engineering to meet the future needs of all weapon systems and other associated NNSA/DOE activities.

  17. Navigasi Berbasis Behavior dan Fuzzy Logic pada Simulasi Robot Bergerak Otonom

    Directory of Open Access Journals (Sweden)

    Rendyansyah

    2016-03-01

    Full Text Available Mobile robot is the robotic mechanism that is able to moved automatically. The movement of the robot automatically require a navigation system. Navigation is a method for determining the robot motion. In this study, using a method developed robot navigation behavior with fuzzy logic. The behavior of the robot is divided into several modules, such as walking, avoid obstacles, to follow walls, corridors and conditions of u-shape. In this research designed mobile robot simulation in a visual programming. Robot is equipped with seven distance sensor and divided into several groups to test the behavior that is designed, so that the behavior of the robot generate speed and steering control. Based on experiments that have been conducted shows that mobile robot simulation can run smooth on many conditions. This proves that the implementation of the formation of behavior and fuzzy logic techniques on the robot working well

  18. Exploratorium: Robots.

    Science.gov (United States)

    Brand, Judith, Ed.

    2002-01-01

    This issue of Exploratorium Magazine focuses on the topic robotics. It explains how to make a vibrating robotic bug and features articles on robots. Contents include: (1) "Where Robot Mice and Robot Men Run Round in Robot Towns" (Ray Bradbury); (2) "Robots at Work" (Jake Widman); (3) "Make a Vibrating Robotic Bug" (Modesto Tamez); (4) "The Robot…

  19. Future use of robots in the automotive industry

    Energy Technology Data Exchange (ETDEWEB)

    Kelly, M P

    1982-01-01

    The future will see a dramatic increase in the number of robots used in the automotive industry. Well established applications, such as resistance spot welding, will continue to grow in the short term. Longer term, the much wider use of structural adhesives will supplant the spot welding process with robots applying the adhesives. Practical perception systems will enhance robot performance in arc welding, grinding, fettling, seam sealing and assembly operations, leading again to robot growth as vital elements of truly flexible manufacturing systems (FMS). A major robotic impact will be made in automotive paint shops as the need to conserve energy increases. The development of alternative painting materials, offering improved performance will add further impetus. Robotics of the future will progressively move to a CAD/CAM orientated data base, offering off-line programming capability, which together with essential inspection elements, will provide the means for totally automatic manufacture.

  20. Formalization, implementation, and modeling of institutional controllers for distributed robotic systems.

    Science.gov (United States)

    Pereira, José N; Silva, Porfírio; Lima, Pedro U; Martinoli, Alcherio

    2014-01-01

    The work described is part of a long term program of introducing institutional robotics, a novel framework for the coordination of robot teams that stems from institutional economics concepts. Under the framework, institutions are cumulative sets of persistent artificial modifications made to the environment or to the internal mechanisms of a subset of agents, thought to be functional for the collective order. In this article we introduce a formal model of institutional controllers based on Petri nets. We define executable Petri nets-an extension of Petri nets that takes into account robot actions and sensing-to design, program, and execute institutional controllers. We use a generalized stochastic Petri net view of the robot team controlled by the institutional controllers to model and analyze the stochastic performance of the resulting distributed robotic system. The ability of our formalism to replicate results obtained using other approaches is assessed through realistic simulations of up to 40 e-puck robots. In particular, we model a robot swarm and its institutional controller with the goal of maintaining wireless connectivity, and successfully compare our model predictions and simulation results with previously reported results, obtained by using finite state automaton models and controllers.

  1. Prolegomena to Social Robotics

    DEFF Research Database (Denmark)

    Nørskov, Marco

    2011-01-01

    and some incipient philosophical inquiries have been directed to ethical questions pertaining to the particularities of first applications. In these first public and academic explorations of the nature of human-robot interaction in the ‘Western’ discussion context, certain fundamental tenets....... The dissertation consists of four essays, which are written for independent publication but are topically strongly interrelated. Each essay challenges our conceptualizations with respect to robots from a different perspective, bringing into focus four central issues of the current debate. The first essay addresses...... the foundational assumptions of classificatory knowledge, presenting a new angle on the problem of discrimination. The second essay traces public worries about human degradation to the philosophical foundations of public conceptions of freedom and human dignity; it discusses the dialectics of ‘lordship and bondage...

  2. Environmental hardening of robots for nuclear maintenance and surveillance tasks

    International Nuclear Information System (INIS)

    Hintenlang, D.E.; Tulenko, J.S.; Wheeler, R.; Roy, T.

    1990-01-01

    The University of Florida, in cooperation with the Universities of Texas, Tennessee, and Michigan and Oak Ridge National Laboratory, is developing an advanced robotic system for the US Department of Energy under the University Program for Robotics for Advanced Reactors. As part of this program, the University of Florida has been pursuing the development of environmentally hardened components so that autonomous robotic systems can successfully carry out their tasks under the most extreme expected environmental conditions. This requirement means that the designed robotic system with its onboard computer-based intelligence must be able to successfully complete tasks in toxic, radioactive, wet, temperature extremes, and other physically impairing environments. As part of this program, a study was carried out to determine the environmental conditions that should be set as the design criteria for robotic systems to maintain reasonable operations for nuclear plants in the course of maintenance, testing, and surveillance under all conditions, including plant upset. It was decided that Florida would build a combined environmental testing facility to test specific devices in high-radiation/high-temperature combined environments. This environmental test chamber has been built and successfully tested to over 250 degree F. This facility will provide some of the first combined temperatures/radiation data for many large-scale integrated components

  3. Lyndon B. Johnson Space Center (JSC) proposed dual-use technology investment program in intelligent robots

    Science.gov (United States)

    Erikson, Jon D.

    1994-01-01

    This paper presents an overview of the proposed Lyndon B. Johnson Space Center (JSC) precompetitive, dual-use technology investment project in robotics. New robotic technology in advanced robots, which can recognize and respond to their environments and to spoken human supervision so as to perform a variety of combined mobility and manipulation tasks in various sectors, is an obejective of this work. In the U.S. economy, such robots offer the benefits of improved global competitiveness in a critical industrial sector; improved productivity by the end users of these robots; a growing robotics industry that produces jobs and profits; lower cost health care delivery with quality improvements; and, as these 'intelligent' robots become acceptable throughout society, an increase in the standard of living for everyone. In space, such robots will provide improved safety, reliability, and productivity as Space Station evolves, and will enable human space exploration (by human/robot teams). The proposed effort consists of partnerships between manufacturers, universities, and JSC to develop working production prototypes of these robots by leveraging current development by both sides. Currently targeted applications are in the manufacturing, health care, services, and construction sectors of the U.S. economy and in the inspection, servicing, maintenance, and repair aspects of space exploration. But the focus is on the generic software architecture and standardized interfaces for custom modules tailored for the various applications allowing end users to customize a robot as PC users customize PC's. Production prototypes would be completed in 5 years under this proposal.

  4. A model technology transfer program for independent operators

    Energy Technology Data Exchange (ETDEWEB)

    Schoeling, L.G.

    1996-08-01

    In August 1992, the Energy Research Center (ERC) at the University of Kansas was awarded a contract by the US Department of Energy (DOE) to develop a technology transfer regional model. This report describes the development and testing of the Kansas Technology Transfer Model (KTTM) which is to be utilized as a regional model for the development of other technology transfer programs for independent operators throughout oil-producing regions in the US. It describes the linkage of the regional model with a proposed national technology transfer plan, an evaluation technique for improving and assessing the model, and the methodology which makes it adaptable on a regional basis. The report also describes management concepts helpful in managing a technology transfer program.

  5. 30-day hospital readmission after robotic partial nephrectomy--are we prepared for Medicare readmission reduction program?

    Science.gov (United States)

    Brandao, Luis Felipe; Zargar, Homayoun; Laydner, Humberto; Akca, Oktay; Autorino, Riccardo; Ko, Oliver; Samarasekera, Dinesh; Li, Jianbo; Rabets, John; Krishnan, Jayram; Haber, Georges-Pascal; Kaouk, Jihad; Stein, Robert J

    2014-09-01

    After CMS introduced the concept of the Hospital Readmissions Reduction Program, hospitals and health care centers became financially penalized for exceeding specific readmission rates. We retrospectively reviewed our institutional review board approved database of patients undergoing robotic partial nephrectomy at our institution and included in our analysis patients who were readmitted to any hospital as an inpatient stay within 30 days from discharge home after robotic partial nephrectomy. From March 2006 to March 2013 a total of 627 patients underwent robotic partial nephrectomy at our center and 28 (4.46%) were readmitted within 30 days of surgery. Postoperative bleeding was responsible for 8 (28.5%) readmissions. Pulmonary embolism was reported in 3 cases and retroperitoneal abscess was diagnosed in 2. Urinary leak requiring surgical intervention developed in 2 patients, pneumonia was diagnosed in 2 and 2 patients were readmitted for chest pain. Overall 9 (32.1%) patients presented with major complications requiring intervention. On multivariable analysis Charlson comorbidity index score was the only factor significantly associated with a higher 30-day readmission rate (p = 0.03). If the Charlson score was 5 or greater the chance of hospital readmission would be 2.7 times higher. Increased comorbidity, specifically a Charlson score of 5 or greater, was the only significant predictor of a higher incidence of 30-day readmission. This information can be useful in counseling patients regarding robotic partial nephrectomy and in determining baseline rates if CMS expands the number of conditions they evaluate for excess 30-day readmissions. Copyright © 2014 American Urological Association Education and Research, Inc. Published by Elsevier Inc. All rights reserved.

  6. Spline-based automatic path generation of welding robot

    Institute of Scientific and Technical Information of China (English)

    Niu Xuejuan; Li Liangyu

    2007-01-01

    This paper presents a flexible method for the representation of welded seam based on spline interpolation. In this method, the tool path of welding robot can be generated automatically from a 3D CAD model. This technique has been implemented and demonstrated in the FANUC Arc Welding Robot Workstation. According to the method, a software system is developed using VBA of SolidWorks 2006. It offers an interface between SolidWorks and ROBOGUIDE, the off-line programming software of FANUC robot. It combines the strong modeling function of the former and the simulating function of the latter. It also has the capability of communication with on-line robot. The result data have shown its high accuracy and strong reliability in experiments. This method will improve the intelligence and the flexibility of the welding robot workstation.

  7. Impact of robotics on the outcome of elderly patients with endometrial cancer.

    Science.gov (United States)

    Lavoue, Vincent; Zeng, Xing; Lau, Susie; Press, Joshua Z; Abitbol, Jeremie; Gotlieb, Raphael; How, Jeffrey; Wang, Yifan; Gotlieb, Walter H

    2014-06-01

    To evaluate the impact of introducing a robotics program on clinical outcome of elderly patients with endometrial cancer. Evaluation and comparison of peri-operative morbidity and disease-free interval in 163 consecutive elderly patients (≥70years) with endometrial cancer undergoing staging procedure with traditional open surgery compared to robotic surgery. All consecutive patients ≥70years of age with endometrial cancer who underwent robotic surgery (n=113) were compared with all consecutive patients ≥70years of age (n=50) before the introduction of a robotic program in December 2007. Baseline patient characteristics were similar in both eras. Patients undergoing robotic surgery had longer mean operating times (244 compared with 217minutes, p=0.009) but fewer minor adverse events (17% compared with 60%, probotics cohort had less estimated mean blood loss (75 vs 334mL, probotics program for the treatment of endometrial cancer in the elderly has significant benefits, including lower minor complication rate, less operative blood loss and shorter hospitalization without compromising 2-year disease-free survival. Copyright © 2014 Elsevier Inc. All rights reserved.

  8. Control method for biped locomotion robots based on ZMP information

    International Nuclear Information System (INIS)

    Kume, Etsuo

    1994-01-01

    The Human Acts Simulation Program (HASP) started as a ten year program of Computing and Information Systems Center (CISC) at Japan Atomic Energy Research Institute (JAERI) in 1987. A mechanical design study of biped locomotion robots for patrol and inspection in nuclear facilities is being performed as an item of the research scope. One of the goals of our research is to design a biped locomotion robot for practical use in nuclear facilities. So far, we have been studying for several dynamic walking patterns. In conventional control methods for biped locomotion robots, the program control is used based on preset walking patterns, so it dose not have the robustness such as a dynamic change of walking pattern. Therefore, a real-time control method based on dynamic information of the robot states is necessary for the high performance of walking. In this study a new control method based on Zero Moment Point (ZMP) information is proposed as one of real-time control methods. The proposed method is discussed and validated based on the numerical simulation. (author)

  9. Origami-based earthworm-like locomotion robots.

    Science.gov (United States)

    Fang, Hongbin; Zhang, Yetong; Wang, K W

    2017-10-16

    Inspired by the morphology characteristics of the earthworms and the excellent deformability of origami structures, this research creates a novel earthworm-like locomotion robot through exploiting the origami techniques. In this innovation, appropriate actuation mechanisms are incorporated with origami ball structures into the earthworm-like robot 'body', and the earthworm's locomotion mechanism is mimicked to develop a gait generator as the robot 'centralized controller'. The origami ball, which is a periodic repetition of waterbomb units, could output significant bidirectional (axial and radial) deformations in an antagonistic way similar to the earthworm's body segment. Such bidirectional deformability can be strategically programmed by designing the number of constituent units. Experiments also indicate that the origami ball possesses two outstanding mechanical properties that are beneficial to robot development: one is the structural multistability in the axil direction that could contribute to the robot control implementation; and the other is the structural compliance in the radial direction that would increase the robot robustness and applicability. To validate the origami-based innovation, this research designs and constructs three robot segments based on different axial actuators: DC-motor, shape-memory-alloy springs, and pneumatic balloon. Performance evaluations reveal their merits and limitations, and to prove the concept, the DC-motor actuation is selected for building a six-segment robot prototype. Learning from earthworms' fundamental locomotion mechanism-retrograde peristalsis wave, seven gaits are automatically generated; controlled by which, the robot could achieve effective locomotion with qualitatively different modes and a wide range of average speeds. The outcomes of this research could lead to the development of origami locomotion robots with low fabrication costs, high customizability, light weight, good scalability, and excellent re-configurability.

  10. Liquid-handling Lego robots and experiments for STEM education and research.

    Directory of Open Access Journals (Sweden)

    Lukas C Gerber

    2017-03-01

    Full Text Available Liquid-handling robots have many applications for biotechnology and the life sciences, with increasing impact on everyday life. While playful robotics such as Lego Mindstorms significantly support education initiatives in mechatronics and programming, equivalent connections to the life sciences do not currently exist. To close this gap, we developed Lego-based pipetting robots that reliably handle liquid volumes from 1 ml down to the sub-μl range and that operate on standard laboratory plasticware, such as cuvettes and multiwell plates. These robots can support a range of science and chemistry experiments for education and even research. Using standard, low-cost household consumables, programming pipetting routines, and modifying robot designs, we enabled a rich activity space. We successfully tested these activities in afterschool settings with elementary, middle, and high school students. The simplest robot can be directly built from the widely used Lego Education EV3 core set alone, and this publication includes building and experiment instructions to set the stage for dissemination and further development in education and research.

  11. TEXPLORE temporal difference reinforcement learning for robots and time-constrained domains

    CERN Document Server

    Hester, Todd

    2013-01-01

    This book presents and develops new reinforcement learning methods that enable fast and robust learning on robots in real-time. Robots have the potential to solve many problems in society, because of their ability to work in dangerous places doing necessary jobs that no one wants or is able to do. One barrier to their widespread deployment is that they are mainly limited to tasks where it is possible to hand-program behaviors for every situation that may be encountered. For robots to meet their potential, they need methods that enable them to learn and adapt to novel situations that they were not programmed for. Reinforcement learning (RL) is a paradigm for learning sequential decision making processes and could solve the problems of learning and adaptation on robots. This book identifies four key challenges that must be addressed for an RL algorithm to be practical for robotic control tasks. These RL for Robotics Challenges are: 1) it must learn in very few samples; 2) it must learn in domains with continuou...

  12. Liquid-handling Lego robots and experiments for STEM education and research.

    Science.gov (United States)

    Gerber, Lukas C; Calasanz-Kaiser, Agnes; Hyman, Luke; Voitiuk, Kateryna; Patil, Uday; Riedel-Kruse, Ingmar H

    2017-03-01

    Liquid-handling robots have many applications for biotechnology and the life sciences, with increasing impact on everyday life. While playful robotics such as Lego Mindstorms significantly support education initiatives in mechatronics and programming, equivalent connections to the life sciences do not currently exist. To close this gap, we developed Lego-based pipetting robots that reliably handle liquid volumes from 1 ml down to the sub-μl range and that operate on standard laboratory plasticware, such as cuvettes and multiwell plates. These robots can support a range of science and chemistry experiments for education and even research. Using standard, low-cost household consumables, programming pipetting routines, and modifying robot designs, we enabled a rich activity space. We successfully tested these activities in afterschool settings with elementary, middle, and high school students. The simplest robot can be directly built from the widely used Lego Education EV3 core set alone, and this publication includes building and experiment instructions to set the stage for dissemination and further development in education and research.

  13. Hexapod Robot

    Science.gov (United States)

    Begody, Ericka

    2016-01-01

    The project I am working on at NASA-Johnson Space Center in Houston, TX is a hexapod robot. This project was started by various engineers at the Trick Lab. The goal of this project is to have the hexapod track a yellow ball or possibly another object from left to right and up/down. The purpose is to have it track an object like a real creature. The project will consist of using software and hardware. This project started with a hexapod robot which uses a senor bar to track a yellow ball but with a limited field of vision. The sensor bar acts as the robots "head." Two servos will be added to the hexapod to create flexion and extension of the head. The neck and head servos will have to be programmed to be added to the original memory map of the existing servos. I will be using preexisting code. The main programming language that will be used to add to the preexisting code is C++. The trick modeling and simulation software will also be used in the process to improve its tracking and movement. This project will use a trial and error approach, basically seeing what works and what does not. The first step is to initially understand how the hexapod works. To get a general understanding of how the hexapod maneuvers and plan on how to had a neck and head servo which works with the rest of the body. The second step would be configuring the head and neck servos with the leg servos. During this step, limits will be programmed specifically for the each servo. By doing this, the servo is limited to how far it can rotate both clockwise and counterclockwise and this is to prevent hardware damage. The hexapod will have two modes in which it works in. The first mode will be if the sensor bar does not detect an object. If the object it is programmed to look for is not in its view it will automatically scan from left to right 3 times then up and down once. The second mode will be if the sensor bar does detect the object. In this mode the hexapod will track the object from left to

  14. [Gait, balance and independence rehabilitation program in elderly adults in a primary care unit].

    Science.gov (United States)

    Espinosa-Cuervo, Gisela; López-Roldán, Verónica Miriam; Escobar-Rodríguez, David Alvaro; Conde-Embarcadero, Margarita; Trejo-León, Gerardo; González-Carmona, Beatriz

    2013-01-01

    to evaluate the effect of a supervised rehabilitation program to improve gait, balance and independence in elderly patients attending a family medicine unit. we conducted a quasi-experimental study over a period of four weeks in a group of 72 patients older than 65 years. a supervised program regarding the risk factors for falling, and balance, gait, coordination and oculovestibular system, the modalities to be done two or three times a week in the primary care unit or at home. An analysis of both tests was performed by "up and go," Tinetti scale and the Katz index. "intention to treat" and "by protocol." mean age was 72 ± 5 years, 67.8% were female and 81.9% of the patients completed the program. A significant clinical improvement with statistical level were evident for gait and balance (p = 0.001), independence showed only clinical improvement (p = 0.083). The efficacy for periodicity (two or three times/week) and performance place showed same clinical improvement and statistical level for gait and balance (p = 0.001 to 0.003) and independence showed only clinical improvement (p = 0.317 to 0.991). an integral rehabilitation program improved gait, balance and clinical independence significantly. The supervised program is applicable and can be reproduced at primary care unit or home for geriatric care and preventive actions.

  15. Multi-sensor integration for autonomous robots in nuclear power plants

    International Nuclear Information System (INIS)

    Mann, R.C.; Jones, J.P.; Beckerman, M.; Glover, C.W.; Farkas, L.; Bilbro, G.L.; Snyder, W.

    1989-01-01

    As part of a concerted RandD program in advanced robotics for hazardous environments, scientists and engineers at the Oak Ridge National Laboratory (ORNL) are performing research in the areas of systems integration, range-sensor-based 3-D world modeling, and multi-sensor integration. This program features a unique teaming arrangement that involves the universities of Florida, Michigan, Tennessee, and Texas; Odetics Corporation; and ORNL. This paper summarizes work directed at integrating information extracted from data collected with range sensors and CCD cameras on-board a mobile robot, in order to produce reliable descriptions of the robot's environment. Specifically, the paper describes the integration of two-dimensional vision and sonar range information, and an approach to integrate registered luminance and laser range images. All operations are carried out on-board the mobile robot using a 16-processor hypercube computer. 14 refs., 4 figs

  16. Mobile robot prototype detector of gamma radiation

    International Nuclear Information System (INIS)

    Vazquez C, R.M.; Duran V, M. D.; Jardon M, C. I.

    2014-10-01

    In this paper the technological development of a mobile robot prototype detector of gamma radiation is shown. This prototype has been developed for the purpose of algorithms implementation for the applications of terrestrial radiation monitoring of exposed sources, search for missing radioactive sources, identification and delineation of radioactive contamination areas and distribution maps generating of radioactive exposure. Mobile robot detector of radiation is an experimental technology development platform to operate in laboratory environment or flat floor facilities. The prototype integrates a driving section of differential configuration robot on wheels, a support mechanism and rotation of shielded detector, actuator controller cards, acquisition and processing of sensor data, detection algorithms programming and control actuators, data recording (Data Logger) and data transmission in wireless way. The robot in this first phase is remotely operated in wireless way with a range of approximately 150 m line of sight and can extend that range to 300 m or more with the use of signal repeaters. The gamma radiation detection is performed using a Geiger detector shielded. Scan detection is performed at various time sampling periods and diverse positions of discrete or continuous angular orientation on the horizon. The captured data are geographical coordinates of robot GPS (latitude and longitude), orientation angle of shield, counting by sampling time, date, hours, minutes and seconds. The data is saved in a file in the Micro Sd memory on the robot. They are also sent in wireless way by an X Bee card to a remote station that receives for their online monitoring on a laptop through an acquisition program by serial port on Mat Lab. Additionally a voice synthesizing card with a horn, both in the robot, periodically pronounced in Spanish, data length, latitude, orientation angle of shield and detected accounts. (Author)

  17. Parallel Robot for Lower Limb Rehabilitation Exercises

    Directory of Open Access Journals (Sweden)

    Alireza Rastegarpanah

    2016-01-01

    Full Text Available The aim of this study is to investigate the capability of a 6-DoF parallel robot to perform various rehabilitation exercises. The foot trajectories of twenty healthy participants have been measured by a Vicon system during the performing of four different exercises. Based on the kinematics and dynamics of a parallel robot, a MATLAB program was developed in order to calculate the length of the actuators, the actuators’ forces, workspace, and singularity locus of the robot during the performing of the exercises. The calculated length of the actuators and the actuators’ forces were used by motion analysis in SolidWorks in order to simulate different foot trajectories by the CAD model of the robot. A physical parallel robot prototype was built in order to simulate and execute the foot trajectories of the participants. Kinect camera was used to track the motion of the leg’s model placed on the robot. The results demonstrate the robot’s capability to perform a full range of various rehabilitation exercises.

  18. Fable: A Modular Robot for Students, Makers and Researchers

    DEFF Research Database (Denmark)

    Pacheco, Moises; Fogh, Rune; Lund, Henrik Hautop

    2014-01-01

    system consists of a range of modules equipped with sensors and actuators, which users can easily assemble into a wide range of robots within seconds. The robots are user- programmable on several levels of abstraction ranging from a simple visual programming language to powerful conventional ones...

  19. Autonomous mobile robot for radiologic surveys

    International Nuclear Information System (INIS)

    Dudar, A.M.; Wagner, D.G.; Teese, G.D.

    1994-01-01

    An apparatus is described for conducting radiologic surveys. The apparatus comprises in the main a robot capable of following a preprogrammed path through an area, a radiation monitor adapted to receive input from a radiation detector assembly, ultrasonic transducers for navigation and collision avoidance, and an on-board computer system including an integrator for interfacing the radiation monitor and the robot. Front and rear bumpers are attached to the robot by bumper mounts. The robot may be equipped with memory boards for the collection and storage of radiation survey information. The on-board computer system is connected to a remote host computer via a UHF radio link. The apparatus is powered by a rechargeable 24-volt DC battery, and is stored at a docking station when not in use and/or for recharging. A remote host computer contains a stored database defining paths between points in the area where the robot is to operate, including but not limited to the locations of walls, doors, stationary furniture and equipment, and sonic markers if used. When a program consisting of a series of paths is downloaded to the on-board computer system, the robot conducts a floor survey autonomously at any preselected rate. When the radiation monitor detects contamination, the robot resurveys the area at reduced speed and resumes its preprogrammed path if the contamination is not confirmed. If the contamination is confirmed, the robot stops and sounds an alarm. 5 figures

  20. Optimal Control Method of Robot End Position and Orientation Based on Dynamic Tracking Measurement

    Science.gov (United States)

    Liu, Dalong; Xu, Lijuan

    2018-01-01

    In order to improve the accuracy of robot pose positioning and control, this paper proposed a dynamic tracking measurement robot pose optimization control method based on the actual measurement of D-H parameters of the robot, the parameters is taken with feedback compensation of the robot, according to the geometrical parameters obtained by robot pose tracking measurement, improved multi sensor information fusion the extended Kalan filter method, with continuous self-optimal regression, using the geometric relationship between joint axes for kinematic parameters in the model, link model parameters obtained can timely feedback to the robot, the implementation of parameter correction and compensation, finally we can get the optimal attitude angle, realize the robot pose optimization control experiments were performed. 6R dynamic tracking control of robot joint robot with independent research and development is taken as experimental subject, the simulation results show that the control method improves robot positioning accuracy, and it has the advantages of versatility, simplicity, ease of operation and so on.

  1. Nozzle Mounting Method Optimization Based on Robot Kinematic Analysis

    Science.gov (United States)

    Chen, Chaoyue; Liao, Hanlin; Montavon, Ghislain; Deng, Sihao

    2016-08-01

    Nowadays, the application of industrial robots in thermal spray is gaining more and more importance. A desired coating quality depends on factors such as a balanced robot performance, a uniform scanning trajectory and stable parameters (e.g. nozzle speed, scanning step, spray angle, standoff distance). These factors also affect the mass and heat transfer as well as the coating formation. Thus, the kinematic optimization of all these aspects plays a key role in order to obtain an optimal coating quality. In this study, the robot performance was optimized from the aspect of nozzle mounting on the robot. An optimized nozzle mounting for a type F4 nozzle was designed, based on the conventional mounting method from the point of view of robot kinematics validated on a virtual robot. Robot kinematic parameters were obtained from the simulation by offline programming software and analyzed by statistical methods. The energy consumptions of different nozzle mounting methods were also compared. The results showed that it was possible to reasonably assign the amount of robot motion to each axis during the process, so achieving a constant nozzle speed. Thus, it is possible optimize robot performance and to economize robot energy.

  2. A remote assessment system with a vision robot and wearable sensors.

    Science.gov (United States)

    Zhang, Tong; Wang, Jue; Ren, Yumiao; Li, Jianjun

    2004-01-01

    This paper describes an ongoing researched remote rehabilitation assessment system that has a 6-freedom double-eyes vision robot to catch vision information, and a group of wearable sensors to acquire biomechanical signals. A server computer is fixed on the robot, to provide services to the robot's controller and all the sensors. The robot is connected to Internet by wireless channel, and so do the sensors to the robot. Rehabilitation professionals can semi-automatically practise an assessment program via Internet. The preliminary results show that the smart device, including the robot and the sensors, can improve the quality of remote assessment, and reduce the complexity of operation at a distance.

  3. Improvement of local position accuracy of robots for off-line programming

    International Nuclear Information System (INIS)

    Borm, Jin Hwan; Choi, Jong Cheon

    1992-01-01

    For the implementation of industrial robots in a CIM environment, it is necessary to be able to position their end-effectors to an abstractly defined cartesian position with desired accuracy. In other words, it is necessary to find accurate actuator command values corresponding to given goal positions which are expressed with respect to a certain coordinate frame. If the teaching -by-doing method is used, very accurate actuator command values are obtained from transducer readings. For the case when the goal positions are mathematically expressed, however, the actuator command values for the goal positions must be calculated using robot kinematics. It is, however, well known that the position errors in the order of 10 mm is not unusual while many industrial robots have the repeatability in the order of 0.1mm. In here, the position error is referred to as the difference between the specified goal position and the position where a robot is actually controlled. To reduce the position errors, many researchers proposed calibration methods which are based on robot kinematic identification. However, those methods are quite complex and require an accurate position measuring device. In this paper, a new method which dose not require the accurate kinematic identification, is introduced. In this method, the accurate actuator command values are calculated using the nominal kinematic model which is appropriatly altered based on the available encoder readings of the several reference frames. To demonstrate the simplicity and the effectiveness of the method, computer simulations as well as experimental studies are performed and their results are discussed. (Author)

  4. Ani-Bot: A Mixed-Reality Ready Modular Robotics System

    OpenAIRE

    Xu, Zhuangying; Cao, Yuanzhi

    2017-01-01

    DIY modular robotics has always had a strong appeal to makers and designers; being able to quickly design, build, and animate their own robots opens the possibility of bringing imaginations to life. However, current interfaces to control and program the DIY robot either lacks connection and consistency between the users and target (Graphical User Interface) or suffers from limited control capabilities due to the lack of versatility and functionality (Tangible User interface). We present Ani-B...

  5. On safety enhancements for medical robots

    International Nuclear Information System (INIS)

    Ng, W.S.; Tan, C.K.

    1996-01-01

    Both software and hardware methods to enhance safety are discussed for active medical robots applied to, among others, neurosurgery, orthopaedic surgery and prostatectomy. This paper advocates that while it is practically difficult, if not impossible, for software reliability to be 100%, there are positive measures by which a medical robot system can be made adequately or inherently safe. Such measures avoid the problems of software reliability but turn to mathematical logic directly to build a safer system. Examples in a newly developed prototype, known as surgeon assistant robot for selected urological disorders (SARUD), are given to illustrate the concept. Although software measures to promote reliability of a system is less preferred compared to hardware measures, as it can never escape from operating on a hardware platform, it is suggested that a complementary/ hybrid approach can be a good solution for achieving a safe and flexible (by being reprogrammable) system. A totally independent safety monitor is being built. It can arrest a servo runaway and detect out-of-safe-boundary conditions, using encoder pulses as input. This dedicated system can resolve some major safety concerns of a medical robot such as SARUD

  6. RoMPS concept review automatic control of space robot

    Science.gov (United States)

    1991-01-01

    The Robot operated Material Processing in Space (RoMPS) experiment is being performed to explore the marriage of two emerging space commercialization technologies: materials processing in microgravity and robotics. This concept review presents engineering drawings and limited technical descriptions of the RoMPS programs' electrical and software systems.

  7. Attitudes towards care robots among Finnish home care personnel - a comparison of two approaches.

    Science.gov (United States)

    Rantanen, Teemu; Lehto, Paula; Vuorinen, Pertti; Coco, Kirsi

    2017-08-22

    The significance of care robotics has been highlighted in recent years. The article examines the adoption of care robots in home care settings, and in particular Finnish home care personnel's attitudes towards robots. The study compares the importance of the Negative Attitudes towards Robots Scale advanced by Nomura and specific positive attitudes related to the usefulness of care robots for different tasks in the home care. A cross-sectional study conducted by questionnaire. The research data were gathered from a survey of Finnish home care personnel (n = 200). Exploratory factor analysis, Pearson's correlation coefficient and linear regression analysis. The Negative Attitudes towards Robots Scale (NARS), by Nomura, with a specific behavioural intention scale based on Ajzen's theory of planned behaviour, and a measure of positive attitudes towards the usefulness of care robots for different tasks in home care and the promotion of independent living of older persons. The study shows that NARS helps to explain psychological resistance related to the introduction of care robots, although the scale is susceptible to cultural differences. Care personnel's behavioural intentions related to the introduction of robot applications are influenced also by the perception of the usefulness of care robots. The study is based only on a Finnish sample, and the response rate of the study was relatively small (18.2%), which limits the generalisability of the results. The study shows that the examination of home care personnel's attitudes towards robots is not justified to focus only on one aspect, but a better explanation is achieved by combining the perspectives of societal attitudes, attitudes related to psychological reactions and the practical care and promotion of the independent living of older people. © 2017 Nordic College of Caring Science.

  8. Towards Versatile Robots Through Open Heterogeneous Modular Robots

    DEFF Research Database (Denmark)

    Lyder, Andreas

    arises, a new robot can be assembled rapidly from the existing modules, in contrast to conventional robots, which require a time consuming and expensive development process. In this thesis we define a modular robot to be a robot consisting of dynamically reconfigurable modules. The goal of this thesis......Robots are important tools in our everyday life. Both in industry and at the consumer level they serve the purpose of increasing our scope and extending our capabilities. Modular robots take the next step, allowing us to easily create and build various robots from a set of modules. If a problem...... is to increase the versatility and practical usability of modular robots by introducing new conceptual designs. Until now modular robots have been based on a pre-specified set of modules, and thus, their functionality is limited. We propose an open heterogeneous design concept, which allows a modular robot...

  9. A survey report for the turning of biped locomotion robot

    International Nuclear Information System (INIS)

    Kato, Ichiro; Takanishi, Atsuo; Kume, Etsuo.

    1992-12-01

    A mechanical design study of biped locomotion robots is going on at JAERI within the scope of the Human Acts Simulation Program (HASP). The design study at JAERI is of an arbitrarily mobile robot for inspection of nuclear facilities. A survey has been performed for collecting useful information from already existing biped locomotion robots. This is a survey report for the turning of biped locomotion robot: the WL-10R designed and developed at Waseda University. This report includes the control method of turning, machine model and control system. (author)

  10. Interoperability of Standards for Robotics in CIME

    DEFF Research Database (Denmark)

    Kroszynski, Uri; Sørensen, Torben; Ludwig, Arnold

    1997-01-01

    Esprit Project 6457 "Interoperability of Standards for Robotics in CIME (InterRob)" belongs to the Subprogramme "Integration in Manufacturing" of Esprit, the European Specific Programme for Research and Development in Information Technology supported by the European Commision.The first main goal...... of InterRob was to close the information chain between product design, simulation, programming, and robot control by developing standardized interfaces and their software implementation for standards STEP (International Standard for the Exchange of Product model data, ISO 10303) and IRL (Industrial Robot...... Language, DIN 66312). This is a continuation of the previous Esprit projects CAD*I and NIRO, which developed substantial basics of STEP.The InterRob approach is based on standardized models for product geometry, kinematics, robotics, dynamics and control, hence on a coherent neutral information model...

  11. A Quantitative Analysis of Dressing Dynamics for Robotic Dressing Assistance

    Directory of Open Access Journals (Sweden)

    Greg Chance

    2017-05-01

    Full Text Available Assistive robots have a great potential to address issues related to an aging population and an increased demand for caregiving. Successful deployment of robots working in close proximity with people requires consideration of both safety and human–robot interaction (HRI. One of the established activities of daily living where robots could play an assistive role is dressing. Using the correct force profile for robot control will be essential in this application of HRI requiring careful exploration of factors related to the user’s pose and the type of garments involved. In this paper, a Baxter robot was used to dress a jacket onto a mannequin and human participants considering several combinations of user pose and clothing type (base layers, while recording dynamic data from the robot, a load cell, and an IMU. We also report on suitability of these sensors for identifying dressing errors, e.g., fabric snagging. Data were analyzed by comparing the overlap of confidence intervals to determine sensitivity to dressing. We expand the analysis to include classification techniques such as decision tree and support vector machines using k-fold cross-validation. The 6-axis load cell successfully discriminated between clothing types with predictive model accuracies between 72 and 97%. Used independently, the IMU and Baxter sensors were insufficient to discriminate garment types with the IMU showing 40–72% accuracy, but when used in combination this pair of sensors achieved an accuracy similar to the more expensive load cell (98%. When observing dressing errors (snagging, Baxter’s sensors and the IMU data demonstrated poor sensitivity but applying machine learning methods resulted in model with high predicative accuracy and low false negative rates (≤5%. The results show that the load cell could be used independently for this application with good accuracy but a combination of the lower cost sensors could also be used without a significant loss in

  12. Simulation, Modeling, and Programming for Autonomous Robots : preface

    NARCIS (Netherlands)

    Brugali, Davide; Broenink, Johannes F.; Kroeger, Torsten; MacDonald, Bruce A.

    2014-01-01

    Robots are versatile machines that are increasingly being used not only to per- form dirty, dangerous, and dull tasks in manufacturing industries, but also to achieve societal objectives, such as enhancing safety in transportation, reducing the use of pesticide in agriculture, helping people with

  13. Preparation of a program for the independent verification of the brachytherapy planning systems calculations

    International Nuclear Information System (INIS)

    V Carmona, V.; Perez-Calatayud, J.; Lliso, F.; Richart Sancho, J.; Ballester, F.; Pujades-Claumarchirant, M.C.; Munoz, M.

    2010-01-01

    In this work a program is presented that independently checks for each patient the treatment planning system calculations in low dose rate, high dose rate and pulsed dose rate brachytherapy. The treatment planning system output text files are automatically loaded in this program in order to get the source coordinates, the desired calculation point coordinates and the dwell times when it is the case. The source strength and the reference dates are introduced by the user. The program allows implementing the recommendations about independent verification of the clinical brachytherapy dosimetry in a simple and accurate way, in few minutes. (Author).

  14. Automated Planning Enables Complex Protocols on Liquid-Handling Robots.

    Science.gov (United States)

    Whitehead, Ellis; Rudolf, Fabian; Kaltenbach, Hans-Michael; Stelling, Jörg

    2018-03-16

    Robotic automation in synthetic biology is especially relevant for liquid handling to facilitate complex experiments. However, research tasks that are not highly standardized are still rarely automated in practice. Two main reasons for this are the substantial investments required to translate molecular biological protocols into robot programs, and the fact that the resulting programs are often too specific to be easily reused and shared. Recent developments of standardized protocols and dedicated programming languages for liquid-handling operations addressed some aspects of ease-of-use and portability of protocols. However, either they focus on simplicity, at the expense of enabling complex protocols, or they entail detailed programming, with corresponding skills and efforts required from the users. To reconcile these trade-offs, we developed Roboliq, a software system that uses artificial intelligence (AI) methods to integrate (i) generic formal, yet intuitive, protocol descriptions, (ii) complete, but usually hidden, programming capabilities, and (iii) user-system interactions to automatically generate executable, optimized robot programs. Roboliq also enables high-level specifications of complex tasks with conditional execution. To demonstrate the system's benefits for experiments that are difficult to perform manually because of their complexity, duration, or time-critical nature, we present three proof-of-principle applications for the reproducible, quantitative characterization of GFP variants.

  15. Vision-based control of robotic arm with 6 degrees of freedom

    OpenAIRE

    Versleegers, Wim

    2014-01-01

    This paper studies the procedure to program a vertically articulated robot with six degrees of freedom, the Mitsubishi Melfa RV-2SD, with Matlab. A major drawback of the programming software provided by Mitsubishi is that it barely allows the use of vision-based programming. The amount of useable cameras is limited and moreover, the cameras are very expensive. Using Matlab, these limitations could be overcome. However there is no direct way to control the robot with Matlab. The goal of this p...

  16. Developing Creative Behavior in Elementary School Students with Robotics

    Science.gov (United States)

    Nemiro, Jill; Larriva, Cesar; Jawaharlal, Mariappan

    2017-01-01

    The School Robotics Initiative (SRI), a problem-based robotics program for elementary school students, was developed with the objective of reaching students early on to instill an interest in Science, Technology, Engineering, and Math disciplines. The purpose of this exploratory, observational study was to examine how the SRI fosters student…

  17. Big Robots for Little Kids: Investigating the Role of Scale in Early Childhood Robotics Kits

    Science.gov (United States)

    Vizner, Miki Z.

    Couch fort and refrigerator box constructions are staples of early childhood play in American culture. Can this this large-scale fantasy type of play be leveraged to facilitate computational thinking? This thesis looks at the ways Kindergarteners (age 5-6) use two variations of the KIBO robotics platform in their play and learning. The first is the standard KIBO kit developed at the DevTech research group at Tufts University and commercialized by Kinderlab robotics. The second, created by the author, is 100 times bigger and can be ridden by children and adults. Specifically this study addresses the research question "How are children's experiences with big-KIBO different from KIBO?" To do so this thesis presents two analytical tools that were assembled conceptually from literature and the authors experiences with KIBO, examined using the data collected in this study, refined, and used as frameworks for understanding the data. They are a developmental model of programming with KIBO and an operationalization of Bers's (2018) powerful ideas of computational thinking when using KIBO. Vignettes from the data are presented and analyzed using these frameworks. Content and structural play themes are extracted from additional vignettes with each robot. In this study there are no clear differences in the ways children engage in computational thinking or develop their ability to program. There appear to be differences in the ways children play with the robots. Suggesting that a larger robot offers new opportunities and pathways for children to engage in computational thinking tasks. This study makes a case for the importance of thinking developmentally about computational thinking. Connections to literature and theory as well as suggestions for future work, both for children and designers, are discussed.

  18. Acceptance of an assistive robot in older adults: a mixed-method study of human-robot interaction over a 1-month period in the Living Lab setting.

    Science.gov (United States)

    Wu, Ya-Huei; Wrobel, Jérémy; Cornuet, Mélanie; Kerhervé, Hélène; Damnée, Souad; Rigaud, Anne-Sophie

    2014-01-01

    There is growing interest in investigating acceptance of robots, which are increasingly being proposed as one form of assistive technology to support older adults, maintain their independence, and enhance their well-being. In the present study, we aimed to observe robot-acceptance in older adults, particularly subsequent to a 1-month direct experience with a robot. Six older adults with mild cognitive impairment (MCI) and five cognitively intact healthy (CIH) older adults were recruited. Participants interacted with an assistive robot in the Living Lab once a week for 4 weeks. After being shown how to use the robot, participants performed tasks to simulate robot use in everyday life. Mixed methods, comprising a robot-acceptance questionnaire, semistructured interviews, usability-performance measures, and a focus group, were used. Both CIH and MCI subjects were able to learn how to use the robot. However, MCI subjects needed more time to perform tasks after a 1-week period of not using the robot. Both groups rated similarly on the robot-acceptance questionnaire. They showed low intention to use the robot, as well as negative attitudes toward and negative images of this device. They did not perceive it as useful in their daily life. However, they found it easy to use, amusing, and not threatening. In addition, social influence was perceived as powerful on robot adoption. Direct experience with the robot did not change the way the participants rated robots in their acceptance questionnaire. We identified several barriers to robot-acceptance, including older adults' uneasiness with technology, feeling of stigmatization, and ethical/societal issues associated with robot use. It is important to destigmatize images of assistive robots to facilitate their acceptance. Universal design aiming to increase the market for and production of products that are usable by everyone (to the greatest extent possible) might help to destigmatize assistive devices.

  19. Socially intelligent robots: dimensions of human-robot interaction.

    Science.gov (United States)

    Dautenhahn, Kerstin

    2007-04-29

    Social intelligence in robots has a quite recent history in artificial intelligence and robotics. However, it has become increasingly apparent that social and interactive skills are necessary requirements in many application areas and contexts where robots need to interact and collaborate with other robots or humans. Research on human-robot interaction (HRI) poses many challenges regarding the nature of interactivity and 'social behaviour' in robot and humans. The first part of this paper addresses dimensions of HRI, discussing requirements on social skills for robots and introducing the conceptual space of HRI studies. In order to illustrate these concepts, two examples of HRI research are presented. First, research is surveyed which investigates the development of a cognitive robot companion. The aim of this work is to develop social rules for robot behaviour (a 'robotiquette') that is comfortable and acceptable to humans. Second, robots are discussed as possible educational or therapeutic toys for children with autism. The concept of interactive emergence in human-child interactions is highlighted. Different types of play among children are discussed in the light of their potential investigation in human-robot experiments. The paper concludes by examining different paradigms regarding 'social relationships' of robots and people interacting with them.

  20. 34 CFR 367.1 - What is the Independent Living Services for Older Individuals Who Are Blind program?

    Science.gov (United States)

    2010-07-01

    ... Individuals Who Are Blind program? 367.1 Section 367.1 Education Regulations of the Offices of the Department... EDUCATION INDEPENDENT LIVING SERVICES FOR OLDER INDIVIDUALS WHO ARE BLIND General § 367.1 What is the Independent Living Services for Older Individuals Who Are Blind program? This program supports projects that...

  1. Retention of fundamental surgical skills learned in robot-assisted surgery.

    Science.gov (United States)

    Suh, Irene H; Mukherjee, Mukul; Shah, Bhavin C; Oleynikov, Dmitry; Siu, Ka-Chun

    2012-12-01

    Evaluation of the learning curve for robotic surgery has shown reduced errors and decreased task completion and training times compared with regular laparoscopic surgery. However, most training evaluations of robotic surgery have only addressed short-term retention after the completion of training. Our goal was to investigate the amount of surgical skills retained after 3 months of training with the da Vinci™ Surgical System. Seven medical students without any surgical experience were recruited. Participants were trained with a 4-day training program of robotic surgical skills and underwent a series of retention tests at 1 day, 1 week, 1 month, and 3 months post-training. Data analysis included time to task completion, speed, distance traveled, and movement curvature by the instrument tip. Performance of the participants was graded using the modified Objective Structured Assessment of Technical Skills (OSATS) for robotic surgery. Participants filled out a survey after each training session by answering a set of questions. Time to task completion and the movement curvature was decreased from pre- to post-training and the performance was retained at all the corresponding retention periods: 1 day, 1 week, 1 month, and 3 months. The modified OSATS showed improvement from pre-test to post-test and this improvement was maintained during all the retention periods. Participants increased in self-confidence and mastery in performing robotic surgical tasks after training. Our novel comprehensive training program improved robot-assisted surgical performance and learning. All trainees retained their fundamental surgical skills for 3 months after receiving the training program.

  2. Skill Based Instruction of Collaborative Robots in Industrial Settings

    DEFF Research Database (Denmark)

    Schou, Casper; Andersen, Rasmus Skovgaard; Chrysostomou, Dimitrios

    2018-01-01

    During the past decades increasing need for more flexible and agile manufacturing equipment has spawned a growing interest in collaborative robots. Contrary to traditional industrial robots, collaborative robots are intended for operating alongside the production personnel in dynamic or semi...... several user studies, the usability of SBS and the task level programming approach has been demonstrated. SBS has been utilized in several international research projects where SBS has been deployed and tested in three real manufacturing settings. Collectively, the industrial exploitations have...

  3. Specification and resolution of complex manipulation tasks. Application to remote robots tele-programming; Specification et resolution de taches de manipulation complexes. Application a la teleprogrammation de robots distants

    Energy Technology Data Exchange (ETDEWEB)

    Piccin, O

    1995-11-15

    The work presented in this thesis comes within the scope of remote manipulation with restricted communication properties between the operator and the remote site. This context renders traditional tele-operation infeasible. To enhance the autonomy of the remote manipulator, it is necessary to reason on a model of the robot and its workspace. However, discrepancies between the real world and its representation require calibration capabilities to identify both position and size of objects interacting with the robot. Moreover, the non-repetitiveness and complexity of the tasks demand that the specification system remains easy to re-program and capable of treating a wide range of problems. The proposed constraint-based approach permits the specification of complex manipulation tasks in which tasks' objectives are expressed in terms of mobilities and contact relationships to achieve or maintain between parts. The resulting constraint relationships are then treated by a numerical solver based on a Newton-Raphson scheme. An enhanced robustness has been achieved through a dynamic management of equations' conditioning. This enables the system to choose automatically for the most appropriate resolution scenario. The first main class of applications is complex motion generation for any kind of robotic mechanisms possibly including redundancy. Constraints setting can also be exploited to realize local obstacle avoidance. The proposed approach makes it possible to deal with calibration tasks within the same framework. This constitutes an essential feature in the context of remote manipulation where models are un-precisely known. Lastly, a weld line inspection experiment performed on a real manipulator allows us to put forward a strategy for robotic task performance at a remote location. (author)

  4. Specification and resolution of complex manipulation tasks. Application to remote robots tele-programming; Specification et resolution de taches de manipulation complexes. Application a la teleprogrammation de robots distants

    Energy Technology Data Exchange (ETDEWEB)

    Piccin, O

    1995-11-15

    The work presented in this thesis comes within the scope of remote manipulation with restricted communication properties between the operator and the remote site. This context renders traditional tele-operation infeasible. To enhance the autonomy of the remote manipulator, it is necessary to reason on a model of the robot and its workspace. However, discrepancies between the real world and its representation require calibration capabilities to identify both position and size of objects interacting with the robot. Moreover, the non-repetitiveness and complexity of the tasks demand that the specification system remains easy to re-program and capable of treating a wide range of problems. The proposed constraint-based approach permits the specification of complex manipulation tasks in which tasks' objectives are expressed in terms of mobilities and contact relationships to achieve or maintain between parts. The resulting constraint relationships are then treated by a numerical solver based on a Newton-Raphson scheme. An enhanced robustness has been achieved through a dynamic management of equations' conditioning. This enables the system to choose automatically for the most appropriate resolution scenario. The first main class of applications is complex motion generation for any kind of robotic mechanisms possibly including redundancy. Constraints setting can also be exploited to realize local obstacle avoidance. The proposed approach makes it possible to deal with calibration tasks within the same framework. This constitutes an essential feature in the context of remote manipulation where models are un-precisely known. Lastly, a weld line inspection experiment performed on a real manipulator allows us to put forward a strategy for robotic task performance at a remote location. (author)

  5. An overview of the program to place advanced automation and robotics on the Space Station

    Science.gov (United States)

    Heydorn, Richard P.

    1987-01-01

    The preliminary design phase of the Space Station has uncovered a large number of potential uses of automation and robotics, most of which deal with the assembly and operation of the Station. If NASA were to vigorously push automation and robotics concepts in the design, the Station crew would probably be free to spend a substantial portion of time on payload activities. However, at this point NASA has taken a conservative attitude toward automation and robotics. For example, the belief is that robotics should evolve through telerobotics and that uses of artificial intelligence should be initially used in an advisory capacity. This conservativeness is in part due to the new and untested nature of automation and robotics; but, it is also due to emphases plased on designing the Station to the so-called upfront cost without thoroughly understanding the life cycle cost. Presumably automation and robotics has a tendency to increase the initial cost of the Space Station but could substantially reduce the life cycle cost. To insure that NASA will include some form of robotic capability, Congress directed to set aside funding. While this stimulates the development of robotics, it does not necessarily stimulate uses of artificial intelligence. However, since the initial development costs of some forms of artificial intelligence, such as expert systems, are in general lower than they are for robotics one is likely to see several expert systems being used on the Station.

  6. PEMBUATAN PROGRAM INTERFACE UNTUK PENGONTROLAN RV-M1

    Directory of Open Access Journals (Sweden)

    Endra Endra

    2007-10-01

    Full Text Available Article explores the making of interface of RV-M1 hand robot control that replaced the cosiprog program,a program that is able to help student in Mecatronica-1 Practice, and able to control the hand robot by localnetwork by two user or more. The used methods were literature study, and field study, that is design method. Theresearch result are control of hand robot on X,Y,Z axis and point to point, the use of local network to control thehand robot, save certain position, and use several user to control the robot.Keywords: interface program, robot, local network

  7. A Case Study: Motivational Attributes of 4-H Participants Engaged in Robotics

    Science.gov (United States)

    Smith, Mariah Lea

    2013-01-01

    Robotics has gained a great deal of popularity across the United States as a means to engage youth in science, technology, engineering, and math. Understanding what motivates youth and adults to participate in a robotics project is critical to understanding how to engage others. By developing a robotics program built on a proper understanding of…

  8. Optimization-Based Controllers for Robotics Applications (OCRA: The Case of iCub’s Whole-Body Control

    Directory of Open Access Journals (Sweden)

    Jorhabib G. Eljaik

    2018-03-01

    Full Text Available OCRA stands for Optimization-based Control for Robotics Applications. It consists of a set of platform-independent libraries which facilitates the development of optimization-based controllers for articulated robots. Hierarchical, weighted, and hybrid control strategies can easily be implemented using these tools. The generic interfaces provided by OCRA allow different robots to use the exact same controllers. OCRA also allows users to specify high-level objectives via tasks. These tasks provide an intuitive way of generating complex behaviors and can be specified in XML format. To illustrate the use of OCRA, an implementation of interest to this research topic for the humanoid robot iCub is presented. OCRA stands for Optimization-based Control for Robotics Applications. It consists of a set of platform-independent libraries which facilitates the development of optimization-based controllers for articulated robots. Hierarchical, weighted, and hybrid control strategies can easily be implemented using these tools. The generic interfaces provided by OCRA allow different robots to use the exact same controllers. OCRA also allows users to specify high-level objectives via tasks. These tasks provide an intuitive way of generating complex behaviors and can be specified in XML format. To illustrate the use of OCRA, an implementation of interest to this research topic for the humanoid robot iCub is presented.

  9. A 5-year perspective over robotic general surgery: indications, risk factors and learning curves.

    Science.gov (United States)

    Sgarbură, O; Tomulescu, V; Blajut, C; Popescu, I

    2013-01-01

    Robotic surgery has opened a new era in several specialties but the diffusion of medical innovation is slower indigestive surgery than in urology due to considerations related to cost and cost-efficiency. Studies often discuss the launching of the robotic program as well as the technical or clinical data related to specific procedures but there are very few articles evaluating already existing robotic programs. The aims of the present study are to evaluate the results of a five-year robotic program and to assess the evolution of indications in a center with expertise in a wide range of thoracic and abdominal robotic surgery. All consecutive robotic surgery cases performed in our center since the beginning of the program and prior to the 31st of December 2012 were included in this study, summing up to 734 cases throughout five years of experience in the field. Demographic, clinical, surgical and postoperative variables were recorded and analyzed.Comparative parametric and non-parametric tests, univariate and multivariate analyses and CUSUM analysis were performed. In this group, the average age was 50,31 years. There were 60,9% females and 39,1% males. 55,3% of all interventions were indicated for oncological disease. 36% of all cases of either benign or malignant etiology were pelvic conditions whilst 15,4% were esogastric conditions. Conversion was performed in 18 cases (2,45%). Mean operative time was 179,4Â+-86,06 min. Mean docking time was 11,16Â+-2,82 min.The mean hospital length of stay was 8,54 (Â+-5,1) days. There were 26,2% complications of all Clavien subtypes but important complications (Clavien III-V) only represented 6,2%.Male sex, age over 65 years old, oncological cases and robotic suturing were identified as risk factors for unfavorable outcomes. The present data support the feasibility of different and complex procedures in a general surgery department as well as the ascending evolution of a well-designed and well-conducted robotic program. From

  10. ROBOSIM, a simulator for robotic systems

    Science.gov (United States)

    Hinman, Elaine M.; Fernandez, Ken; Cook, George E.

    1991-01-01

    ROBOSIM, a simulator for robotic systems, was developed by NASA to aid in the rapid prototyping of automation. ROBOSIM has allowed the development of improved robotic systems concepts for both earth-based and proposed on-orbit applications while significantly reducing development costs. In a cooperative effort with an area university, ROBOSIM was further developed for use in the classroom as a safe and cost-effective way of allowing students to study robotic systems. Students have used ROBOSIM to study existing robotic systems and systems which they have designed in the classroom. Since an advanced simulator/trainer of this type is beneficial not only to NASA projects and programs but industry and academia as well, NASA is in the process of developing this technology for wider public use. An update on the simulators's new application areas, the improvements made to the simulator's design, and current efforts to ensure the timely transfer of this technology are presented.

  11. Manifold traversing as a model for learning control of autonomous robots

    Science.gov (United States)

    Szakaly, Zoltan F.; Schenker, Paul S.

    1992-01-01

    This paper describes a recipe for the construction of control systems that support complex machines such as multi-limbed/multi-fingered robots. The robot has to execute a task under varying environmental conditions and it has to react reasonably when previously unknown conditions are encountered. Its behavior should be learned and/or trained as opposed to being programmed. The paper describes one possible method for organizing the data that the robot has learned by various means. This framework can accept useful operator input even if it does not fully specify what to do, and can combine knowledge from autonomous, operator assisted and programmed experiences.

  12. From CAD to Robot: Undergraduate Capstone Design in Engineering Technology

    Directory of Open Access Journals (Sweden)

    Kuldeep S. Rawat

    2013-06-01

    Full Text Available A novel senior project in designing and implementing a wheeled platform-based experimental mobile robot is discussed. This mobile robot design project was used as a platform to learn sensor interfacing, microcontroller programming, motor control, and electronic circuit design and troubleshooting. A specially designed proto board was used so that students could experiment with various types of sensors and supporting electronic circuitry. The modules implemented in this project are, servo motor control, infrared (IR-based obstacle detection and avoidance, temperature sensing, and IR wireless communication. An 8-bit Peripheral Interface Controller (PIC microcontroller, operating at 20MHz, was used as a programmable controller to monitor external environment through sensors and make appropriate decisions. PIC microcontroller was programmed using PICBasic PRO, a BASIC like high-level language. The implementation was divided into separate experiments, through which the students progressively completed the mobile robot. This progressive experimentation helped students develop their knowledge of interfacing, microcontroller programming, electronic control, circuit design, and troubleshooting in an incremental manner. The robot design experiments, sensor interfacing, electronic control, supporting circuitry, problems faced and troubleshooting during implementation are discussed in the paper.

  13. Force-feedback tele operation of industrial robots a cost effective solution for decontamination of nuclear plants

    International Nuclear Information System (INIS)

    Desbats, P.; Andriot, C.; Gicquel, P.; Viallesoubranne, J.P.; Souche, C.

    1998-01-01

    Decontamination and maintenance in hot cells are some new emerging applications of industrial robots in the nuclear fuel cycle plants. Industrial robots are low cost, accurate and reliable manipulator arms which are used in manufacturing industries usually. Thanks to the recent evolution of robotics technologies, some industrial robots may be adapted to nuclear environment. These robots are transportable, sealed and can be decontaminated, and they may be 'hardened' up to a level of irradiation dose sufficient for operation in low and medium irradiating/contaminating environments. Although industrial robots are usually programmed to perform specific and repetitive tasks, they may be remotely tele-operated by human operators as well. This allows industrial robots to perform usual tele-manipulation tasks encountered in the nuclear plants and more. The paper presents the computer based tele-operation control system TAO2000 TM , developed by the Tele-operation and Robotics Service of CEA, which has been applied to the RX90 TM industrial robot from ST-UBLI company. This robot has been selected in order to perform various maintenance and decontamination tasks in COGEMA plants. TAO2000 provides the overall tele-robotic and robotic functions necessary to perform any remote tele-operation application in hostile environment: force-feedback master-slave control; computer- assisted tele-operation of mechanical processes; trajectory programming as well as various robotics functions; graphical modelling of working environment and simulation; automatic path planning with obstacle avoidance; man-machine interface for tasks programming and mission execution. Experimental results reported in the paper demonstrate the feasibility of force-feedback master-slave control of standard industrial robots. Finally, the design of new, cost effective. tele-operation systems based on industrial robots may be intended for nuclear plants maintenance. (author)

  14. Spoken commands control robot that handles radioactive materials

    International Nuclear Information System (INIS)

    Phelan, P.F.; Keddy, C.; Beugelsdojk, T.J.

    1989-01-01

    Several robotic systems have been developed by Los Alamos National Laboratory to handle radioactive material. Because of safety considerations, the robotic system must be under direct human supervision and interactive control continuously. In this paper, we describe the implementation of a voice-recognition system that permits this control, yet allows the robot to perform complex preprogrammed manipulations without the operator's intervention. To provide better interactive control, we connected to the robot's control computer, a speech synthesis unit, which provides audible feedback to the operator. Thus upon completion of a task or if an emergency arises, an appropriate spoken message can be reported by the control computer. The training programming and operation of this commercially available system are discussed, as are the practical problems encountered during operations

  15. Surgical Outcomes After Open, Laparoscopic, and Robotic Gastrectomy for Gastric Cancer.

    Science.gov (United States)

    Yang, Seung Yoon; Roh, Kun Ho; Kim, You-Na; Cho, Minah; Lim, Seung Hyun; Son, Taeil; Hyung, Woo Jin; Kim, Hyoung-Il

    2017-07-01

    In contrast to the significant advantages of laparoscopic versus open gastrectomy, robotic gastrectomy has shown little benefit over laparoscopic gastrectomy. This study aimed to compare multi-dimensional aspects of surgical outcomes after open, laparoscopic, and robotic gastrectomy. Data from 915 gastric cancer patients who underwent gastrectomy by one surgeon between March 2009 and May 2015 were retrospectively reviewed. Perioperative parameters were analyzed for short-term outcomes. Surgical success was defined as the absence of conversion to open surgery, major complications, readmission, positive resection margin, or fewer than 16 retrieved lymph nodes. This study investigated 241 patients undergoing open gastrectomy, 511 patients undergoing laparoscopic gastrectomy, and 173 patients undergoing robotic gastrectomy. For each approach, the respective incidences were as follows: conversion to open surgery (not applicable, 0.4%, and 0%; p = 0.444), in-hospital major complications (5.8, 2.7, and 1.2%; p = 0.020), delayed complications requiring readmission (2.9, 2.0, and 1.2%; p = 0.453), positive resection margin (1.7, 0, and 0%; p = 0.003), and inadequate number of retrieved lymph nodes (0.4, 4.1, and 1.7%; p = 0.010). Compared with open and laparoscopic surgery, robotic gastrectomy had the highest surgical success rate (90, 90.8, and 96.0%). Learning-curve analysis of success using cumulative sum plots showed success with the robotic approach from the start. Multivariate analyses identified age, sex, and gastrectomy extent as significant independent parameters affecting surgical success. Surgical approach was not a contributing factor. Open, laparoscopic, and robotic gastrectomy exhibited different incidences and causes of surgical failure. Robotic gastrectomy produced the best surgical outcomes, although the approach method itself was not an independent factor for success.

  16. A journey from robot to digital human mathematical principles and applications with MATLAB programming

    CERN Document Server

    Gu, Edward Y L

    2013-01-01

    This book provides readers with a solid set of diversified and essential tools for the theoretical modeling and control of complex robotic systems, as well as for digital human modeling and realistic motion generation. Following a comprehensive introduction to the fundamentals of robotic kinematics, dynamics and control systems design, the author extends robotic modeling procedures and motion algorithms to a much higher-dimensional, larger scale and more sophisticated research area, namely digital human modeling. Most of the methods are illustrated by MATLAB™ codes and sample graphical visualizations, offering a unique closed loop between conceptual understanding and visualization. Readers are guided through practicing and creating 3D graphics for robot arms as well as digital human models in MATLAB™, and through driving them for real-time animation. This work is intended to serve as a robotics textbook with an extension to digital human modeling for senior undergraduate and graduate engineering students....

  17. Calibration of Robot Reference Frames for Enhanced Robot Positioning Accuracy

    OpenAIRE

    Cheng, Frank Shaopeng

    2008-01-01

    This chapter discussed the importance and methods of conducting robot workcell calibration for enhancing the accuracy of the robot TCP positions in industrial robot applications. It shows that the robot frame transformations define the robot geometric parameters such as joint position variables, link dimensions, and joint offsets in an industrial robot system. The D-H representation allows the robot designer to model the robot motion geometry with the four standard D-H parameters. The robot k...

  18. Robotics/Automated Systems Technicians.

    Science.gov (United States)

    Doty, Charles R.

    Major resources exist that can be used to develop or upgrade programs in community colleges and technical institutes that educate robotics/automated systems technicians. The first category of resources is Economic, Social, and Education Issues. The Office of Technology Assessment (OTA) report, "Automation and the Workplace," presents analyses of…

  19. Implementing real-time robotic systems using CHIMERA II

    Science.gov (United States)

    Stewart, David B.; Schmitz, Donald E.; Khosla, Pradeep K.

    1990-01-01

    A description is given of the CHIMERA II programming environment and operating system, which was developed for implementing real-time robotic systems. Sensor-based robotic systems contain both general- and special-purpose hardware, and thus the development of applications tends to be a time-consuming task. The CHIMERA II environment is designed to reduce the development time by providing a convenient software interface between the hardware and the user. CHIMERA II supports flexible hardware configurations which are based on one or more VME-backplanes. All communication across multiple processors is transparent to the user through an extensive set of interprocessor communication primitives. CHIMERA II also provides a high-performance real-time kernel which supports both deadline and highest-priority-first scheduling. The flexibility of CHIMERA II allows hierarchical models for robot control, such as NASREM, to be implemented with minimal programming time and effort.

  20. A remote maintenance robot system for a pulsed nuclear reactor

    International Nuclear Information System (INIS)

    Thunborg, S.

    1987-01-01

    This paper presents a remote maintenance robot system for use in a hazardous environment. The system consists of turntable, robot and hoist subsystems which operate under the control of a supervisory computer to perform coordinated programmed maintenance operations on a pulsed nuclear reactor. The system is operational

  1. Considerations for designing robotic upper limb rehabilitation devices

    Science.gov (United States)

    Nadas, I.; Vaida, C.; Gherman, B.; Pisla, D.; Carbone, G.

    2017-12-01

    The present study highlights the advantages of robotic systems for post-stroke rehabilitation of the upper limb. The latest demographic studies illustrate a continuous increase of the average life span, which leads to a continuous increase of stroke incidents and patients requiring rehabilitation. Some studies estimate that by 2030 the number of physical therapists will be insufficient for the patients requiring physical rehabilitation, imposing a shift in the current methodologies. A viable option is the implementation of robotic systems that assist the patient in performing rehabilitation exercises, the physical therapist role being to establish the therapeutic program for each patient and monitor their individual progress. Using a set of clinical measurements for the upper limb motions, the analysis of rehabilitation robotic systems provides a comparative study between the motions required by clinicians and the ones that robotic systems perform for different therapeutic exercises. A critical analysis of existing robots is performed using several classifications: mechanical design, assistance type, actuation and power transmission, control systems and human robot interaction (HRI) strategies. This classification will determine a set of pre-requirements for the definition of new concepts and efficient solutions for robotic assisted rehabilitation therapy.

  2. Independent tube verification and dynamic tracking in et inspection of nuclear steam generator

    International Nuclear Information System (INIS)

    Xiongzi, Li; Zhongxue, Gan; Lance, Fitzgibbons

    2001-01-01

    The full text follows. In the examination of pressure boundary tubes in steam generators of commercial pressurized water nuclear power plants (PWR's), it is critical to know exactly which particular tube is being accessed. There are no definitive landmarks or markings on the individual tubes. Today this is done manually, it is tedious, and interrupts the normal inspection work, and is difficult due to the presence of water on the tube surface, plug ends instead of tube openings in the field of view, and varying lighting quality. In order to eliminate the human error and increase the efficiency of operation, there is a need to identify tube position during the inspection process, independent of robot encoder position and motion. A process based on a Cognex MVS-8200 system and its application function package has been developed to independently identify tube locations. ABB Combustion Engineering Nuclear Power's Outage Services group, USPPL in collaboration with ABB Power Plant Laboratories' Advanced Computers and Controls department has developed a new vision-based Independent Tube Verification system (GENESIS-ITVS-TM ). The system employ's a model-based tube-shape detection algorithm and dynamic tracking methodology to detect the true tool position and its offsets from identified tube location. GENESIS-ITVS-TM is an automatic Independent Tube Verification System (ITVS). Independent tube verification is a tube validation technique using computer vision, and not using any robot position parameters. This process independently counts the tubes in the horizontal and vertical axes of the plane of the steam generator tube sheet as the work tool is moved. Thus it knows the true position in the steam generator, given a known starting point. This is analogous to the operator's method of counting tubes for verification, but it is automated. GENESIS-ITVS-TM works independent of the robot position, velocity, or acceleration. The tube position information is solely obtained from

  3. Robotics Scoping Study to Evaluate Advances in Robotics Technologies that Support Enhanced Efficiencies for Yucca Mountain Repository Operations

    International Nuclear Information System (INIS)

    Burgess, T.; Noakes, M.; Spampinato, P.

    2005-01-01

    This paper presents an evaluation of robotics and remote handling technologies that have the potential to increase the efficiency of handling waste packages at the proposed Yucca Mountain High-Level Nuclear Waste Repository. It is expected that increased efficiency will reduce the cost of operations. The goal of this work was to identify technologies for consideration as potential projects that the U.S. Department of Energy Office of Civilian Radioactive Waste Management, Office of Science and Technology International Programs, could support in the near future, and to assess their ''payback'' value. The evaluation took into account the robotics and remote handling capabilities planned for incorporation into the current baseline design for the repository, for both surface and subsurface operations. The evaluation, completed at the end of fiscal year 2004, identified where significant advantages in operating efficiencies could accrue by implementing any given robotics technology or approach, and included a road map for a multiyear R and D program for improvements to remote handling technology that support operating enhancements

  4. Robotics Scoping Study to Evaluate Advances in Robotics Technologies that Support Enhanced Efficiencies for Yucca Mountain Repository Operations

    Energy Technology Data Exchange (ETDEWEB)

    T. Burgess; M. Noakes; P. Spampinato

    2005-03-17

    This paper presents an evaluation of robotics and remote handling technologies that have the potential to increase the efficiency of handling waste packages at the proposed Yucca Mountain High-Level Nuclear Waste Repository. It is expected that increased efficiency will reduce the cost of operations. The goal of this work was to identify technologies for consideration as potential projects that the U.S. Department of Energy Office of Civilian Radioactive Waste Management, Office of Science and Technology International Programs, could support in the near future, and to assess their ''payback'' value. The evaluation took into account the robotics and remote handling capabilities planned for incorporation into the current baseline design for the repository, for both surface and subsurface operations. The evaluation, completed at the end of fiscal year 2004, identified where significant advantages in operating efficiencies could accrue by implementing any given robotics technology or approach, and included a road map for a multiyear R&D program for improvements to remote handling technology that support operating enhancements.

  5. Concept and Functional Structure of a Service Robot

    Directory of Open Access Journals (Sweden)

    Luis A. Pineda

    2015-02-01

    Full Text Available In this paper, we present a concept of service robot and a framework for its functional specification and implementation. The present discussion is grounded in Newell's system levels hierarchy which suggests organizing robotics research in three different layers, corresponding to Marr's computational, algorithmic and implementation levels, as follows: (1 the service robot proper, which is the subject of the present paper, (2 perception and action algorithms, and (3 the systems programming level. The concept of a service robot is articulated in practice through the introduction of a conceptual model for particular service robots; this consists of the specification of a set of basic robotic behaviours and a number of mechanisms for assembling such behaviours during the execution of complex tasks. The model involves an explicit representation of the task structure, allowing for deliberative reasoning and task management. The model also permits distinguishing between a robot's competence and performance, along the lines of Chomsky's corresponding distinction. We illustrate how this model can be realized in practice with two composition modes that we call static and dynamic; these are illustrated with the Restaurant Test and the General Purpose Service Robot Test of the RoboCup@Home competition, respectively. The present framework and methodology has been implemented in the robot Golem-II+, which is also described. The paper is concluded with an overall reflection upon the present concept of a service robot and its associated functional specifications, and the potential impact of such a conceptual model in the study, development and application of service robots in general.

  6. Systematic Analysis of Video Data from Different Human-Robot Interaction Studies: A Categorisation of Social Signals During Error Situations

    OpenAIRE

    Manuel eGiuliani; Nicole eMirnig; Gerald eStollnberger; Susanne eStadler; Roland eBuchner; Manfred eTscheligi

    2015-01-01

    Human?robot interactions are often affected by error situations that are caused by either the robot or the human. Therefore, robots would profit from the ability to recognize when error situations occur. We investigated the verbal and non-verbal social signals that humans show when error situations occur in human?robot interaction experiments. For that, we analyzed 201 videos of five human?robot interaction user studies with varying tasks from four independent projects. The analysis shows tha...

  7. Sensor-guided parking system for a carlike robot

    Science.gov (United States)

    Jiang, Kaichum; Seneviratne, L. D.

    1998-07-01

    This paper presents an automated parking strategy for a car- like mobile robot. The study considers general parking manoeuvre cases for a rectangular robot, including parallel parking. The robot is constructed simulating a conventional car, which is subject to non-holonomic constraints and thus only has two degrees of freedom. The parking space is considered as rectangular, and detected by ultrasonic sensors mounted on the robot. A motion planning algorithm develops a collision-free path for parking, taking into account the non- holonomic constraints acting on the car-like robot. A research into general car maneuvers has been conducted and useful results have been achieved. The motion planning algorithm uses these results, combined with configuration space method, to produce a collision-free path for parallel parking, depending on the parking space detected. A control program in the form of a graphical user interface has been developed for users to operate the system with ease. The strategy is implemented on a modified B12 mobile robot. The strategy presented has the potential for application in automobiles.

  8. Evaluation of an Assistive Telepresence Robot for Elderly Healthcare.

    Science.gov (United States)

    Koceski, Saso; Koceska, Natasa

    2016-05-01

    In this paper we described the telepresence robot system designed to improve the well-being of elderly by supporting them to do daily activities independently, to facilitate social interaction in order to overcome a sense of social isolation and loneliness as well as to support the professional caregivers in everyday care. In order to investigate the acceptance of the developed robot system, evaluation study involved elderly people and professional caregivers, as two potential user groups was conducted. The results of this study are also presented and discussed.

  9. Regenerative patterning in Swarm Robots: mutual benefits of research in robotics and stem cell biology

    Science.gov (United States)

    RUBENSTEIN, MICHAEL; SAI, YING; CHUONG, CHENG-MING; SHEN, WEI-MIN

    2010-01-01

    This paper presents a novel perspective of Robotic Stem Cells (RSCs), defined as the basic non-biological elements with stem cell like properties that can self-reorganize to repair damage to their swarming organization. “Self” here means that the elements can autonomously decide and execute their actions without requiring any preset triggers, commands, or help from external sources. We develop this concept for two purposes. One is to develop a new theory for self-organization and self-assembly of multi-robots systems that can detect and recover from unforeseen errors or attacks. This self-healing and self-regeneration is used to minimize the compromise of overall function for the robot team. The other is to decipher the basic algorithms of regenerative behaviors in multi-cellular animal models, so that we can understand the fundamental principles used in the regeneration of biological systems. RSCs are envisioned to be basic building elements for future systems that are capable of self-organization, self-assembly, self-healing and self-regeneration. We first discuss the essential features of biological stem cells for such a purpose, and then propose the functional requirements of robotic stem cells with properties equivalent to gene controller, program selector and executor. We show that RSCs are a novel robotic model for scalable self-organization and self-healing in computer simulations and physical implementation. As our understanding of stem cells advances, we expect that future robots will be more versatile, resilient and complex, and such new robotic systems may also demand and inspire new knowledge from stem cell biology and related fields, such as artificial intelligence and tissue engineering. PMID:19557691

  10. Regenerative patterning in Swarm Robots: mutual benefits of research in robotics and stem cell biology.

    Science.gov (United States)

    Rubenstein, Michael; Sai, Ying; Chuong, Cheng-Ming; Shen, Wei-Min

    2009-01-01

    This paper presents a novel perspective of Robotic Stem Cells (RSCs), defined as the basic non-biological elements with stem cell like properties that can self-reorganize to repair damage to their swarming organization. Self here means that the elements can autonomously decide and execute their actions without requiring any preset triggers, commands, or help from external sources. We develop this concept for two purposes. One is to develop a new theory for self-organization and self-assembly of multi-robots systems that can detect and recover from unforeseen errors or attacks. This self-healing and self-regeneration is used to minimize the compromise of overall function for the robot team. The other is to decipher the basic algorithms of regenerative behaviors in multi-cellular animal models, so that we can understand the fundamental principles used in the regeneration of biological systems. RSCs are envisioned to be basic building elements for future systems that are capable of self-organization, self-assembly, self-healing and self-regeneration. We first discuss the essential features of biological stem cells for such a purpose, and then propose the functional requirements of robotic stem cells with properties equivalent to gene controller, program selector and executor. We show that RSCs are a novel robotic model for scalable self-organization and self-healing in computer simulations and physical implementation. As our understanding of stem cells advances, we expect that future robots will be more versatile, resilient and complex, and such new robotic systems may also demand and inspire new knowledge from stem cell biology and related fields, such as artificial intelligence and tissue engineering.

  11. Technology evaluation report for the Buried Waste Robotics Program Subsurface Mapping Project

    International Nuclear Information System (INIS)

    Griebenow, B.E.

    1992-01-01

    This document presents a summary of the work performed in support of the Buried Waste Robotics Program Subsurface Mapping Project. The project objective was to demonstrate the feasibility of remotely characterizing buried waste sites. To fulfill this objective, a remotely-operated vehicle, equipped with several sensors, was deployed at the Idaho National Engineering Laboratory. Descriptions of the equipment and areas involved in the project are included in this report. Additionally, this document provides data that was obtained during characterization operations at the Cold Test Pit and the Subsurface Disposal Area, both at the Idaho National Engineering Laboratory's Radioactive Waste Management Complex, and at the Idaho Chemical Processing Plant. The knowledge gained from the experience, that can be applied to the next generation remote-characterization system, is extensive and is presented in this report

  12. Real-time Stereoscopic 3D for E-Robotics Learning

    Directory of Open Access Journals (Sweden)

    Richard Y. Chiou

    2011-02-01

    Full Text Available Following the design and testing of a successful 3-Dimensional surveillance system, this 3D scheme has been implemented into online robotics learning at Drexel University. A real-time application, utilizing robot controllers, programmable logic controllers and sensors, has been developed in the “MET 205 Robotics and Mechatronics” class to provide the students with a better robotic education. The integration of the 3D system allows the students to precisely program the robot and execute functions remotely. Upon the students’ recommendation, polarization has been chosen to be the main platform behind the 3D robotic system. Stereoscopic calculations are carried out for calibration purposes to display the images with the highest possible comfort-level and 3D effect. The calculations are further validated by comparing the results with students’ evaluations. Due to the Internet-based feature, multiple clients have the opportunity to perform the online automation development. In the future, students, in different universities, will be able to cross-control robotic components of different types around the world. With the development of this 3D ERobotics interface, automation resources and robotic learning can be shared and enriched regardless of location.

  13. 3rd IEEE/IFToMM International Conference on Reconfigurable Mechanisms and Robots

    CERN Document Server

    Kong, Xianwen; Dai, Jian; ReMAR 2015; Advances in Reconfigurable Mechanisms and Robots II

    2016-01-01

    This book presents the most recent advances in the research and applications of reconfigurable mechanisms and robots. It collects 93 independently reviewed papers presented at the Third ASME/IFToMM International Conference on Reconfigurable Mechanisms and Robots (ReMAR 2015) held in Beijing, China, 20-22 July 2015. The conference papers are organized into seven parts to cover the reconfiguration theory, topology, kinematics and design of reconfigurable mechanisms including reconfigurable parallel mechanisms. The most recent results on reconfigurable robots are presented including their analysis, design, simulation and control. Bio-inspired mechanisms are also explored in the challenging fields of rehabilitation and minimally invasive surgery. This book further addresses deployable mechanisms and origami-inspired mechanisms and showcases a wide range of successful applications of reconfigurable mechanisms and robots. Advances in Reconfigurable Mechanisms and Robots II should be of interest for researchers, eng...

  14. Development and demonstration of a teleoperated modular robot system

    International Nuclear Information System (INIS)

    Tosunoglu, S.; Tesar, D.

    1992-01-01

    This collection of bi-monthly progress reports on the DOE/NE Robotics Program presents information on significant accomplishments, reports and major correspondence issued, important meetings, and major problems associated with the program

  15. Generic robot architecture

    Science.gov (United States)

    Bruemmer, David J [Idaho Falls, ID; Few, Douglas A [Idaho Falls, ID

    2010-09-21

    The present invention provides methods, computer readable media, and apparatuses for a generic robot architecture providing a framework that is easily portable to a variety of robot platforms and is configured to provide hardware abstractions, abstractions for generic robot attributes, environment abstractions, and robot behaviors. The generic robot architecture includes a hardware abstraction level and a robot abstraction level. The hardware abstraction level is configured for developing hardware abstractions that define, monitor, and control hardware modules available on a robot platform. The robot abstraction level is configured for defining robot attributes and provides a software framework for building robot behaviors from the robot attributes. Each of the robot attributes includes hardware information from at least one hardware abstraction. In addition, each robot attribute is configured to substantially isolate the robot behaviors from the at least one hardware abstraction.

  16. 16th International Symposium of Robotic Research

    CERN Document Server

    Corke, Peter

    2016-01-01

    This volume presents a collection of papers presented at the 16th International Symposium of Robotic Research (ISRR). ISRR is the biennial meeting of the International Foundation of Robotic Research (IFRR) and its 16th edition took place in Singapore over the period 16th to 19th December 2013. The ISRR is the longest running series of robotics research meetings and dates back to the very earliest days of robotics as a research discipline. This 16th ISRR meeting was held in the 30th anniversary year of the very first meeting which took place in Bretton Woods (New Hampshire, USA) in August 1983., and represents thirty years at the forefront of ideas in robotics research. As for the previous symposia, ISRR 2013 followed up on the successful concept of a mixture of invited contributions and open submissions. 16 of the contributions were invited contributions from outstanding researchers selected by the IFRR officers and the program committee, and the other contributions were chosen among the open submissions afte...

  17. Direct adaptive control of a PUMA 560 industrial robot

    Science.gov (United States)

    Seraji, Homayoun; Lee, Thomas; Delpech, Michel

    1989-01-01

    The implementation and experimental validation of a new direct adaptive control scheme on a PUMA 560 industrial robot is described. The testbed facility consists of a Unimation PUMA 560 six-jointed robot and controller, and a DEC MicroVAX II computer which hosts the Robot Control C Library software. The control algorithm is implemented on the MicroVAX which acts as a digital controller for the PUMA robot, and the Unimation controller is effectively bypassed and used merely as an I/O device to interface the MicroVAX to the joint motors. The control algorithm for each robot joint consists of an auxiliary signal generated by a constant-gain Proportional plus Integral plus Derivative (PID) controller, and an adaptive position-velocity (PD) feedback controller with adjustable gains. The adaptive independent joint controllers compensate for the inter-joint couplings and achieve accurate trajectory tracking without the need for the complex dynamic model and parameter values of the robot. Extensive experimental results on PUMA joint control are presented to confirm the feasibility of the proposed scheme, in spite of strong interactions between joint motions. Experimental results validate the capabilities of the proposed control scheme. The control scheme is extremely simple and computationally very fast for concurrent processing with high sampling rates.

  18. Colias: An Autonomous Micro Robot for Swarm Robotic Applications

    Directory of Open Access Journals (Sweden)

    Farshad Arvin

    2014-07-01

    Full Text Available Robotic swarms that take inspiration from nature are becoming a fascinating topic for multi-robot researchers. The aim is to control a large number of simple robots in order to solve common complex tasks. Due to the hardware complexities and cost of robot platforms, current research in swarm robotics is mostly performed by simulation software. The simulation of large numbers of these robots in robotic swarm applications is extremely complex and often inaccurate due to the poor modelling of external conditions. In this paper, we present the design of a low-cost, open-platform, autonomous micro-robot (Colias for robotic swarm applications. Colias employs a circular platform with a diameter of 4 cm. It has a maximum speed of 35 cm/s which enables it to be used in swarm scenarios very quickly over large arenas. Long-range infrared modules with an adjustable output power allow the robot to communicate with its direct neighbours at a range of 0.5 cm to 2 m. Colias has been designed as a complete platform with supporting software development tools for robotics education and research. It has been tested in both individual and swarm scenarios, and the observed results demonstrate its feasibility for use as a micro-sized mobile robot and as a low-cost platform for robot swarm applications.

  19. Peculiarities of domestic and foreign experience of teachers preparation to training robotics

    Directory of Open Access Journals (Sweden)

    Наталья Александровна Ионкина

    2018-12-01

    Full Text Available Robotics within the subject “Technology” is included in the curriculum of Russian schools. This fact transforms robotics from the subject of additional education into a full-fledged academic subject of the school curriculum. The introduction of robotics into the curriculum of Russian schools requires significant changes in the system of training teachers who will teach students this discipline. Training of teachers for the training of students in robotics is carried out, both in the framework of programs for the preparation of masters in pedagogical universities, and within the framework of various refresher courses. Different countries carry out such training in different ways. In some countries, the training of teachers of robotics is financed by the state, in others by private initiatives. The mission of most foreign educational organizations is to use the motivational effects of robotics to activate schoolchildren and involve them in STEM-education. Many manufacturing companies not only sell robotic equipment, but also prepare methodological and training materials for the implementation of STEM-education technology, as well as create electronic educational resources, training programs, online lessons, evaluation materials and much more. Teaching teachers and schoolchildren, while it is based on the equipment that produces such companies.

  20. Three-dimensional vision enhances task performance independently of the surgical method.

    Science.gov (United States)

    Wagner, O J; Hagen, M; Kurmann, A; Horgan, S; Candinas, D; Vorburger, S A

    2012-10-01

    Within the next few years, the medical industry will launch increasingly affordable three-dimensional (3D) vision systems for the operating room (OR). This study aimed to evaluate the effect of two-dimensional (2D) and 3D visualization on surgical skills and task performance. In this study, 34 individuals with varying laparoscopic experience (18 inexperienced individuals) performed three tasks to test spatial relationships, grasping and positioning, dexterity, precision, and hand-eye and hand-hand coordination. Each task was performed in 3D using binocular vision for open performance, the Viking 3Di Vision System for laparoscopic performance, and the DaVinci robotic system. The same tasks were repeated in 2D using an eye patch for monocular vision, conventional laparoscopy, and the DaVinci robotic system. Loss of 3D vision significantly increased the perceived difficulty of a task and the time required to perform it, independently of the approach (P robot than with laparoscopy (P = 0.005). In every case, 3D robotic performance was superior to conventional laparoscopy (2D) (P < 0.001-0.015). The more complex the task, the more 3D vision accelerates task completion compared with 2D vision. The gain in task performance is independent of the surgical method.