Robotics

See also: Robot
The Shadow robot hand system

Robotics is the science and technology of robots, and their design, manufacture, and application.[1] Robotics Engineers also study electronics, mechanics and software.[2]

Contents

Origins

See also: History of robots and Robot

Stories of artificial helpers and companions and attempts to create them have a long history, but fully autonomous machines only appeared in the 20th century. The first digitally operated and programmable robot, the Unimate, was installed in 1961 to lift hot pieces of metal from a die casting machine and stack them. Today, commercial and industrial robots are in widespread use performing jobs more cheaply or with greater accuracy and reliability than humans. They are also employed for jobs which are too dirty, dangerous or dull to be suitable for humans. Robots are widely used in manufacturing, assembly and packing, transport, earth and space exploration, surgery, weaponry, laboratory research, and mass production of consumer and industrial goods.[3]

Date Significance Robot Name Inventor
First century A.D. and earlier Descriptions of more than 100 machines and automata, including a fire engine, a wind organ, a coin-operated machine, and a steam-powered engine, in Pneumatica and Automata by Heron of Alexandria Ctesibius of Alexandria, Philo of Byzantium, Heron of Alexandria, and others
1206 First programmable humanoid robots Boat with four robotic musicians Al-Jazari
c. 1495 Designs for a humanoid robot Mechanical knight Leonardo da Vinci
1738 Mechanical duck that was able to eat, flap its wings, and excrete Digesting Duck Jacques de Vaucanson
1800s Japanese mechanical toys that served tea, fired arrows, and painted Karakuri toys Hisashige Tanaka
1921 First fictional automatons called "robots" appear in the play R.U.R. Rossum's Universal Robots Karel Čapek
1930s Humanoid robot exhibited at the 1939 and 1940 World's Fairs Elektro Westinghouse Electric Corporation
1948 Simple robots exhibiting biological behaviors[4] Elsie and Elmer William Grey Walter
1956 First commercial robot, from the Unimation company founded by George Devol and Joseph Engelberger, based on Devol's patents[5] Unimate George Devol
1961 First installed industrial robot Unimate George Devol
1963 First palletizing robot[6] Palletizer Fuji Yusoki Kogyo
1973 First robot with six electromechanically driven axes Famulus KUKA Robot Group
1975 Programmable universal manipulation arm, a Unimation product PUMA Victor Scheinman

