Quote:
Originally Posted by cad321
Does anyone know if GRIP is compatible with Labview? Here it show it being able to run on the roborio while using java or C++ but I haven't been able to find anything about Labview.
Also does anyone know when an ARM compatible build may be available?
|
Like ThomasJClark said, because GRIP uses NetworkTables to communicate, its portable for use with any type of robot code.
GRIP doesn't have examples yet of running on the RoboRio as a sub-process of LabView, but you can do it using "System Exec VI"
see here:
http://zone.ni.com/reference/en-XX/h...g/system_exec/
(Note: you have to make sure to set "wait until completion" to false, or else none of your other code will execute!)