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

Improve motors #34

Open pilif0 opened 5 years ago

pilif0 commented 5 years ago

While implementing the LLI, a lot of functionality came up that should probably be associated with the motors (e.g. converting cm and degrees given the wheel circumference). At this time it is in various places, mostly in the movements. It would make for better readable code if this functionality was moved into the actual motor classes.