This document summarizes a project using the Sphero robot and the A* pathfinding algorithm. Key points:
- The goal was to program Sphero to traverse any path in a 7x15 grid using A*.
- Commands like roll(), pause(), and connect() were used to control Sphero's movement and connection.
- A* was used to find the optimal path and convert it to a list of coordinates. These were then converted to roll() and pause() commands.
- Challenges included connecting Sphero via Bluetooth, getting it to execute commands reliably, and inconsistent speed responses to roll() commands.