Log in

View Full Version : Grip


kingca
24-04-2016, 21:31
Is it possible to use Grip without using Java because this year our team decided to use C++ or do we need to convert code into Java in order to use Grip.

tomy
24-04-2016, 21:34
There are C++ examples listed here:

http://wpilib.screenstepslive.com/s/4485/m/50711/l/479908-reading-array-values-published-by-networktables

Lili_1868
24-04-2016, 21:42
Our team uses C++ and GRIP.

nighterfighter
24-04-2016, 21:59
Yes you can.

GRIP runs using Java, but it's output is through Network Tables.

You can read those values from the Network Tables in C++.

nickbrickmaster
24-04-2016, 22:21
GRIP is a separate application. It outputs values using NetworkTables. You will need to install Java on the roboRIO (or whatever device you are running GRIP on)

bobbysq
12-05-2016, 15:01
You can definitely do it. Here's our vision tracking code. (https://github.com/frc4646/frc4646-2016-competition-code/blob/master/src/Subsystems/VisionCalculation.cpp)