Team-OKC-Robotics / FRC-2023

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

#41: Implements custom logging #42

Closed jkleiber closed 1 year ago

jkleiber commented 1 year ago

Changes

Verification

Closes #41

danielbrownmsm commented 1 year ago

are we just going to keep the WPILib logging framework then? It worked pretty well at Shawnee, and the current version of process_wpilib_logs.py is pretty good (has a tkinter file picker to select a csv log to open, so we shouldn't constantly have to copy/paste the path anymore)

jkleiber commented 1 year ago

Yeah lets keep the WPILib logging since it no longer breaks CI and we have improved tools for processing the logs now

Closing #41 as well