Wednesday, 13 February 2013

Overview


Overview

To review Ch. 3, perception in a reactive robot system has two roles: to release
a behavior, and to support or guide the actions of the behavior. All sensing
is behavior-specific, where behaviors may tap into the same sensors, but use
the data independently of each other. Also, the connotation of reactive robots
is that behaviors are most often stimulus-response, relying on direct perception
rather than requirememory. Recognition is not compatible with reactivity.
In order for a reactive robot to be successful in theory, it must have reliable
perception since perception and action are tightly coupled. For it to be
successful in practice, a robot has to have perceptual hardware and software
which updates quickly. This chapter covers the most common sensing techniques
for reactive robots. The sensors and sensing techniques described in
this chapter also apply to robot architectures in the Hybrid paradigm, since
Hybrid architectures use reactive behaviors.
Regardless of sensor hardware or application, sensing and sensors can be
thought of interacting with the world and robots as shown in Fig. 6.1. The
sensor is a device that measures SENSOR some attribute of the world. The term trans-
TRANSDUCER ducer is often used interchangeably with sensor. A transducer is the mechanism,
or element, of the sensor that transforms the energy associated with
what is being measured into another form of energy.2 A sensor receives energy
and transmits a signal to a display or a computer. Sensors use transducers
to change the input signal (sound, light, pressure, temperature, etc.) into
an analog or digital formcapable of being used by a robot. In a reactive robot,
the sensor observation is intercepted by a perceptual schema which extracts
the relevant percept of the environment for the behavior. This percept is then
used by the motor schema, which leads to an action.
PASSIVE SENSOR A sensor is often classified as being either passive sensor or active sensor.
ACTIVE SENSOR Passive sensors rely on the environment to provide the medium for observation,
e.g., a camera requires a certain amount of ambient light to produce a
usable picture. Active sensors put out energy in the environment to either
change the energy or enhance it. A sonar sends out sound, receives the echo,
and measures the time of flight. An X-ray machine emits X-rays and measures
the amount blocked by various types of tissue. Although a camera is a
passive device, a camera with a flash is active. The term active sensor is not
ACTIVE SENSING the same as active sensing. Active sensing connotes the system for using an
effector to dynamically position a sensor for a “better look.” A camera with
a flash is an active sensor; a camera on a pan/tilt head with algorithms to
direct the camera to turn to get a better view is using active sensing.

No comments:

Post a Comment