Quote:
Originally Posted by 1024Programming
Can you please post your code that actually gets the values? Our team has been trying to do this and it doesn't matter if it lags.
|
https://github.com/WPIRoboticsProjec...C-program#java
tl;dr
PHP Code:
NetworkTable grip = NetworkTable.getTable("grip");
double[] centers = grip.getNumberArray("targets/centerX", new double[0]);