Quote:
Originally Posted by clandry94
How would I define it as a double? Also, in response to the problem you are having: make sure to restart roborealm after each time you upload code to the robot or else networktables won't update from the sent variable anymore!
|
i had that issue too, but updating from .17 > .18 fixed that.
to edfine it as a double, use
NetworkTable.getTable(?).remove(your key)
NetworkTable.getTable(?).putNumber(your key)