You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This shouldn't be a problem under normal circumstances, but it's worth mentioning - smart dashboard may be being updated a lot.
If the "Show Inputs" class is running, then SDB is updating all values when the scheduler is calling its execute (probably comparable to time of "teleop periodic"). I forget the structure of SDB but I know it does record many values in it's network tables - if these values are updated too much w/o being cleared there may be a problem. I think SDB stores the values on the network as well.
Again, the data being transferred/stored is minuscule, however, if it is updated every 20ms during a match on a network with camera tracking there might start to be problems.
This shouldn't be a problem under normal circumstances, but it's worth mentioning - smart dashboard may be being updated a lot.
If the "Show Inputs" class is running, then SDB is updating all values when the scheduler is calling its execute (probably comparable to time of "teleop periodic"). I forget the structure of SDB but I know it does record many values in it's network tables - if these values are updated too much w/o being cleared there may be a problem. I think SDB stores the values on the network as well.
Again, the data being transferred/stored is minuscule, however, if it is updated every 20ms during a match on a network with camera tracking there might start to be problems.