How robots work


What is robotics

Robotics is the science and technology ofcalculate the appropriate signals to the
robots, their design, manufacture, andactuators (motors) which move the mechanical
application[4]. Robotics requires a workingstructure. The control of a robot involves
knowledge of electronics, mechanics, andvarious aspects such as path planning,
software. A a person working in the field ispattern recognition, obstacle avoidance, etc.
a roboticist. The word robotics was firstMore complex and adaptable control strategies
used in print by Isaac Asimov, in his sciencecan be referred to as artificial
fiction  short  story  "Runaround"  (1941).intelligence.
Although the appearance and capabilities ofAny task involves the motion of the robot.
robots vary vastly, all robots share theThe study of motion can be divided into
features of a mechanical, movable structurekinematics and dynamics. Direct kinematics
under some form of control. The structure ofrefers to the calculation of end effector
a robot is usually mostly mechanical and canposition, orientation, velocity and
be called a kinematic chain (itsacceleration when the corresponding joint
functionality being akin to the skeleton of avalues are known. Inverse kinematics refers
body). The chain is formed of links (itsto the opposite case in which required joint
bones), actuators (its muscles) and jointsvalues are calculated for given end effector
which can allow one or more degrees ofvalues, as done in path planning. Some
freedom. Most contemporary robots use openspecial aspects of kinematics include
serial chains in which each link connects thehandling of redundancy (different
one before to the one after it. These robotspossibilities of performing the same
are called serial robots and often resemblemovement), collision avoidance and
the human arm. Some robots, such as thesingularity avoidance. Once all relevant
Stewart platform, use closed parallelpositions, velocities and accelerations have
kinematic chains. Other structures, such asbeen calculated using kinematics, methods
those that mimic the mechanical structure offrom the field of dynamics are used to study
humans, various animals and insects, arethe effect of forces upon these movements.
comparatively rare. However, the developmentDirect dynamics refers to the calculation of
and use of such structures in robots is anaccelerations in the robot once the applied
active area of research (e.g. biomechanics).forces are known. Direct dynamics is used in
Robots used as manipulators have an endcomputer simulations of the robot. Inverse
effector mounted on the last link. This enddynamics refers to the calculation of the
effector can be anything from a weldingactuator forces necessary to create a
device to a mechanical hand used toprescribed end effector acceleration. This
manipulate  the  environment.information can be used to improve the
control  algorithms  of  a  robot.
The mechanical structure of a robot must be
controlled to perform tasks. The control of aIn each area mentioned above, researchers
robot involves three distinct phases -strive to develop new concepts and
perception, processing and action (roboticstrategies, improve existing ones and improve
paradigms). Sensors give information aboutthe interaction between these areas. To do
the environment or the robot itself (e.g. thethis, criteria for "optimal" performance and
position of its joints or its end effector).ways to optimize design, structure and
Using strategies from the field of controlcontrol of robots must be developed and
theory, this information is processed toimplemented.



1 A B C D 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105