Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot-Wide Logging System #8

Open
joecaraccio opened this issue Dec 9, 2021 · 1 comment
Open

Robot-Wide Logging System #8

joecaraccio opened this issue Dec 9, 2021 · 1 comment
Assignees

Comments

@joecaraccio
Copy link
Collaborator

There is room for improvement with our data. It would be good if we could develop a logging system which could be used to analyze the robot's behavior. If we could log several data types ( messages, controller inputs, motor outputs, power distribution board channels, vision inputs, etc.) and have a record of everything vs time, and a way to easily export this data, it would likely pay dividends.

some ideas:

  • Easily store data throughout the various classes. Easily create logger instances?
  • Low operational impact, separate thread? remove in production builds?
  • Ability to export to CSV?
@joecaraccio
Copy link
Collaborator Author

wpilibsuite/allwpilib#3780

WPILIB has someone working on something like this, but said it won't be ready until a little after kickoff. Not sure if the best path forward is to use our own stuff or if we should wait for them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant