Back to CS 1301

Lab 02

CS 1301: Introduction to Computing

Project Overview

Advanced robot behaviors including autonomous delivery and interactive games

Lab 02 builds upon the fundamentals from Lab 01, introducing more complex robot behaviors and algorithms. Students implement autonomous navigation, coordinate-based movement, and interactive game mechanics. This lab emphasizes algorithmic thinking and problem-solving in robotics applications.

Projects

Autonomous Delivery

Autonomous navigation and package delivery system.

Point Graph

Coordinate-based navigation and path planning.

Robot Pong

Interactive game implementation with robot control.

GitHub Repository

View on GitHub

Key Concepts

  • Autonomous navigation algorithms
  • Coordinate-based movement and path planning
  • Interactive programming and game mechanics
  • Advanced sensor integration and data processing
  • Algorithm design and optimization