Bumpers and Buttons
CS 1301 Lab 01: Basic Sensor Input Handling
Project Overview
Basic sensor input handling and event-driven programming
This project introduces fundamental concepts of event-driven programming by handling bumper and button inputs from the iRobot Create® 3. Students learn to respond to physical interactions, implement event handlers, and manage robot state based on user input.
Demo
TODO: Add demo video or screenshots if available
Demo content placeholder
GitHub Repository
View on GitHubKey Concepts
- Event-driven programming fundamentals
- Input handling and event callbacks
- State management based on user interactions
- Basic robot control and movement
- Python function definitions and event handlers