We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Maybe something heavily based off of https://github.com/dominikWin/badlog for now. Using the same format would allow us to use https://github.com/dominikWin/badlogvis to visualize the data until we can write our own visualizer.
The text was updated successfully, but these errors were encountered:
We can use this issue for discussions on what the logger should look/act like, but here's my general thinking so far:
val logFile = Logger.create("/some/path/to/log_file.bag") Logger.add("Match Number", Driverstation.getMatchNumber()) Logger.add("Drivetrain Voltage") { Drivetrain.voltage } launch { periodic(0.1) { logFile.write() } }
Sorry, something went wrong.
No branches or pull requests
Maybe something heavily based off of https://github.com/dominikWin/badlog for now. Using the same format would allow us to use https://github.com/dominikWin/badlogvis to visualize the data until we can write our own visualizer.
The text was updated successfully, but these errors were encountered: