CMPUT 631 - Autonomous Robot Navigation

Overview

This course is concerned with the subject of autonomous robot navigation. The students will become familiar with related mobile robotics research and study a number of classical and modern algorithms. Specifically, the course will focus on how a mobile robot builds a map and localizes itself in that map at the same time (the so-called SLAM problem), by making use of the information collected by its sensors such as laser range finders and cameras. The lectures will introduce both basic and advanced SLAM algorithms, and the students will gain an in-depth understanding of these algorithms by both reading research papers and examining their software implementations. Class lectures and homework assignments will rely on the Robot Operating System (ROS) - which provides libraries and tools to help software developers quickly create robot applications - to control robots in simulated environments and study SLAM algorithms on benchmark datasets.

Objectives

  • Introduction to robotics
  • Robot Operating System (ROS)
  • Spatial descriptions and mobile robot kinematics
  • Sensors: LiDARs, cameras, RGB-D, and IMU
  • Odometry: wheel, visual and LiDAR odometry
  • Filter-based SLAM algorithms
  • Optimization-based SLAM algorithms
  • Place recognition and loop closure detection
  • Path planning and collision avoidance

Course Work

  • Assignments
  • Projects
  • Midterms