Programming resources for FIRST Robotics team 1318
“Everything should be made as simple as possible, but not simpler.” — Albert Einstein
The Issaquah Robotics Society’s robot code is designed to be a solid example of a moderately large software project that students with varying levels of programming experience can contribute to.
It aims to make programming the robot straightforward so the software can adapt well to changes in the physical robot and to how we want to control it.
It achieves this by encapsulating each concern in a distinct area of the code, minimizing duplication to ease maintenance.