WPIRoboticsProjects / GRIP

Program for rapidly developing computer vision applications
http://wpiroboticsprojects.github.io/GRIP
Other
377 stars 107 forks source link

getNumberArray Method not Working #474

Closed TitaniumKnightsFRC closed 8 years ago

TitaniumKnightsFRC commented 8 years ago

for (double area : grip.getNumberArray("targets/area", new double[0])) { System.out.println("Got contour with area=" + area); }

"The method getNumberArray(String, double[]) is undefined for the type NetworkTable."

AustinShalit commented 8 years ago

Can you please post more code? That example should work.

ThomasJClark commented 8 years ago

Is this an old version of NetworkTables? GRIP uses the v3 protocol, which is new in 2016.