|
Re: NetworkTable crash in unmodified SimpleRobot template
createNode will always return a non-null pointer. The NetworkTableProvider constructor takes a reference to the pointer type returned by createNode. This code has run fine on under linux and the crio so it is weird that it is failing here.
staticProvider is declared in NetworkTable.h
|