BEAM robotics
   HOME

TheInfoList



OR:

BEAM robotics (from
biology Biology is the scientific study of life. It is a natural science with a broad scope but has several unifying themes that tie it together as a single, coherent field. For instance, all organisms are made up of cells that process hereditary ...
,
electronics The field of electronics is a branch of physics and electrical engineering that deals with the emission, behaviour and effects of electrons using electronic devices. Electronics uses active devices to control electron flow by amplification ...
,
aesthetics Aesthetics, or esthetics, is a branch of philosophy that deals with the nature of beauty and taste, as well as the philosophy of art (its own area of philosophy that comes out of aesthetics). It examines aesthetic values, often expressed t ...
and
mechanics Mechanics (from Ancient Greek: μηχανική, ''mēkhanikḗ'', "of machines") is the area of mathematics and physics concerned with the relationships between force, matter, and motion among physical objects. Forces applied to objec ...
) is a style of
robotics Robotics is an interdisciplinary branch of computer science and engineering. Robotics involves design, construction, operation, and use of robots. The goal of robotics is to design machines that can help and assist humans. Robotics integrat ...
that primarily uses simple
analogue circuit Analogue electronics ( en-US, analog electronics) are electronic systems with a continuously variable signal, in contrast to digital electronics where signals usually take only two levels. The term "analogue" describes the proportional relati ...
s, such as comparators, instead of a
microprocessor A microprocessor is a computer processor where the data processing logic and control is included on a single integrated circuit, or a small number of integrated circuits. The microprocessor contains the arithmetic, logic, and control circ ...
in order to produce an unusually simple design. While not as flexible as microprocessor based robotics, BEAM robotics can be robust and efficient in performing the task for which it was designed. BEAM robots may use a set of the analog circuits, mimicking biological neurons, to facilitate the robot's response to its working environment.


Mechanisms and principles

The basic BEAM principles focus on a stimulus-response based ability within a machine. The underlying mechanism was invented by Mark W. Tilden where the circuit (or a Nv net of Nv neurons) is used to simulate biological neuron behaviours. Some similar research was previously done by Ed Rietman in 'Experiments In Artificial Neural Networks'. Tilden's circuit is often compared to a
shift register A shift register is a type of digital circuit using a cascade of flip-flops where the output of one flip-flop is connected to the input of the next. They share a single clock signal, which causes the data stored in the system to shift from one loc ...
, but with several important features making it a useful circuit in a mobile robot. Other rules that are included (and to varying degrees applied): # Use the lowest number possible of electronic elements ( ''"keep it simple"'') #
Recycle Recycling is the process of converting waste materials into new materials and objects. The recovery of energy from waste materials is often included in this concept. The recyclability of a material depends on its ability to reacquire the p ...
and reuse technoscrap # Use
radiant energy Radiant may refer to: Computers, software, and video games * Radiant (software), a content management system * GtkRadiant, a level editor created by id Software for their games * Radiant AI, a technology developed by Bethesda Softworks for ''Th ...
(such as
solar power Solar power is the conversion of energy from sunlight into electricity, either directly using photovoltaics (PV) or indirectly using concentrated solar power. Photovoltaic cells convert light into an electric current using the photovolta ...
) There are a large number of BEAM robots designed to use solar power from small
solar array A photovoltaic system, also PV system or solar power system, is an electric power system designed to supply usable solar power by means of photovoltaics. It consists of an arrangement of several components, including solar panels to absorb and ...
s to power a "
Solar Engine Solar may refer to: Astronomy * Of or relating to the Sun ** Solar telescope, a special purpose telescope used to observe the Sun ** A device that utilizes solar energy (e.g. "solar panels") ** Solar calendar, a calendar whose dates indicate t ...
" which creates autonomous robots capable of operating under a wide range of lighting conditions. Besides the simple computational layer of Tilden's " Nervous Networks", BEAM has brought a multitude of useful tools to the roboticist's toolbox. The "Solar Engine" circuit, many
H-bridge A H-bridge is an electronic circuit that switches the polarity of a voltage applied to a load. These circuits are often used in robotics and other applications to allow DC motors to run forwards or backwards. The name is derived from its common sch ...
circuits for small motor control, tactile sensor designs, and meso-scale (palm-sized) robot construction techniques have been documented and shared by the BEAM community.


BEAM robots

