deeper-blue / sdp-robot

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.
2 stars 0 forks source link

Reset Button #15

Closed pilif0 closed 5 years ago

pilif0 commented 5 years ago

To support resetting, we need to attach buttons to the arch and platform, wire them to the EV3 brick and prepare surfaces for them to press against.

pilif0 commented 5 years ago

The bottom rail reset button is attached and tested to work with the LLI implementation (from #19). The top rail reset button is attached, but so far not tested.

Jeremy643 commented 5 years ago

The top rail reset button has now been implemented and works, although there is a slight problem that sometimes occurs with the physical design of the thing it presses against, in that it sometimes breaks off or fails to properly press the button.

pilif0 commented 5 years ago

I tested it today, and there is still a problem with the top barrier. The reset button's stick goes in one of the bottom holes of the barrier and doesn't stop immediately. Solution could be making the barrier flat or putting a bigger piece on the button.

pilif0 commented 5 years ago

We improved the structure of the top button and barrier and adjusted the polling frequency and speed. Now the platform reset is working properly.