Team-OKC-Robotics / FRC-2022-CPP

a c++ port of our FRC-2022 code as training in C++
Other
0 stars 2 forks source link

Feat/better intake tests #12

Closed danielbrownmsm closed 1 year ago

danielbrownmsm commented 1 year ago

Better Intake Unit Tests

Summary The drivetrain subsystem has decent unit tests covering a range of functions. The intake currently only tests initialization. It should test more.

Work Required

Verification