Being focused on "reaction-based" behaviors (as originally inspired by the work of
Rodney Brooks Rodney Allen Brooks (born 30 December 1954) is an Australian roboticist, Fellow of the Australian Academy of Science, author, and robotics entrepreneur, most known for popularizing the actionist approach to robotics. He was a Panasonic Profes ...
), BEAM robotics attempts to copy the characteristics and behaviours of biological
organism In biology, an organism () is any living system that functions as an individual entity. All organisms are composed of cells ( cell theory). Organisms are classified by taxonomy into groups such as multicellular animals, plants, and fu ...
s, with the ultimate goal of domesticating these "wild" robots. The aesthetics of BEAM robots derive from the principle "
form follows function Form follows function is a principle of design associated with late 19th and early 20th century architecture and industrial design in general, which states that the shape of a building or object should primarily relate to its intended function ...
" modulated by the particular design choices the builder makes while implementing the desired functionality.


Disputes in the name

Various people have varying ideas about what BEAM actually stands for. The most widely accepted meaning is '' Biology, Electronics, Aesthetics, and Mechanics''. This term originated with Mark Tilden during a discussion at the Ontario Science Centre in 1990. Mark was displaying a selection of his original bots which he had built while working at the University of Waterloo. However, there are many other semi-popular names in use, including: * Biotechnology Ethology Analogy Morphology * Building Evolution Anarchy Modularity


Microcontrollers

Unlike many other types of robots controlled by
microcontroller A microcontroller (MCU for ''microcontroller unit'', often also MC, UC, or μC) is a small computer on a single VLSI integrated circuit (IC) chip. A microcontroller contains one or more CPUs ( processor cores) along with memory and programmabl ...
s, BEAM robots are built on the principle of using multiple simple behaviours linked directly to sensor systems with little
signal conditioning In electronics, signal conditioning is the manipulation of an analog signal in such a way that it meets the requirements of the next stage for further processing. In an analog-to-digital converter application, signal conditioning includes voltag ...
. This design philosophy is closely echoed in the classic book "Vehicles: Experiments in Synthetic Psychology". Through a series of thought experiments, this book explores the development of complex robot behaviours through simple inhibitory and excitory sensor links to the
actuator An actuator is a component of a machine that is responsible for moving and controlling a mechanism or system, for example by opening a valve. In simple terms, it is a "mover". An actuator requires a control device (controlled by control signal) a ...
s. Microcontrollers and
computer programming Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing and building an executable computer program. Programming involves tasks such as anal ...
are usually not a part of a traditional (aka., "pure" ) BEAM robot due to the very low-level hardware-centric design
philosophy Philosophy (from , ) is the systematized study of general and fundamental questions, such as those about existence, reason, knowledge, values, mind, and language. Such questions are often posed as problems to be studied or resolved. ...
. There are successful robot designs mating the two technologies. These "hybrids" fulfill a need for robust control systems with the added flexibility of dynamic programming, like the " horse-and-rider"
topology In mathematics, topology (from the Greek words , and ) is concerned with the properties of a geometric object that are preserved under continuous deformations, such as stretching, twisting, crumpling, and bending; that is, without closing ...
BEAMbots (e.g. the ScoutWalker 3). 'Horse' behavior is implemented with traditional BEAM technology but a microcontroller based 'rider' can guide that behavior so as to accomplish the goals of the 'rider'.


Types

There are various "''-trope''" BEAMbots, which attempt to achieve a specific goal. Of the series, the phototropes are the most prevalent, as light-seeking would be the most beneficial behaviour for a solar-powered robot. * Audiotropes react to sound sources. ** ''Audiophiles'' go towards sound sources. ** ''Audiophobes'' go away from sound sources. *
Phototrope In BEAM robotics, a Phototrope is a robot that reacts to light sources. Literally, "light turning," this term is generally (if somewhat inaccurately) applied to light-seeking robot A robot is a machine—especially one programmable by a ...
s ("light-seekers") react to light sources. ** ''Photophiles'' (also '' Photovores'') go toward light sources. ** ''Photophobes'' go away from light sources. * Radiotropes react to
radio frequency Radio frequency (RF) is the oscillation rate of an alternating electric current or voltage or of a magnetic, electric or electromagnetic field or mechanical system in the frequency range from around to around . This is roughly between the up ...
sources. ** ''Radiophiles'' go toward RF sources. ** ''Radiophobes'' go away from RF sources. * Thermotropes react to heat sources. ** ''Thermophiles'' go toward heat sources. ** ''Thermophobes'' go away from heat sources.


