Modularize the robot code
The robot should have completely modular subsystems, with everything separated into its own folders and many movements command based.
The goal is to essentially create a personal API for robot development based off the APIs, libraries, and frameworks provided.
This is to allow consistent behavior among the subsystems, rapid modification of the robot code,…
The robot should have completely modular subsystems, with everything separated into its own folders and many movements command based.
The goal is to essentially create a personal API for robot development based off the APIs, libraries, and frameworks provided.
This is to allow consistent behavior among the subsystems, rapid modification of the robot code, and compartmentalized subsystems, as well as rapid development of code for other teams if needed.