Table of Contents

DASL 102: Navigation and Path Planning

Syllabus

Overview

This course will cover the basics of navigation and path-planning for mobile robots. The course will focus on many different navigation algorithms, including: Breadth-first Search, Depth-first Search, Dijkstra’s Algorithm/A*, and Potential Fields. Many of these approaches follow a data structure implementation, and such the basics of these will also be covered. For simplicity and better visualization, simulation and virtual approaches will be used during most of the course. However, the course will cover how to obtain basic odometry data for implementation on a real robot platform (Robotino). Finally, the course will compare and contrast the different approaches as they are brought up, and will cover the challenges that come with navigation, especially in real-world applications.

Prerequisites

Due to the nature of this course, heavy use of data structures and mathematical analysis will be used. As such, a person taking this course should have experience with the following:

Lecture Notes

Week 1 (Potential Fields) Slides

Week 2 (Data Structures) Slides

Week 3 (BFS) Slides

Week 4 (DFS) Slides

Week 5 (Dijkstra's & A*) Slides

Week 6 (Odometry Data) Slides

Homework

Week 1 HW

Week 2 HW

Week 3 HW

Week 4 HW

Week 5 HW

Week 6 HW