General

BEAMbots have a variety of movements and positioning mechanisms. These include: * ''Sitters'': Unmoving robots that have a physically passive purpose. ** Beacons: Transmit a signal (usually a navigational blip) for other BEAMbots to use. ** Pummers : Display a "light show" or a pattern of sounds. Pummers are often nocturnal robots that store solar energy during the day, then activate during the night. ** Ornaments : A catch-all name for sitters which are not beacons or pummers. Many times, these are mostly
electronic art Electronic art is a form of art that makes use of electronic media. More broadly, it refers to technology and/or electronic media. It is related to information art, new media art, video art, digital art, interactive art, internet art, and elec ...
. * ''Squirmers'': Stationary robots that perform an interesting action (usually by moving some sort of limbs or appendages). ** Magbots: use magnetic fields for their mode of animation. ** Flagwavers: Move a display (or "flag") around at a certain frequency. ** Heads: Pivot and follow some detectable phenomena, such as a light (These are popular in the BEAM community. They can be stand-alone robots, but are more often incorporated into a larger robot.). ** Vibrators: Use a small pager motor with an off-centre weight to shake themselves about. * ''Sliders'': Robots that move by sliding body parts smoothly along a surface while remaining in contact with it. ** Snakes: Move using a horizontal wave motion. ** Earthworms: Move using a
longitudinal wave Longitudinal waves are waves in which the vibration of the medium is parallel ("along") to the direction the wave travels and displacement of the medium is in the same (or opposite) direction of the wave propagation. Mechanical longitudinal waves ...
motion. * '' Crawlers'': Robots that move using tracks or by rolling the robot's body with some sort of appendage. The body of the robot is not dragged on the ground. ** Turbots: Roll their entire bodies using their arms or flagella. ** Inchworms: Move part of their bodies ahead, while the rest of the chassis is on the ground. ** Tracked robots: Use tracked wheels, like a
tank A tank is an armoured fighting vehicle intended as a primary offensive weapon in front-line ground combat. Tank designs are a balance of heavy firepower, strong armour, and good battlefield mobility provided by tracks and a powerful ...
. * ''Jumpers'': Robots which propel themselves off the ground as a means of locomotion. ** Vibrobots: Produce an irregular shaking motion moving themselves around a surface. ** Springbots: Move forward by bouncing in one particular direction. * ''Rollers'': Robots that move by rolling all or part of their body. ** Symets: Driven using a single motor with its shaft touching the ground, and moves in different directions depending on which of several symmetric contact points around the shaft are touching the ground. ** Solarrollers: Solar-powered cars that use a single motor driving one or more wheels; often designed to complete a fairly short, straight and level course in the shortest amount of time. ** Poppers: Use two motors with separate
solar engine Solar may refer to: Astronomy * Of or relating to the Sun ** Solar telescope, a special purpose telescope used to observe the Sun ** A device that utilizes solar energy (e.g. "solar panels") ** Solar calendar, a calendar whose dates indicate t ...
s; rely on differential sensors to achieve a goal. ** Miniballs: Shift their
centre of mass In physics, the center of mass of a distribution of mass in space (sometimes referred to as the balance point) is the unique point where the weighted relative position of the distributed mass sums to zero. This is the point to which a force may ...
, causing their spherical bodies to roll. * ''Walkers'': Robots that move using legs with differential ground contact. BEAM walkers generally use Nv networks and are not programmed in any way—they walk and respond to terrain via resistive input from their motors. ** Motor Driven: Use motors to move their legs (typically 3 motors or less). ** Muscle Wire Driven: use Nitinol (nickel -
titanium alloy Titanium alloys are alloys that contain a mixture of titanium and other chemical elements. Such alloys have very high tensile strength and toughness (even at extreme temperatures). They are light in weight, have extraordinary corrosion resista ...
) wires for their leg actuators. * ''Swimmers'': Also called aquabots or aquavores. Robots that move on or below the surface of a liquid (typically water). ** Boatbots: Operate on the surface of a liquid. ** Subbots: Operate under the surface of a liquid. * ''Fliers'': Robots that move through the air for sustained periods. ** Helicopters: Use a powered rotor to provide both lift and propulsion. ** Planes: Use fixed or flapping wings to generate lift. ** Blimps: Use a neutrally-buoyant balloon for lift. * ''Climbers'': Robot that moves up or down a vertical surface, usually on a track such as a rope or wire.


