Projects
- Project 1: A short introduction to coding in Python.
- Project 2: Building the trash sorting robot shown in Chapter 2 of the textbook.
- Project 3: Building the vacuum cleaning robot shown in Chapter 3 of the textbook.
- Project 4: Markov localization, particle filtering and path following for robotic systems. Shown in Chapter 4 of the textbook.
- Project 5: Object detection and path planning for a differential drive robot. Shown in Chapter 5 of the textbook.
- Project 6: Iterative Closest Point (ICP) and GTSAM for simultaneous localization and mapping (SLAM) on LIDAR scans from a self-driving vehicle. Shown in Chapter 6 of the textbook.
- Project 7: 3D Rapidly-exploring Random Trees (RRT) for trajectory optimization and path planning of aerial drones. Shown in Chapter 7 of the textbook.