Team-OKC-Robotics / FRC-2023

The FRC team #2718 Team OKC Robotics code for the 2023 season
Other
2 stars 0 forks source link

Parameterize more stuff in RobotContainer #45

Open danielbrownmsm opened 1 year ago

danielbrownmsm commented 1 year ago

Summary Justin pointed out that we should parameterize some more stuff to avoid having magic numbers in the code. Linking #43

Work Required

Verification

danielbrownmsm commented 1 year ago

We also need to parameterize the steer_pid tolerance in SwerveModule.cpp

danielbrownmsm commented 1 year ago

And control decay in SwerveDrive.cpp