Applications and current progress

At present, autonomous robots have seen limited commercial application, with some exceptions such as the iRobot
Roomba Roomba is a series of autonomous robotic vacuum cleaners made by the company iRobot. Introduced in September 2002, they have a set of sensors that enable them to navigate the floor area of a home. These sensors can detect the presence of ob ...
robotic vacuum cleaner and a few lawn-mowing robots. The main practical application of BEAM has been in the rapid prototyping of motion systems and hobby/education applications. Mark Tilden has successfully used BEAM for the prototyping of products for Wow-Wee Robotics, as evidenced by B.I.O.Bug and RoboRaptor. Solarbotics Ltd., Bug'n'Bots, JCM InVentures Inc., and PagerMotors.com have also brought BEAM-related hobby and educational goods to the marketplace. Vex has also developed
Hexbug HEXBUG is a brand of infrared and automaton toys developed and distributed by Innovation First International. HEXBUG uses many elements used in BEAM robotics. First piloted in the US through RadioShack, HEXBUG is now sold in most major retail ...
s, tiny BEAM robots. Aspiring BEAM roboticists often have problems with the lack of direct control over "pure" BEAM control circuits. There is ongoing work to evaluate biomorphic techniques that copy natural systems because they seem to have an incredible performance advantage over traditional techniques. There are many examples of how tiny insect brains are capable of far better performance than the most advanced microelectronics. Another barrier to widespread application of BEAM technology is the perceived random nature of the 'nervous network', which requires new techniques to be learned by the builder to successfully diagnose and manipulate the characteristics of the circuitry. A think-tank of international academics meet annually in
Telluride, Colorado Telluride is the county seat and most populous town of San Miguel County in the southwestern portion of the U.S. state of Colorado. The town is a former silver mining camp on the San Miguel River in the western San Juan Mountains. The firs ...
to address this issue directly, and until recently, Mark Tilden has been part of this effort (he had to withdraw due to his new commercial commitments with Wow-Wee toys). Having no long-term memory, BEAM robots generally do not learn from past behaviour. However, there has been work in the BEAM community to address this issue. One of the most advanced BEAM robots in this vein is Bruce Robinson's Hider,Bruce Robinson's Hider
/ref> which has an impressive degree of capability for a microprocessor-less design.


Publications

