-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add marker button for drivers #61
Comments
There's a WPILib logging function which can be used. Find it Hint (only if you need it!)The function is mentioned in the 2025 suggestions page. |
I assume you're talking about |
You can see the log in the console tab, maybe as a discrete value in the line graph. You can also a boolean entry. But I think logging a message is the best way, it can be also color highlighted in the console tab. |
I tested the code for the alerts, but you can't view the alerts in AD because for some reason they don't show up in the smartDashboard. I also tried to put just a random number in the smartDashboard but i still can't see it. I think this is a bug in the beta. |
I'd like to see the code but I think that the base branch in the PR is incorrect, too much diff |
Also, note you can use OutlineViewer to see entries logged to NetworkTables, if that helps. |
I changed the base branch. Still doesn't show up in |
You should be able to see the logs in the "messages" field: |
I am seeing the DataLogManager.log, What i can't see is the alerts. |
#74 has no code related to alerts so I'm not sure what you expect to see. |
Sorry, forgot to push the commit. |
now I realize that if you want to see the alerts in AdvantageScope you probably won't see them because they aren't logged. However, they will be logged in the beta version of AdvantageKit so I would just wait for its release which should be soon. |
Add option for the drivers to log timestamps and robot pose mid-match in order to mark problems.
The text was updated successfully, but these errors were encountered: