AdvantageKit icon indicating copy to clipboard operation
AdvantageKit copied to clipboard

Add a replayability-check tool

Open katzuv opened this issue 11 months ago • 1 comments

Is your feature request related to a problem? Please describe. There is no streamlined way currently to check whether the code is replayable.

Describe the solution you'd like A tool that determines whether robot code is replayable. An implementation I thought of is to take a log file and replay it without changing any code. The tool will check whether real outputs fully match replay outputs.

katzuv avatar Jan 08 '25 06:01 katzuv

This could also be built into AdvantageScope instead, a "check replay button on the file submenu could check a log files Real outputs and replayed outputs and highlighting any differences, or displaying a success.

blaze-developer avatar Feb 16 '25 16:02 blaze-developer