RoboJackets / robocup-software

Georgia Tech RoboJackets Software for the RoboCup Small Size League
Apache License 2.0
178 stars 187 forks source link

Fix Magic Numbers in miscellaneous files #1187

Open Jason27chan opened 6 years ago

Jason27chan commented 6 years ago

We use magic numbers in several files where we want to put this number in a variable and use the variable. Makes it easier to change and reuse

Files

joshhting commented 6 years ago

Btw for convenience GitHub lets you link these lines directly, e.x, https://github.com/RoboJackets/robocup-software/blob/master/soccer/gameplay/skills/aim.py#L214