You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to see Tracer telemetry in real-time on common logging tools like Ascope. Right now the Tracer class has no easy way to send its trace report out over NetworkTables for logging or other post-processing.
Tracer is weird because the total number of traced frames is unbounded and variable, but NT doesn't support VLAs cleanly. And trace frame names are Strings, which also don't serialize cleanly. Open to suggestions.
Is your feature request related to a problem? Please describe.
I'd like to see Tracer telemetry in real-time on common logging tools like Ascope. Right now the Tracer class has no easy way to send its trace report out over NetworkTables for logging or other post-processing.
Tracer is weird because the total number of traced frames is unbounded and variable, but NT doesn't support VLAs cleanly. And trace frame names are Strings, which also don't serialize cleanly. Open to suggestions.
Potentially related to #609
The text was updated successfully, but these errors were encountered: