Fast Marching

base_f

Description

Introduction to Fast Marching

The FM algorithm was introduced by J. Sethian in 1996 and is a numerical algorithm that approximates the viscosity solution of the Eikonal equation which represents, among other,
The FM method is used to solve the Eikonal equation and is very similar to the Dijkstra algorithm that finds the shortest paths on graphs, though it is applied to continuous media.

Fast Marching and Motion Planning

To get a Motion Planner for mobile robots with desirable
properties, such as smoothness and safety, we can think of
attractive potentials. In Nature, there are phenomena with a
similar behaviour, e.g., the electromagnetic waves. If there
is an antenna in the goal point that emits an electromagnetic
wave, then the robot can drive to the destination by tracing
the waves back to the source. In general, the concept of
electromagnetic waves is especially interesting, since the potential and its associated vector field have the good properties
desired for the trajectory, such as smoothness and the absence
of local minima.

This attractive potential still has some problems. The most
important one that typically arises in mobile robotics, is
that optimal motion plans may bring robots too close to
obstacles or people, which is not safe. To obtain a safe
path, it is necessary to add a component that repels the robot
from obstacles. In addition, this repulsive potential and its
associated vector field should have good properties such as
those of electrical fields. If we consider that the robot has
an electrical charge of the same sign as obstacles, then the
robot would be pushed away from obstacles. The properties
of this electric field are very good because it is smooth and
there are no singular points in the interest space.



To help understand the Fast Marching Path Planning basis method, let us suppose a two dimensional wave propagating in a homogeneous medium. The front wave is then a circle propagating outwards the initial point. If an additional axis is added to represent the time, the results is as shown in the next figure:

Now, if the initial point of the wave propagation are all those points which represents obstacles in a binary occupancy map, we obtain a map in which the value for each cell is proportional to the distance to the nearest obstacle, as shown in the next figures:


An the path obtained over this new “distances” map, applying the gradient method is:

FM2: Fast Marching Square

The path obtained applying Fast Marching directly is non-smooth and runs too close to obstacles, being not safe at all. The solution we propose is to use the “distances” map obtained applying Fast Marching as a slowness map. This means that the lower is the value for a given cell the closer it is to an obstacle (or wall) thus the velocity has to be slower.

Then, a wave is propagating from the goal point until it reaches the current position of the robot. For this propagation, the velocity of the wave for each cell is proportional to the value of the slowness map for that cell. Then it is obtained a map in which each cell has a value for the time the wave lasts to reach that cell. This map will never have local minima, since the velocity of the wave is always non negative.

The map with the time values applying Fast Marching over the previous slowness map is:

And applying the gradient method from the goal point to the initial point the path obtained is:

The result is a path much more smooth, safer and optimal in time.

We already proposed other alternatives such as Voronoi Fast Marching. Please, see the publications list below to find more information.

FM Applications

This proposed path planning has been applied successfully to:

– 2D and 3D path planning.
– Exploration and SLAM.
– Robot formations.
– Outdoor path planning.

Entries:
An autonomous social robot in fear
IEEE Transactions on Autonomous Mental Development. num. 2 , vol. 5 , pages: 135 – 151 , 2013
A. Castro-Gonzalez M. Malfaz M.A. Salichs
A biologically inspired architecture for an autonomous and social robot
IEEE Transactions on Autonomous Mental Development. num. 3 , vol. 3 , pages: 232 – 246 , 2011
M. Malfaz A. Castro-Gonzalez R. Barber M.A. Salichs
Learning to avoid risky actions
Cybernetics and Systems: An International Journal. . num. 8 , vol. 42 , pages: 636 – 658 , 2011
M. Malfaz M.A. Salichs
Using MUDs as an experimental platform for testing a decision making system for self-motivated autonomous agents
Artificial Intelligence and Simulation of Behaviour Journal (AISBJ).. num. 1 , vol. 2 , pages: 21 – 44 , 2010
M. Malfaz M.A. Salichs
Toma de Decisiones en Robótica
Revista Iberoamericana de Automática e Informática industrial (RIAI). num. 4 , vol. 7 , pages: 5 – 16 , 2010
M.A. Salichs M. Malfaz Javi F. Gorostiza

Entries:
Selection of Actions for an Autonomous Social Robot
International Conference on Social Robotics. Best Student Paper Finalist (http://dx.doi.org/10.1007/978-3-642-17248-9_12), 2010, Singapore, Singapore
A. Castro-Gonzalez M. Malfaz M.A. Salichs
The Use of Emotions in an Autonomous Agent’s Decision Making Process
Ninth International Conference on Epigenetic Robotics: Modeling Cognitive Development in Robotic Systems (EpiRob09), Venice, Italy
M. Malfaz M.A. Salichs
Learning to deal with objects
ICDL09: The 8th International Conference on Development and Learning , Shanghai, China
M. Malfaz M.A. Salichs
Multimodal Human-Robot Interaction Framework for a Personal Robot
RO-MAN 06: The 15th IEEE International Symposium on Robot and Human Interactive Communication, 2006, Hatfield, United Kingdom
E. Delgado A. Corrales R. Rivas R. Pacheco A.M. Khamis Javi F. Gorostiza M. Malfaz R. Barber M.A. Salichs
Using Emotions for Behaviour-Selection Learning
The 17th European Conference on Artificial Intelligence. ECAI 2006, 2006, Riva del Garda, Italy
M. Malfaz M.A. Salichs
Maggie: A Robotic Platform for Human-Robot Social Interaction
IEEE International Conference on Robotics, Automation and Mechatronics (RAM 2006), 2006, Bangkok, Thailand
E. Delgado A. Corrales R. Rivas R. Pacheco A.M. Khamis Javi F. Gorostiza M. Malfaz R. Barber M.A. Salichs
Emotion-Based Learning of Intrinsically Motivated Autonomous Agents living in a Social World
International Conference on Development and Learning 2006. ICDL5, 2006, Bloomington, In, USA
M. Malfaz M.A. Salichs
Learning Behaviour-Selection Algorithms for Autonomous Social Agents living in a Role-Playing Game
Narrative AI and Games, part of AISB'06: Adaptation in Artificial and Biological Systems. University of Bristol, Bristol, England
M. Malfaz M.A. Salichs
Using Emotions on Autonomous Agents. The Role of Happiness, Sadness and Fear
Integrative Approaches to Machine Consciousness, part of AISB'06: Adaptation in Artificial and Biological Systems, Bristol, England
M. Malfaz M.A. Salichs
A new architecture for autonomous robots based on emotions
Fifth IFAC Symposium on Intelligent Autonomous Vehicles, Lisbon, Portugal
M. Malfaz M.A. Salichs
Design of an Architecture Based on Emotions for an Autonomous Robot
2004 AAAI Spring Symposium, 2004, Stanford, California
M. Malfaz M.A. Salichs

Previous Research topics

next Research topics