The robot code for Deeper Blue, an assistive chess-playing robot. Developed for the System Design Project, a 3rd year course offered at the School of Informatics, University of Edinburgh.
This is the implementation of an adjusted Option 1 for sensing whether a piece was picked up or put down correctly. It uses an ultrasonic sensor under the platform and attempts the action repeatedly until success. It gives up and asks for help if too many attempts fail.
This is the implementation of an adjusted Option 1 for sensing whether a piece was picked up or put down correctly. It uses an ultrasonic sensor under the platform and attempts the action repeatedly until success. It gives up and asks for help if too many attempts fail.
Fixes #58