SJSURoboticsTeam / urc-control-system-2023

Apache License 2.0
5 stars 0 forks source link

Magic Numbers #119

Open andrew-bork opened 6 months ago

andrew-bork commented 6 months ago

There are a lot of magic numbers scattered throughout the drive, arm, and science code. Things like

It may be beneficial to move all of these to a single settings.hpp file. That way to configure each system, we only have to go through a single file, rather than hunt for the variables across many files.

andrew-bork commented 6 months ago

settings branch has update with the drive constants into a single settings.hpp file.