DeepBlueRobotics / RobotCode2018

All of our code for FRC's 2018 game: FIRST Power Up.
5 stars 11 forks source link

scriptupload.py may be unreliable due to timing issue #80

Open brettle opened 6 years ago

brettle commented 6 years ago

In order for scriptupload.py to succesfully upload the script, it currently waits for 0.1 seconds after putting the script into the NetworkTable. This should work, but might be unreliable.

Instead, we should investigate whether calling NetworkTables.waitForEntryListenerQueue(None) can be used instead. It seems to be intended for this purpose.

brettle commented 6 years ago

scriptupload.py may be unreliable due to timing issue