Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.13 KB

EE346.md

File metadata and controls

40 lines (23 loc) · 1.13 KB

EE346 Mobile Robot Navigation and Control

Introduction

Learning the basics of autonomous navigation by programming a mobile robot (TurtleBot3) with a laser range finder (LiDAR). @Prof. ZHANG Hong

This course will cover the following topics:

  • ROS1
  • Spatial representation
  • LiDAR
  • Mobile robot kinematics and control
  • Robot localization: particle filter, kalman filter, and AMCL
  • SLAM with Gmapping
  • Path planning: Dijkstra, A*, and DWA

Lab

Use turtlebot3 and ros1 to verify the theoretical knowledge in the course.

The following repo contains the some lab code:

Project

Project may differ from semester to semester. Here are some good examples:

2022 Spring

Lane Following and Navigation.

2023 Fall

Pole detecting and parking.