LemLib
LemLib copied to clipboard
[FEATURE] ➕ Switch common code to external dependencies
Requested Feature
The LemLib org is now working on LemLog, PROS-Extensions, Units, and a few other libraries. Features in LemLib itself that overlap with these should be removed and changed to depend on those libs. A few examples include:
- all quantities changed to QUnits (previously planned)
- all vector math & Pose changed to internally use the Vector2D class in Units
- all logging code removed and replaced with LemLog (once further developed)
Motivation
This increases modularity and reduces duplicate code.