Patents * - ''Method of and Apparatus for Controlling Mechanism of Moving Vehicle or Vehicles'' - Tesla's " telautomaton" patent; First
logic gate A logic gate is an idealized or physical device implementing a Boolean function, a logical operation performed on one or more binary inputs that produces a single binary output. Depending on the context, the term may refer to an ideal logic ga ...
. * - ''Adaptive robotic nervous systems and control circuits therefor'' - Tilden's patent; A self-stabilizing control circuit using pulse delay circuits for controlling the limbs of a limbed robot, and a robot incorporating such a circuit; artificial "neurons". Books and papers * Conrad, James M., and Jonathan W. Mills, "''Stiquito: advanced experiments with a simple and inexpensive robot''", ''The future for nitinol-propelled walking robots'', Mark W. Tilden. Los Alamitos, Calif.,
IEEE Computer Society The Institute of Electrical and Electronics Engineers (IEEE) is a 501(c)(3) professional association for electronic engineering and electrical engineering (and associated disciplines) with its corporate office in New York City and its operation ...
Press, c1998. LCCN 96029883 * Tilden, Mark W., and
Brosl Hasslacher Brosl Hasslacher (May 13, 1941 – November 11, 2005) was a theoretical physicist. Brosl Hasslacher obtained a bachelor's in physics from Harvard University in 1962. He did his Ph.D. with D.Z. Freeman and C.N. Yang at the State University of New ...
, "
Living Machines
'".
Los Alamos National Laboratory Los Alamos National Laboratory (often shortened as Los Alamos and LANL) is one of the sixteen research and development laboratories of the United States Department of Energy (DOE), located a short distance northwest of Santa Fe, New Mexico, ...
,
Los Alamos, NM Los Alamos is an census-designated place in Los Alamos County, New Mexico, United States, that is recognized as the development and creation place of the atomic bomb—the primary objective of the Manhattan Project by Los Alamos National Labor ...
87545, USA. * Tilden, Mark W. and
Brosl Hasslacher Brosl Hasslacher (May 13, 1941 – November 11, 2005) was a theoretical physicist. Brosl Hasslacher obtained a bachelor's in physics from Harvard University in 1962. He did his Ph.D. with D.Z. Freeman and C.N. Yang at the State University of New ...
, "
The Design of "Living" Biomech Machines: How low can one go?"
'". Los Alamos National Laboratory, Los Alamos, NM 87545, USA. * Still, Susanne, and Mark W. Tilden, "
Controller for a four legged walking machine
'". ETH Zuerich, Institute of Neuroinformatics, and Biophysics Division, Los Alamos National Laboratory. * Braitenberg, Valentino, "''Vehicles: Experiments in Synthetic Psychology''", 1984. * Rietman, Ed, "''Experiments In Artificial Neural Networks''", 1988. * Tilden, Mark W., and
Brosl Hasslacher Brosl Hasslacher (May 13, 1941 – November 11, 2005) was a theoretical physicist. Brosl Hasslacher obtained a bachelor's in physics from Harvard University in 1962. He did his Ph.D. with D.Z. Freeman and C.N. Yang at the State University of New ...
, "''Robotics and Autonomous Machines'': ''The Biology and Technology of Intelligent Autonomous Agents''", LANL Paper ID: LA-UR-94-2636, Spring 1995. * Dewdney, A.K. "''Photovores: Intelligent Robots are Constructed From Castoffs''".
Scientific American ''Scientific American'', informally abbreviated ''SciAm'' or sometimes ''SA'', is an American popular science magazine. Many famous scientists, including Albert Einstein and Nikola Tesla, have contributed articles to it. In print since 1845, it ...
Sept 1992, v267, n3, p42(1) * Smit, Michael C., and Mark Tilden, "''Beam Robotics''". Algorithm, Vol. 2, No. 2, March 1991, Pg 15–19. * Hrynkiw, David M., and Tilden, Mark W., "''Junkbots, Bugbots, and Bots on Wheels''", 2002.
Book support website


See also

* Analogue robot – a robot that uses analog circuitry to go towards a simple goal * Braitenberg vehicle – a robot that can exhibit intelligent behavior while remaining completely stateless *
Brosl Hasslacher Brosl Hasslacher (May 13, 1941 – November 11, 2005) was a theoretical physicist. Brosl Hasslacher obtained a bachelor's in physics from Harvard University in 1962. He did his Ph.D. with D.Z. Freeman and C.N. Yang at the State University of New ...
– theoretical physicist * Behaviour-based robotics – branch of robotics that does not use an internal model of the environment * Emergent behaviour – the process of complex pattern formation from simpler rules *
Protoscience __NOTOC__ In the philosophy of science, there are several definitions of protoscience. Its simplest meaning (most closely reflecting its roots of '' proto-'' + ''science'') involves the earliest eras of the history of science, when the scientific m ...
*
Stiquito Stiquito (pronounced sti ke to) is a small, inexpensive hexapod (i.e., six-legged) robot commonly used by universities, high schools, and hobbyists, since 1992. Stiquito's "muscles" are made of nitinol, a shape memory alloy that expands and c ...
– a hobbyist robot designed as a nitinol-powered hexapod walker *
Turtle (robot) Turtles are a class of educational robots designed originally in the late 1940s (largely under the auspices of researcher William Grey Walter) and used in computer science and mechanical engineering training. These devices are traditionally built ...
– early forms of the turtlebot were the beginning of BEAM wor * William Grey Walter – neurophysiologist and roboticist * Wired intelligence – a robot that has no programmed microprocessor and possesses analogue electronics between its sensors and motors that gives it seemingly intelligent actions


References


External links


BEAM Yahoo! Group Archive
* Solarbotics, "
BEAM community server and hosting
'", 2003 * Miller, Andrew, "

'" * Bolt, Steven, "

'", October 2004 * Van Zoelen, A. A., "

'", 1998 * Robinson, Bruce N., "

'", 2005 * Walke, Kevin, "
Mark Tilden Interview
'", March 2000 * Fang, Chiu-Yuan, "

'", 1999 * Bernstein, Ian, "
BEAM Online
'", 2003 * Beamitaly, "
BeamItaly
'", 1998. {{DEFAULTSORT:Beam Robotics