According to the Oxford English Dictionary, the word robotics was first used in print by Isaac Asimov, in his science fiction short story "Liar!", published in May 1941 in Astounding Science Fiction. Asimov was unaware that he was coining the term; since the science and technology of electrical devices is electronics, he assumed robotics already referred to the science and technology of robots.[7] The word robot was introduced to the public by Czech writer Karel Čapek in his play R.U.R. (Rossum's Universal Robots), which premiered in 1921.[8]

Components of robots

Structure

The structure of a robot is usually mostly mechanical and can be called a kinematic chain (its functionality being similar to the skeleton of the human body). The chain is formed of links (its bones), actuators (its muscles) and joints which can allow one or more degrees of freedom. Most contemporary robots use open serial chains in which each link connects the one before to the one after it. These robots are called serial robots and often resemble the human arm. Some robots, such as the Stewart platform, use a closed parallel kinematical chain. Other structures, such as those that mimic the mechanical structure of humans, various animals and insects, are comparatively rare. However, the development and use of such structures in robots is an active area of research (e.g. biomechanics). Robots used as manipulators have an end effector mounted on the last link. This end effector can be anything from a welding device to a mechanical hand used to manipulate the environment.

Actuation

A robot leg powered by Air Muscles

Actuators are the "muscles" of a robot, the parts which convert stored energy into movement. By far the most popular actuators are electric motors, but there are many others, powered by electricity, chemicals, and compressed air.

Manipulation

Robots which must work in the real world require some way to manipulate objects; pick up, modify, destroy or otherwise have an effect. Thus the 'hands' of a robot are often referred to as end effectors,[19] while the arm is referred to as a manipulator.[20] Most robot arms have replaceable effectors, each allowing them to perform some small range of tasks. Some have a fixed manipulator which cannot be replaced, while a few have one very general purpose manipulator, for example a humanoid hand.

For the definitive guide to all forms of robot endeffectors, their design and usage consult the book "Robot Grippers".[24]

Locomotion

Rolling Robots

Segway in the Robot museum in Nagoya.

For simplicity, most mobile robots have four wheels. However, some researchers have tried to create more complex wheeled robots, with only one or two wheels.

Walking Robots

iCub robot, designed by the RobotCub Consortium

Walking is a difficult and dynamic problem to solve. Several robots have been made which can walk reliably on two legs, however none have yet been made which are as robust as a human. Typically, these robots can walk well on flat floors, and can occasionally walk up stairs. None can walk over rocky, uneven terrain. Some of the methods which have been tried are:


Other methods of locomotion

RQ-4 Global Hawk Unmanned Aerial Vehicle
Two robot snakes. Left one has 64 motors (with 2 degrees of freedom per segment), the right one 10.


Human interaction

Kismet can produce a range of facial expressions.

If robots are to work effectively in homes and other non-industrial environments, the way they are instructed to perform their jobs, and especially how they will be told to stop will be of critical importance. The people who interact with them may have little or no training in robotics, and so any interface will need to be extremely intuitive. Science fiction authors also typically assume that robots will eventually communicate with humans by talking, gestures and facial expressions, rather than a command-line interface. Although speech would be the most natural way for the human to communicate, it is quite unnatural for the robot. It will be quite a while before robots interact as naturally as the fictional C3P0.

Control

A robot-manipulated marionette, with complex control systems

The mechanical structure of a robot must be controlled to perform tasks. The control of a robot involves three distinct phases - perception, processing and action (robotic paradigms). Sensors give information about the environment or the robot itself (e.g. the position of its joints or its end effector). This information is then processed to calculate the appropriate signals to the actuators (motors) which move the mechanical structure.

The processing phase can range in complexity. At a reactive level, it may translate raw sensor information directly into actuator commands. Sensor fusion may first be used to estimate parameters of interest (e.g. the position of the robot's gripper) from noisy sensor data. An immediate task (such as moving the gripper in a certain direction) is inferred from these estimates. Techniques from control theory convert the task into commands that drive the actuators.

At longer time scales or with more sophisticated tasks, the robot may need to build and reason with a "cognitive" model. Cognitive models try to represent the robot, the world, and how they interact. Pattern recognition and computer vision can be used to track objects. Mapping techniques can be used to build maps of the world. Finally, motion planning and other artificial intelligence techniques may be used to figure out how to act. For example, a planner may figure out how to achieve a task without hitting obstacles, falling over, etc.

Control systems may also have varying levels of autonomy. Direct interaction is used for haptic or tele-operated devices, and the human has nearly complete control over the robot's motion. Operator-assist modes have the operator commanding medium-to-high-level tasks, with the robot automatically figuring out how to achieve them. An autonomous robot may go for extended periods of time without human interaction. Higher levels of autonomy do not necessarily require more complex cognitive capabilities. For example, robots in assembly plants are completely autonomous, but operate in a fixed pattern.

Dynamics and kinematics

The study of motion can be divided into kinematics and dynamics. Direct kinematics refers to the calculation of end effector position, orientation, velocity and acceleration when the corresponding joint values are known. Inverse kinematics refers to the opposite case in which required joint values are calculated for given end effector values, as done in path planning. Some special aspects of kinematics include handling of redundancy (different possibilities of performing the same movement), collision avoidance and singularity avoidance. Once all relevant positions, velocities and accelerations have been calculated using kinematics, methods from the field of dynamics are used to study the effect of forces upon these movements. Direct dynamics refers to the calculation of accelerations in the robot once the applied forces are known. Direct dynamics is used in computer simulations of the robot. Inverse dynamics refers to the calculation of the actuator forces necessary to create a prescribed end effector acceleration. This information can be used to improve the control algorithms of a robot.

In each area mentioned above, researchers strive to develop new concepts and strategies, improve existing ones and improve the interaction between these areas. To do this, criteria for "optimal" performance and ways to optimize design, structure and control of robots must be developed and implemented.

Education

Robotics as an undergraduate area of study is fairly common, although few universities offer robotics degrees. In the US, only Worcester Polytechnic Institute offers a Bachelor of Science in Robotics Engineering. Universities that have graduate degrees focused on robotics include Carnegie Mellon University, MIT, UPENN and UCLA . In Australia, there are Bachelor of Engineering degrees at the universities belonging to the Centre for Autonomous Systems (CAS) [60]: University of Sydney, University of New South Wales and the University of Technology, Sydney. Other universities include Deakin University, Flinders University, Swinburne University of Technology, and the University of Western Sydney. Others offer degrees in Mechatronics. In India a post-graduate degree in Mechatronics is offered at Madras Institute of Technology, Chennai. In the UK, Robotics degrees are offered by a number of institutions including the Heriot-Watt University, University of Essex, the University of Liverpool, University of Reading, Sheffield Hallam University, Staffordshire University,University of Sussex, The Robert Gordon University and the University of Wales, Newport. In Mexico, the Monterrey Institute of Technology and Higher Education offers a Bachelor of Science in Digital Systems and Robotics Engineering[61] and a Bachelor of Science in Mechatronics.[62]

Robots recently became a popular tool in raising interests in computing for middle and high school students. First year computer science courses at several university were developed which involves the programming of a robot instead of the traditional software engineering based coursework. Examples include Course 6 at MIT and the Institute for Personal Robots in Education at the Georgia Institute of Technology with Bryn Mawr College.

HealthCare

Script Pro manufactures a robot designed to help pharmacies fill prescriptions that consist of oral solids or medications in pill form. The pharmacist or pharmacy technician enters the prescription information into its information system. The system, upon determining whether or not the drug is in the robot, will send the information to the robot for filling. The robot has 3 different size vials to fill determined by the size of the pill. The robot technician, user or pharmacist determines the needed size of the vial based on the tablet when the robot is stocked. Once the vial is filled it is brought up to a conveyor belt that delivers it to a holder that spins the vial and attaches the patient label. Afterwards it is set on another conveyor that delivers the patient’s medication vial to a slot labeled with the patients name on an LED read out. The pharmacist or technician then checks the contents of the vial to ensure it’s the correct drug for the correct patient and then seals the vials and sends it out front to be picked up. The robot is a very time efficient device that the pharmacy depends on to fill prescriptions.

McKesson’s Robot RX is another healthcare robotics product that helps inpatient pharmacies dispense thousands of medications daily with little or no errors. The robot can be ten feet wide and thirty feet long and can hold hundreds of different kinds of medications and thousands of doses. The pharmacy saves many resources like staff members that are otherwise unavailable in a resource scarce industry. It uses an electromechanical head coupled with a pneumatic system to capture each dose and deliver it to its either stocked or dispensed location. The head moves along a single axis while it rotates 180 degrees to pull the medications. During this process it uses barcode technology to verify its pulling the correct drug. It then delivers the drug to a patient specific bin on a conveyor belt. Once the bin is filled will all of the drugs that a particular patient needs and that the robot stocks, the bin is then released and returned out on the conveyor belt to a technician waiting to load it into a cart for delivery to the floor

TUG robots, from Aethon, are a necessity for any hospital’s inpatient pharmacy. TUGs are a medication delivery robot. They are stationed at or near the pharmacy on a charging base designed to keep their batteries at optimal levels. Once a pharmacy has a number of meds to send to the floors, they load the TUGs by putting in their code to unlock the drawers and start sorting the meds by delivery station. After it has been loaded the user selects the locations in the order they want them delivered and then they hit the send button. The TUG backs up, turns and goes on it path to its destination. It uses a series of navigational tools to find it way around. For the most part it is laser guided and uses a 180 degree laser to check for walls and obstacles in its path. It also makes use of infrared sensors and sonar for navigation, obstacle avoidance and detection. Using these navigational tools it uses an internal map that is designed by the TUG itself and an Implementation Specialist from Aethon to drive down a planned path to its destinations. If it needs to navigate between floors the company will, with help from an elevator vendor, set up an elevator computer interface and the TUG will communicate wirelessly with an elevator controller to gain access and control of an elevator to take it to the desired floor. From that point the TUG will make its delivery, return home and wait for another delivery.

See also

Notes

  1. "Definition of robotics - Merriam-Webster Online Dictionary". Retrieved on 2007-08-26.
  2. "Industry Spotlight: Robotics from Monster Career Advice". Retrieved on 2007-08-26.
  3. "Robotics: About the Exhibition". The Tech Museum of Innovation. Retrieved on 2008-09-15.
  4. Imitation of Life: A History of the First Robots
  5. Waurzyniak, Patrick (2006-07). "Masters of Manufacturing: Joseph F. Engelberger". Society of Manufacturing Engineers 137 (1). http://www.sme.org/cgi-bin/find-articles.pl?&ME06ART39&ME&20060709#article. 
  6. "Company History". Fuji Yusoki Kogyo Co.. Retrieved on 2008-09-12.
  7. Asimov, Isaac (2003). Gold. Eos. 
  8. Zunt, Dominik. "Who did actually invent the word "robot" and what does it mean?". The Karel Čapek website. Retrieved on 2007-09-11.
  9. "Piezo LEGS® - -09-26".
  10. "Squiggle Motors: Overview". Retrieved on 2007-10-08.
  11. Nishibori et al. (2003). "Robot Hand with Fingers Using Vibration-Type Ultrasonic Motors (Driving Characteristics)". Journal of Robotics and Mechatronics. Retrieved on 2007-10-09.
  12. Yamano and Maeno (2005). "Five-fingered Robot Hand using Ultrasonic Motors and Elastic Elements" (PDF). Proceedings of the 2005 IEEE International Conference on Robotics and Automation. Retrieved on 2007-10-09.
  13. "Shadow Robot Company: Air Muscles". Retrieved on 2007-10-15.
  14. You must specify title = and url = when using {{cite web}}."". Retrieved on 2007-10-15.
  15. Yoseph Bar-Cohen (2002). "Electro-active polymers: current capabilities and challenges" (PDF). Proceedings of the SPIE Smart Structures and Materials Symposium. Retrieved on 2007-10-15.
  16. Arm wrestling robots beaten by a teenaged girlham-Rowe. 2002-03-08. http://www.newscientisttech.com/article/dn7113. Retrieved on 2007-10-15. 
  17. Otake et al. (2001). "Shape Design of Gel Robots made of Electroactive Polymer Gel" (PDF). Retrieved on 2007-10-16.
  18. John D. Madden, 2007, Mobile Robots: Motor Challenges and Materials Solutions, Science 16 November 2007: Vol. 318. no. 5853, pp. 1094 - 1097, DOI: 10.1126/science.1146351
  19. "What is a a robotic end-effector?". ATI Industrial Automation (2007). Retrieved on 2007-10-16.
  20. Crane, Carl D.; Joseph Duffy (1998-03). Kinematic Analysis of Robot Manipulators. Cambridge University Press. ISBN 0521570638. http://www.cambridge.org/us/catalogue/catalogue.asp?isbn=0521570638. Retrieved on 2007-10-16. 
  21. Definition "astrictive" (to bind, confine, or constrict) in Collins English Dictionary & Thesaurus
  22. Allcock, Andrew (2006-09). "Anthropomorphic hand is almost human". Machinery. Retrieved on 2007-10-17.
  23. [1]
  24. G.J. Monkman, S. Hesse, R. Steinmann & H. Schunk – Robot Grippers - Wiley, Berlin 2007
  25. "ROBONAUT Activity Report". NASA (2004-02). Retrieved on 2007-10-20.
  26. Carnegie Mellon (2006-08-09). "Carnegie Mellon Researchers Develop New Type of Mobile Robot That Balances and Moves on a Ball Instead of Legs or Wheels". Press release.
  27. JPL Robotics: System: Commercial Rovers
  28. "Achieving Stable Walking". Honda Worldwide. Retrieved on 2007-10-22.
  29. "Funny Walk". Pooter Geek (2004-12-28). Retrieved on 2007-10-22.
  30. "ASIMO's Pimp Shuffle". Popular Science (2007-01-09). Retrieved on 2007-10-22.
  31. Vtec Forum: A drunk robot? thread
  32. "3D One-Leg Hopper (1983–1984)". MIT Leg Laboratory. Retrieved on 2007-10-22.
  33. "3D Biped (1989–1995)". MIT Leg Laboratory.
  34. "Quadruped (1984–1987)". MIT Leg Laboratory.
  35. "About the robots". Anybots. Retrieved on 2007-10-23.
  36. "Homepage". Anybots. Retrieved on 2007-10-23.
  37. "Dexter Jumps video". YouTube (2007-03). Retrieved on 2007-10-23.
  38. Collins, Steve; Wisse, Martijn; Ruina, Andy; Tedrake, Russ (2005-02-11). "Efficient bipedal robots based on passive-dynamic Walkers" (PDF). Science 307 (307): 1082–1085. doi:10.1126/science.1107799. PMID 15718465. http://ruina.tam.cornell.edu/research/topics/locomotion_and_robotics/papers/efficient_bipedal_robots/efficient_bipedal_robots.pdf. Retrieved on 2007-09-11. 
  39. Collins, Steve; Ruina, Andy. "A bipedal walking robot with efficient and human-like gait". Proc. IEEE International Conference on Robotics and Automation.. 
  40. "Testing the Limits" page 29. Boeing. Retrieved on 2008-04-09.
  41. Miller, Gavin. "Introduction". snakerobots.com. Retrieved on 2007-10-22.
  42. ACM-R5
  43. Swimming snake robot (commentary in Japanese)
  44. "Commercialized Quadruped Walking Vehicle "TITAN VII"". Hirose Fukushima Robotics Lab. Retrieved on 2007-10-23.
  45. "Plen, the robot that skates across your desk". SCI FI Tech (2007-01-23). Retrieved on 2007-10-23.
  46. Sfakiotakis, et al. (1999-04). "Review of Fish Swimming Modes for Aquatic Locomotion" (PDF). IEEE Journal of Oceanic Engineering. Retrieved on 2007-10-24.
  47. Richard Mason. "What is the market for robot fish?".
  48. "Robotic fish powered by Gumstix PC and PIC". Human Centred Robotics Group at Essex University. Retrieved on 2007-10-25.
  49. Witoon Juwarahawong. "Fish Robot". Institute of Field Robotics. Retrieved on 2007-10-25.
  50. Survey of the State of the Art in Human Language Technology: 1.2: Speech Recognition
  51. Fournier, Randolph Scott., and B. June. Schmidt. "Voice Input Technology: Learning Style and Attitude Toward Its Use." Delta Pi Epsilon Journal 37 (1995): 1_12.
  52. "History of Speech & Voice Recognition and Transcription Software". Dragon Naturally Speaking. Retrieved on 2007-10-27.
  53. Waldherr, Romero & Thrun (2000). "A Gesture Based Interface for Human-Robot Interaction" (PDF). Kluwer Academic Publishers. Retrieved on 2007-10-28.
  54. Markus Kohler. "Vision Based Hand Gesture Recognition Systems". University of Dortmund. Retrieved on 2007-10-28.
  55. "Kismet: Robot at MIT's AI Lab Interacts With Humans". Sam Ogden. Retrieved on 2007-10-28.
  56. (Park et al. 2005) Synthetic Personality in Robots and its Effect on Human-Robot Relationship
  57. National Public Radio: Robot Receptionist Dishes Directions and Attitude
  58. New Scientist: A good robot has personality but not looks
  59. Ugobe: Introducing Pleo
  60. [ http://www.cas.edu.au ]
  61. ITESM: B.S. Digital Systems and Robotics Engineering
  62. [2]

References

External links

All external links for this article can be found at Robot.