FRC2706 / 2018-2706-Robot-Code

Our 2018 robot code for FIRST POWER UP.
MIT License
1 stars 2 forks source link

Integration with logging #7

Closed KyleRAnderson closed 6 years ago

KyleRAnderson commented 6 years ago

Should have the option to view logs from the robot.

ounsworth commented 6 years ago

Yeah, awesome to be able to see robot logs from the driver station.

Maybe have a checkbox or something to disable streaming of log data from the robot? I worry that we'll leave log data streaming during a match, which might cause the webcam to drop frames because of the very small amount of Robot <-> DS bandwidth that FIRST lets us have.

KyleRAnderson commented 6 years ago

We were thinking of making it an on-demand function, so it will only download when the user presses the button

ounsworth commented 6 years ago

Perfect. Once this is working, we should test with Wireshark on the DS computer to be sure it's not a "download anyway but don't display" kind of thing. (I can help with the Wireshark part if you need)