Table of Contents

Potential Field Navigation with Harmonic Functions

—————————————————————————————————————————–

Author: Tristan Brodeur Email: [email protected] Date: Last modified on 09/11/17 Keywords: Navigation, Path, Planning

—————————————————————————————————————————–

Overview

This tutorial covers the use of harmonic functions to navigate a robot through an obstacle course. Harmonic potential fields overcomes many of the shortcomings of ordinary potential fields path planning algorithms, as it utilizes harmonic functions that rid of local minima within a plane.

—————————————————————————————————————————–

Motivation and Audience

This tutorial's motivation is to first give an overview of properties of harmonic functions, and then demonstrate the ability of harmonic functions to alleviate some of the shortcomings typical potential fields path planning algorithms face. I will then explain and demonstrate the multi-panel approach for complex obstacle representation.

The rest of this tutorial is presented as follows:

This work is presented in more detail in this paper .

—————————————————————————————————————————–

Harmonic Functions

—————————————————————————————————————————–

Properties of Harmonic Functions

—————————————————————————————————————————–

Uniform Flow

—————————————————————————————————————————–

Panel Method for Potential Fields

—————————————————————————————————————————–

Multi-Panel Method for Complex Obstacles

Goal Points
Potential Functions

—————————————————————————————————————————–