|
Running networking code while robot is disabled
I'd like to run some NetworkTables code while the robot is disabled. No running motors or anything(and I'm pretty sure the FPGA will stop me from doing that), just code that updates variables even when the robot is stopped. Is this legal? Can I just run a loop inside Disabled()?
|