View Full Version : Grip
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.
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)
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)
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.