|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Re: How to run GRIP in headless mode?
I don't have a good grip on how GRIP works exactly (pun not intended, but appreciated nonetheless). Basically I'm trying to get my PC to do all the heavy lifting of applying filters in grip and calculating the network tables, and the only thing my robot needs to do is to get the network table values and use them in our code.
Edit: While I have you, does this https://github.com/WPIRoboticsProjec...EW-FRC-program mean that I only have to deploy once to the RIO if I have this in my code? Then it'll run grip off of the RIO next time I run my robot code? Thanks. Last edited by sandiskthefrog : 11-03-2016 at 20:19. Reason: Point of clarification |
|
#2
|
|||
|
|||
|
Re: How to run GRIP in headless mode?
try this ....
Code:
java -cp C:\Users\Robot1\AppData\Local\GRIP\app\core-1.3.0-rc1-all edu.wpi.grip.core.Main decentGripOutside.grip Code:
java -XX:-OmitStackTraceInFastThrow -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant -ea -cp C:\Users\Robot1\AppData\Local\GRIP\app\core-1.3.0-rc1-all edu.wpi.grip.core.Main decentGripOutside.grip |
|
#3
|
||||
|
||||
|
Re: How to run GRIP in headless mode?
Code:
C:\Users\Robot1\AppData\Local\GRIP\GRIP.exe --headless <file.grip> |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|