Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Modularize the robot code

No due date 16% complete

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.

Loading