The Vector Field Histogram-Fast Obstacle Avoidance For Mobile Robots
The Vector Field Histogram-Fast Obstacle Avoidance For Mobile Robots
3, JUNE 1991
Abstract-A new real-time obstacle avoidance method for [5]. While the VFF method provides superior real-time ob-
mobile robots has been developed and implemented. This stacle avoidance for fast mobile robots, some limitations
method, named the vector field histogram (VFH), permits the concerning fast travel among densely cluttered obstacles were
detection of unknown obstacles and avoids collisions while
simultaneously steering the mobile robot toward the target. identified in the course of our experimental work [18]. To
The VFH method uses a two-dimensional Cartesian his- overcome these limitations, we developed a new method,
togram grid as a world model. This world model is updated named vectorfield histogram (VFH), which is introduced in
continuously with range data sampled by on-board range sen- Section IV. The VFH method eliminates the shortcomings of
sors. The VFH method subsequently employs a two-stage data- the VFF method, yet retains all the advantages of its prede-
reduction process in order to compute the desired control com-
mands for the vehicle. In the first stage the histogram grid is cessor (as will be shown in Section IV). A comparison of the
reduced to a one-dimensional polar histogram that is con- VFH method to earlier methods is given in Section V, and
structed around the robot’s momentary location. Each sector in Section VI presents experimental results obtained with our
the polar histogram contains a value representing the polar VFH-controller mobile robot.
obstacle density in that direction. In the second stage, the
algorithm selects the most suitable sector from among all polar 11. SURVEY
OF EARLIER
OBSTACLE-AVOIDANCE
histogram sectors with a low polar obstacle density, and the METHODS
steering of the robot is aligned with that direction.
Experimental results from a mobile robot traversing densely This section summarizes relevant obstacle avoidance meth-
cluttered obstacle courses in smooth and continuous motion and ods, namely edge-detection, certainty grids, and potential
at an average speed of 0.6-0.7 m/s demonstrate the power of field methods.
the VFH method.
A. Edge-Detection Methods
I. INTRODUCTION One popular obstacle avoidance method is based on edge-
detection. In this method, an algorithm tries to determine the
0 BSTACLE avoidance is one of the key issues to suc-
cessful applications of mobile robot systems. All mobile
robots feature some kind of collision avoidance, ranging
position of the vertical edges of the obstacle and then steer
the robot around either one of the “visible” edges. The line
from primitive algorithms that detect an obstacle and stop the connecting two visible edges is considered to represent one of
robot short of it in order to avoid a collision through sophisti- the boundaries of the obstacle. This method was used in our
cated algorithms that enable the robot to detour obstacles. very early research [4], as well as in several other works
The latter algorithms are much more complex, since they [111, [213, [22], [28], all using ultrasonic sensors for obstacle
involve not only the detection of an obstacle, but also some detection. A disadvantage with current implementations of
kind of quantitative measurements concerning the dimensions this method is that the robot stops in front of obstacles to
of the obstacle. Once these have been determined, the obsta- gather sensor information. However, this is not an inherent
cle avoidance algorithm needs to steer the robot around the limitation of edge-detection methods; it may be possible to
obstacle and proceed toward the original target. Usually, this overcome this problem with faster computers in future imple-
procedure requires the robot to stop in from of the obstacle, mentations.
take the measurements, and only then resume motion. Obsta- In another edge-detection approach (using ultrasonic sen-
cle avoidance (also called reflexive obstacle avoidance or sors), the robot remains stationary while taking a panoramic
local path planning) may result in nonoptimal paths [5] since scan of its environment [13], [14]. After the application of
no prior knowledge about the environment is used. certain line-fitting algorithms, an edge-based global path
A brief survey of relevant earlier obstacle avoidance meth- planner is instituted to plan the robot’s subsequent path.
ods is presented in Section II, while Section 111 summarizes A common drawback of both edge-detection approaches is
their sensitivity to sensor accuracy. Ultrasonic sensors pre-
the virtual force field (VFF), an obstacle-avoidance method
developed earlier by our group at the University of Michigan sent many shortcomings in this respect:
Poor directionality limits the accuracy in determining the
Manuscript received July 6, 1989; revised September 1, 1990. This work
spatial position of an edge to 10-50 cm, depending on the
was supported by the U.S. Department of Energy under Grant DE-FGO2- distance to the obstacle and the angle between the obstacle
86NE37969. surface and the acoustic axis.
The authors are with the Advanced Technology Laboratories, The Univer- Frequent misreadings are caused by either ultrasonic
sity of Michigan, Ann Arbor, MI 48109.
IEEE Log Number 9143260. noise from external sources or stray reflections from neigh-
Target
Histogram @
grid
Direction-
-~
of motion
(4 (b)
Fig. 2. (a) Only one cell is incremented for each range reading. with
ultrasonic sensors, this is the cell that lies on the acoustic axis and corre-
sponds to the measured-distance d . (b)A histogramic probability distribution
is obtained by continuous and rapid sampling of the sensors while the vehicle
is moving.
Fig. 3. The virtual force field (VFF) concept: Occupied cells exert repul-
sive forces onto the robot; the magnitude is proportional to the certainty
Unlike the methods reviewed above, the VFF method allows value c i , , of the cell and inversely proportional to d 2 .
for fast, continuous, and smooth motion of the controlled
vehicle among unexpected obstacles and does not require the grid, so the probabilistic sensor information can be used
vehicle to stop in front of obstacles. efficiently to control the vehicle. Fig. 3 shows how this
algorithm works :
A . The VFF Concept As the vehicle moves, a window of w, x w, cells accom-
The individual components of the VFF method are pre- panies it, overlying a square region of C . We call this
sented below. region the “active region” (denoted as C * ) ,and cells that
momentarily belong to the active region are called “active
1) The VFF method uses a two-dimensional Cartesian his- cells” (denoted as c: j ) . In our current implementation,
togram grid C for obstacle representation. As in CMU’s the size of the window is 33 X 33 cells (with a cell size of
certainty grid concept, each cell ( i , j ) in the histogram 10 cm x 10 cm), and the window is always centered about
grid holds a certainty value ci, that represents the confi- the robot’s position. Note that a circular window would be
dence of the algorithm in the existence of an obstacle at geometrically more appropriate, but is computationally
that location. more expensive to handle than a square one.
The histogram grid differs from the certainty grid in the Each active cell exerts a virtual repulsive force Fi,
way it is built and updated. CMU’s method projects a toward the robot. The magnitude of this force is propor-
probability profile onto those cells that are affected by a tional to the certainty value c: and inversely proportional
range reading; this procedure is computationally intensive to d”, where d is the distance between the cell and the
and would impose a heavy time penalty if real-time execu- center of the vehicle, and x is a positive real number (we
tion on an on-board computer was attempted. Our method, assume x = 2 in the following discussion). At each itera-
on the other hand, increments only one cell in the his- tion, all virtual repulsive forces are totaled to yield the
togram grid for each range reading, creating a “probabil- resultant repulsive force Fr. Simultaneously, a virtual at-
ity ’ ’ distribution’ with only small computational over- tractive force Fl of constant magnitude is applied to the
head. For ultrasonic sensors, this cell corresponds to the vehicle, “pulling” it toward the target. The summation of
measured distance d [see Fig. 2(a)3 and lies on the acous- F,. and Ft yields the resulting force vector R . In order to
tic axis of the sensor. While this approach may seem to be compute R , up to 33 x 33 = 1089 individual repulsive
an oversimplification, a probabilistic distribution is actu- force vectors Fi, must be computed and accumulated.
ally obtained by continuously and rapidly sampling each The computational heart of the VFF algorithm is therefore
sensor while the vehicle is moving. Thus, the same cell a specially developed algorithm for the fast computation
and its neighboring cells are repeatedly incremented, as and summation of the repulsive force vectors.
shown in Fig. 2(b). This results in a histogramic proba- 3) Combining concepts 1 and 2 (given above) in real-time
bility distribution in which high certainty values are enables sensor data to influence the steering control imme-
obtained in cells close to the actual location of the obstacle. diately. In practice, each range reading is recorded into
2) Next, we apply the potential field idea to the histogram the histogram grid as soon as it becomes available, and the
subsequent calculation of R takes this data point into
‘We use the term “probability” in the literal sense of “likelihood.” account. This feature gives the vehicle fast response to
BORENSTEIN AND KOREN: THE VECTOR FIELD HISTOGRAM 281
Targe YA Targl
0 n. 0
3'-
...
.
.-
2 2. .I
Partition .
..
..
8 .
..
..
C
..
-. Cutahty V J a r
..
.-
-
dDwn as
-.-
1 1 . CV.1-3
0 cv4-5
is. -
. . .. .... .
SLrt Start cv.1-9
-.
Walls cV=1&12
\Walls cv=l3-15
I A.
1 2 3 M)x 1 2 3 w'w
(a) (b)
Fig. 5. (a) Example of an obstacle course. (b) The corresponding his-
togram grid representation.
0 from the cell to the vehicle centerpoint (VCP)2 360/a is an integer (e.g., a = 5" and n = 72). Each sector
Yj - YO
k corresponds to a discrete angle p quantized to multiples of
p . J. = t a n - 1 - a, such that p = ka, where k = 0, 1,2; -,n - 1. corre-
1,
xi - xo spondence between c: and sector k is established through
and the magnitude is given by
k = INT(P,,,/a). (3)
mi, = (c: j)2( a - bdi,,) (2) For each sector k, the polar obstacle density h is calculated
where by
a, b are positive constants,
is the certainty value of active cell ( i , j ) ,
hk = cm1,J.
1, J
(4)
cr
di, is the histance between active cell ( i , j) and the VCP, E k h active cell is related to a certain sector by (1) and (3).
m i , is the magnitude of the obstacle vector at cell (i, j), In Fig. 4, which shows the mapping from C* into H, all
xo, yo are the present coordinates of the VCP, active cells related to sector k have been highlighted. Note
x i , y j are the coordinates of active cell ( i , j ) , and tliat the sector width in Fig. 4 is a = 10" (not a = 5 " , as in
pi, is the direction from active cell (i, j) to the VCP. the actual algorithm) to clarify the drawing.
Notice that Because of the discrete nature of the histogram grid, the
result of this mapping may appear ragged and cause errors in
1 ) Ct is squared. This expresses our confidence that recur-
the selection of the steering direction (as explained in Section
ring range readings represent actual obstacles, as opposed
IV-B). Therefore, a smoothing function is applied to H,
to single Occurrences of range readings, which may be
which is defined by
caused by noise.
2) mi, is proportional to - d . Therefore, occupied cells
produce large vector magnitudes when they are in the
immediate vicinity of the robot and smaller ones when they 21+ 1
are further away. Specifically, a and b are chosen such (5)
that a - bd,,, = 0 , where d,,, = &(w, - 1 ) / 2 is the
distance between the farthest active cell and the VCP. This where h',k is the smoothed polar obstacle density (POD).
way mi, = 0 for the farthest active cell and increases In our current implementation, I = 5 yields satisfactory
linearly for closer cells. smoothing results.
Fig. 5(a) shows a typical obstacle setup in our lab. Note
H has a arbitrary angular resolution a such that TI = that the gap between obstacles B and C is only 1.2 m and
that A is a thin pole of 3/4-in diameter. The histogram grid
'For symmetrically shaped vehicles, the VCP is easily defined as the obtained after partially traversing this obstacle course is
geometric center of the vehicle. For rectangular vehicles, it is possible to shown in Fig. 5@). The (smoothed) polar histogram corre-
chose two VCP's, e . g . , one each at the center point of the front and rear
axles. sponding to the momentary position of the robot 0 is shown
BORENSTEIN AND KOREN: THE VECTOR FIELD HISTOGRAM 283
Targei
(a) (b)
Fig. 6. (a) Polar obstacle density represented in the smoothed polar
histogram H’(k)-relative to the robot’s position at 0 [in Fig. 5@)]. @)
The same polar histogram as in (a), shown in polar form and overlaying part
of the histogram grid of Fig. 5 @ ) .
The smoothed polar obstacle density in the current direc- The maximum travel speed of a VFH-controlled robot is
tion of travel is denoted as h’,. h’, > 0 indicates that an limited by the sampling rate of the ultrasonic sensors and not
obstacle lies ahead of the robot. Large values of h’, mean a by the computation time of the algorithm. In our system, it
large obstacle lies ahead or an obstacle is very close to the takes 160 ms to have all 24 ultrasonic sensors sampled and
robot. Either case is likely to require a drastic change in processed once. We estimate that with our current computing
direction, and a reduction in speed is necessary to allow the hardware (see Section VI) a travel speed of up to 1.5 m/s is
steering wheels to turn into the new direction. This reduction possible if the sampling rate of the sensors could be doubled.
in speed is implemented by the following function: The relationship between sampling time, the robot travel
speed, the signal-to-noise ratio, and the resulting certainty
V’ = V,,, ( 1 - h’f / h,) (6) values is rather complicated and cannot be treated here
where because of space limitations (a through discussion of this
h’f = min(h’,, h,) (7) problem is given in 161 and [71).
and h...
, is an empirically determined constant that causes a V. COMPARISON METHODS
TO EARLIER
sufficient reduction in speed. Note that (7) guarantees V‘ L 0,
During our research in obstacle avoidance for mobile
since h‘f s h,.
robots [2]-[5], we implemented and evaluated some of the
(6) and (7) reduce the speed Of the robot in methods discussed in Section 11. This section the
pation of a steering maneuver, speed can be further reduced
performance of our new VFH method to these earlier meth-
proportionally to the actual steering rate Q:
ods .
V = V‘(1 - Q / Q , , , ) + Vmin A . Comparison to Edge-Detection Methods
where Q,,, is the maximal allowable steering rate for the
The blurry and inaccurate data produced by ultrasonic
mobile robot (in our system ,,a
, = 120°/s). sensors does not provide the sharply defined contours re-
Note that V is prevented from going to zero be setting a quired by edge-detection methods. Consequently, misread-
lower limit for V , namely V 1 V,,,; in our implementation ings or inaccurate range measurements may be interpreted as
Vmin= 4 cm/s. part of an obstacle, thereby distorting the perceived shape of
the obstacle.
E. Limitations and Remedies The VFH method, on the other hand, reacts to clusters of
The VFH method is a local path planner, i.e., it does not range readings. As soon as a range reading has been sam-
attempt to find an optimal path (an optimal path can only be pled, it becomes available to the steering controller (via the
found if complete environmental information is given). Fur- histogram grid) and can influence the path of the vehicle
thermore, a VFH-controlled robot may get “trapped” in immediately. A single range reading will have only minor
dead-end situations (as is the case with other local path influence on the path, while repeated range readings in a
planners). When trapped, mobile robots usually exhibit what confined area (cluster) will cause a more drastic change of
has been called “cyclic behavior,” i.e., going around in direction for the vehicle.
circles or cycling between multiple traps (typical examples The force field method developed by Brooks [8], [9] and
for cyclic behavior are discussed in [5]). While it is possible the similar method developed by Arkin [l], do function in
to devise a set of heuristic rules that would guide the robot experimental real-time systems, using actual sensory data [8],
our of trap situations and resolve cyclic behavior [5], the [9]. However, these methods are somewhat oversimplified,
resulting path is still not optimal. since a threshold determines if an object is at a safe distance
To resolve these problems, we have introduces a path or too close. In the latter case, and because of the binary
monitor that works as follows: If the robot diverts from the character of the threshold, the robot must stop and rotate
target direction khrg (see Fig. 9) the path monitor records away from the object before resuming motion. An additional
this as either left (as is the case in Fig. 9) or right diversion shortcoming of these methods is their susceptibility to mis-
mode. Subsequently, when looking for the near border of the readings (due to ultrasonic noise, crosstalk, etc.) since they
closest candidate valley, k, (see Section IV-B), the VFH take into account only one set of range readings (one reading
algorithm searches to the left or right of ktarg,according to from each ultrasonic sensor). Consequently, misreadings and
the original diversion mode. If k , cannot be found within correct readings (i.e., those produced by actual obstacles)
n = 1 8 0 ° / a = 36 sectors, the path monitor flags a trap have the same weight. Therefore, a single misreading can
situation. Once a certain diversion mode has been set, it is cause the resultant force to exceed the threshold level and
only cleared if the robot faces again into the target direction. “scare” the robot away from a possible safe, free path. Our
When a trap situation is flagged, the robot slows down method, on the other hand, also takes into account past
(and may come to a complete halt), while the VFH algorithm measurements by means of the histogram grid, thereby in-
is temporarily suspended. A global path planner (GPP) creasing the weight of recurring measurements, while mini-
algorithm is then invoked to plan a new path based on the mizing the weight of randomly occurring misreadings. In
available information in the histogram grid [29]. The new addition, the smoothing function [see (5)] reduces the weight
path comprises a set of via points that are then presented as of false readings. Thus, the VFH method results in much
intermediate target locations to the VFH algorithm. more robust and error-resistant control. An additional advan-
286 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. I, NO. 3, JUNE 1991
the histogram grid may serve for map building purposes and
for the global path planner (see Section IV-E). A large
histogram grid, however, is not necessary for our algorithm
to work properly. It is the short-term effect of the histogram
grid that is important for the VFH algorithm. As explained in
Section IV-A, only cells within the active window influence
the VFH computations. Since the active window travels with
the robot, cells are only briefly inside the window and have
thus only a temporary (short term) effect. Also, since the
ultrasonic sensors are limited to only 2-m look-ahead (about
the size of the active window), only cells inside the window
are updated with sensor information. Therefore, the VFH
algorithm would work equally well if all information was lost
from cells that are outside of the active window. Through the
concept of the active window, the histogram grid becomes a
type of “short-term memory,” where readings are retained
briefly (while the active window sweeps through the area) to
enhance the accuracy by accumulating multiple sensor read-
ings. In a way, this process is similar to the short-term
memory associated with human hearing. Without this mecha-
nism, people would hear but not necessarily comprehend all
speech.
Fig. 10. CARMEL, The University of Michigan’s Mobile Robot. VI. EXPEFUMENTAL
RESULTS
We implemented and tested the VFH method on our
tage of the VFH method is the permanent map information mobile robot, CARMEL (Computer-Aided Robotics for
contained in the histogram grid after a run. Brooks’ and Maintenance, Emergency, and Life support). CARMEL is
Arkin’s methods, on the other hand, do not produce a based on a commercially available mobile platform [12], as
permanent record. seen in Fig. 10. This platform has a maximum travel speed of
A critical discussion of both simulated and experimental V,,, = 0.78 m/s, a maximum steering rate of Q = 120”/s,
potential field methods is given in [18]. Also, based on a and weighs (in its current configuration) about 125 kg. The
rigorous mathematical analysis, [ 181 discusses six inherent platform has a hexagonal structure and a unique three-wheel
shortcomings of potential field methods. drive (synchro-drive) that permits omnidirectional steering.
A 2-80 on-board computer serves as the low-level controller
B. Reflexive versus Reactive Control of the vehicle. Two computers were added: a PC-compatible
On the more abstract level, researchers are beginning to single-board computer to control the sensors, and a 20-Mhz
distinguish between tow fundamentally different approaches 80386-based AT-compatible that runs the VFH algorithm.
to mobile robot obstacle avoidance. The “conventional” CARMEL is equipped with a ring of 24 ultrasonic sensors
approach, reactive control, is based on the traditional artifi- [25]. The sensor ring has a diameter of 0.8 m, and objects
cial intelligence model of human cognition. Reactive control must be at least 0.27 m away from the sensors to be detected.
algorithms reason about the robot’s perception (sensor data) Therefore, the theoretical minimum width for safe travel in a
while building elaborate world models (memory) and subse- +
passageway is Wmin= 0.8 2 * 0.27 = 1.34 m.
quently plan the robot’s actions. This approach requires large In extensive tests, we ran the VFH-controlled CARMEL
amounts of computation and decision making, resulting in a through difficult obstacle courses. The obstacles were un-
relatively slow response of the system. Reflexive control marked, commonplace objects such as chairs, partitions, and
(with Brooks as one of its foremost proponents), eliminates bookshelves. In most experiments, CARMEL ran at its maxi-
cognition altogether. In reflexive control there is no planning mum speed V,, = 0.78 m/s. This speed was only reduced
and reasoning; nor are there world models. Simple reflexes when an obstacle was approached head-on (see discussion of
tie actions to perceptions, resulting in faster response to speed control in Section IV-D).
outside stimuli. Fig. 11 shows the histogram grid after a run through a
At first glance it may seem that our VFH method is a particularly challenging obstacle course of 3 /Gin-diameter
typical example of reactive control, considering the his- vertical poles spaced at a distance of about 1.4 m from each
togram grid world model and even a second model, the polar other. The actual location of the rods is indicated by plus (+)
histogram. However, some distinctions should be made. Our symbols in Fig. 11. It should be noted that none of the
world model, the histogram grid, has two different functional obstacle locations were known to the robot in advance: the
properties, namely a short-term effect and a long-term effect. CV clusters in Fig. 11 gradually appeared on the operator’s
The long-term effect is provided by the whole histogram screen while CARMEL was moving.
grid, as described in Section III. The information stored in To test the performance limits of our system, we per-
__
BORENSTEIN AND KOREN: THE VECTOR FIELD HISTOGRAM 287
Robow
path
ate narrow corridors without oscillations.
The VFH method is based on the following principles:
.... .._
.. /
Start
Y
speed. Unreliable detection would also result when 1 in x 1 valley closest to the target direction is selected for
in square rods were used. Larger objects, such as 2-in-diame- further processing.
ter cylinders, square-shaped cardboard boxes, furniture, and The direction of the center of the selected candidate
even slowly walking people are reliable detected and avoided. direction is determined and the steering of the robot is
These obstacles are easier to detect than the 3/4-in poles in aligned with that direction.
the experiment described here. The speed of the robot is reduced when approaching
Each blob in Fig. 11 represents one cell in the histogram obstacles head-on.
grid. In our current implementation, certainty values (CV’s)
range from 0 to 15 and are indicated in Fig. 11 by blobs of The characteristic behavior of a VFH-controlled mobile
varying sizes. CV = 0 means no sensor reading has been robot is best described as follows: The response of the
projected onto the cell during the run (i.e., no blob), while vehicle is dependent on the likelihood for the existence of
CV’s > 0 indicate the increasing confidence in the existence an obstacle. In the histogram grid, this likelihood is ex-
of an object at that location. CARMEL traversed this obsta- pressed in terms of size and certainty values of a cluster. This
cle course at an average speed of 0.58 m/s without stopping information is transformed into the height and width of an
for obstacles. Note that this is a typical experimental run, and elevation in the polar histogram. The strength of the VFH
similar performance has been routinely obtained in countless method lies thus in its ability to maintain a statistical obstacle
experiments and demonstrations, using different kinds of representation at both the histogram grid level as well as at
obstacles at random layouts. the intermediate data level, the polar histogram. This feature
An indication of the real-time performance of the VFH makes the VFH method especially suited to the accommoda-
algorithm is the sampling time T (i.e., the rate at which the tion of inaccurate sensor data, such as that produced by
steer and speed commands for the low-level controller are ultrasonic sensors, as well as sensor fusion.
issued). The following steps occur during T :
1) Obtain sonar information from the sensor controller. REFERENCES
2) Update the histogram grid. [ l ] R. C. Arkin, “Motor schema-based mobile robot navigation,” Int.
J . Robotics Res., pp. 92-112, Aug. 1989.
3) Create the polar histogram.
[2] J . Borenstein and Y . Koren, “A mobile platform for nursing robots,”
4) Determine the free sector and steering direction. IEEE Trans. Industrial Electron., vol. 32, no. 2, pp.158-165,
5) Calculate the speed command. 1985.
6 ) Comunicate with the low-level motion controller (send [3] -, “Motion control analysis of a mobile robot,” Trans. ASME,
J . Dynamics, Measurement Control, vol. 109, no. 2, pp. 73-79,
speed and steer commands and receive position update). 1987.
on an Intel 80386-based PC-compatible running t41 -, “Obstacle avoidance With ultrasonic sensors,” IEEE J .
Robotics Automat., vol. R A 4 , no. 2 , pp. 213-218, 1988.
at 20 MHz, T = 27 ms. 151 -, “Real-time obstacle avoidance for fast mobile robots,” IEEE
Trans. Systems Man Cybern., vol. 19, no. 5, pp. 1179-1187,
VU. CONCLUSIONS Sept./Oct. 1989.
[6] -, “Histogramic in-motion mapping for mobile robot obstacle
This paper presents a new obstacle-avoidance method for avoidance,” IEEE Trans. Robotics Automat., vol. 7, to be pub-
fast-running vehicles. This approach, called the vector field lished, Aug. 1991.
288 IEEE TRANSACTIONS ON ROBOTICS AND AUTOMATION, VOL. 7, NO. 3, JUNE 1991
171 -, “Real-time map-building for fast mobile robot obstacle avoid- [26] U. Raschke and J . Borenstein, “A comparisson of grid-type map-
ance,” presented at SPIE Symp. on Advances in Intelligent Systems, building techniques by index of performance,” in Proc. IEEE Int.
Mobile Robots V, Boston, MA, Nov. 4-9, 1990. Conf. Robotics Automat. (Cincinnati, OH, May 13- 18, 1990).
181 R. A. Brooks, “A robust layered control system for a mobile robot,” [27] C . F. Thorpe, “Path relaxation: Path planning for a mobile robot,”
IEEE J . Robotics Automat., vol. RA-2, no. 1, pp. 14-23, 1986. Carnegie-Mellon Univ. The Robotics Institute, Mobile Robots Lab.,
191 R. A. Brooks and J . H. Connell, “Asynchronous distributed control Autonomous Mobile Robots, Annual Rep., pp. 39-42, 1985.
system for a mobile robot,” Proc. SPIE, Mobile Robots, vol. 727, [28] C. R. Weisbin, G. de Saussure, and D. Kammer, “SELF-CON-
pp. 77-84, 1987. TROLLED. A real-time expert system for an autonomous mobile
3 . L. Crowley, “Dynamic world modeling for an intelligent mobile robot,” Computers Mechanic. Eng., pp. 12-19, Sept. 1986.
robot,” in Proc. IEEE 7th Int. Conf. Pattern Recognition [29] Y. Zhao, S. L. BeMent, and J . Borenstein, “Dynamic path planning
(Montreal, Canada, July 30-Aug. 2, 1984), pp. 207-210. for mobile robot real-time navigation,” presented at 12th IASTED
-, “World modeling and position estimation for a mobile robot Int. Symp. Robotics and Manufacturing, Santa Barbara, CA, Nov.
using ultrasonic ranging,” in Proc. IEEE Int. Conf. Robotics 13-15. 1989.
Automat. (Scottsdale, AZ, May 14-19, 1989), pp. 674-680.
K2A Mobile Platform, Cybernation, Roanoke, VA, 1987.
A. Elfes, “Sonar-based real-world mapping and navigation,” IEEE
J . Robotics Automat., vol. RA-3, no. 3, pp. 249-265, 1987.
A. M. Flynn, “Combining sonar and infrared sensors for mobile
robot navigation,” Int. J . Robotics Res., vol. 7, no. 6, pp. 5-14,
Dec. 1988. Johann Borenstein (M’88) received the B.Sc.,
1151 W. S. Newman and N. Hogan, “High speed robot control and M.Sc., and D.Sc. degrees in mechanical engineer-
obstacle avoidance using dynamic potential functions,” in Proc. ing in 1981, 1983, and 1987, respectively, from
IEEE Int. Conf. Robotics Automat. (Raleigh, NC, Mar. 31-Apr. the Technion-Israel Institute of Technology,
3, 1987), pp. 14-24. Haifa, Israel.
1161 0. Khatib, “Real-time obstacle avoidance for manipulators and mo- Since 1987, he has been with the Robotics Sys-
bile robots,” in Proc. IEEE Int. Conf. Robotics Automat. (St. tems Division at the University of Michigan, Ann
Louis, MO, Mar. 25-28, 1985), pp. 500-505. Arbor, where he is currently an Assistant Research
Y. Koren and J . Borenstein, “Analysis of control methods for mobile Scientist and Head of the MEAM Mobile Robotics
robot obstacle avoidance,” in Proc. IEEE Int. Workshop Intelli- Laboratory. His research interest include mobile
gent Motion Control (Istanbul, Turkey, Aug. 20-22, 1990), pp. robot navigation, obstacle avoidance, path plan-
457-462.
- ning, real-time control, sensors for robotic applications, multisensor integra-
1181 -, “Critical analysis of potential field methods for mobile robot tion, and computer interfacing and integration
obstacle avoidance,” IEEE Trans. Robotics Automat., submitted
for publication.
1191 B. H. Krogh, “A generalized potential field approach to obstacle
avoidance control,” presented at Int. Robotics Res. Conf., Bethlehem
PA, Aug. 1984.
B. H. Krogh and C. E. Thorpe, “Integrated path planning and
dynamic steering control for autonomous vehicles,” in Proc. IEEE Yoram Koren (M’76-SM’88) has 25 years of
Int. Conf. Robotics Automat. (San Francisco, CA, Apr. 7-10, research, teaching, and consulting experience in
the automated manufacturing field. At present he is
1986), pp. 1664-1669.
R. Kuc and B. Barshan, “Navigating vehicles through an unstructured a Professor in the Department of Mechanical Engi-
environment with sonar,” in Proc. IEEE Int. Conf. Robotics neering and Applied Mechanics at the University
Automat. (Scottsdale, AZ, May 14-19, 1989), pp. 1422-1426. of Michigan, Ann Arbor. He has published over
V. Lumelsky and T. Skewis, “A paradigm for incorporating vision in 100 papers and three books on machine tool con-
the robot navigation function,” in Proc. IEEE Conf. Robotics trol, robotics, sensing methods, and modeling of
Automat. (Philadelphia, PA, Apr. 25, 1988), pp. 734-739. processes. His book Computer Control f o r Man-
H. P. Moravec and A. Elfes, “High resolution maps from wide angle ufucturing Systems (McGraw-Hill, 1983) is used
sonar,” in Proc. IEEE Conf. Robotics Automat. (Washington, as a textbook at maior universities and received the
1984 Textbook Award for the Society of Manufacturing Engineering (SME).
DC), 1985, pp. 116-121.
His book, Robotics f o r Engineers (McGraw-Hill, 1985), was translated
~ 4 1H. P. Moravec, “Sensor fusion in certainty grids for mobile robots,” into Japanese and French and is used by engineers throughout the world.
AI Mag., pp. 61-74, Summer 1988.
Prof. Koren is a Fellow of the ASME, an Active Member of CIRP, and a
1251 POLAROID Corporation, Ultrasonic Components Group, Cambridge, Fellow of SME/Robotics-International.
MA, 1990.