|
Re: Scheduler.getInstance().run() throws a null pointer
In wpilibjava jar, in Scheduler.java line 208,
m_table.putValue(string.valueOf(++count), e.getData().getTable());
Would return the error about putting a null in the network table. Looks like a code bug to me.
|