![]() |
For those who are having GRIP issues
Whether it be code or deployment, this is how you get it working. Use the example code off of GRIP's GitHub page (https://github.com/WPIRoboticsProjec...a-FRC-program), not ScreenStepsLive. GRIP deploy is clearly buggy, so FTP-ing into the RIO and dropping the opencv-frc jar from %appdata%/local/whatever_grips_folder_is_called and your .grip file into the /home/lvuser folder worked for us. In the code targets/area is just area or centerX etc for us.
Code:
private final NetworkTable grip = NetworkTable.getTable("grip");Code:
private final NetworkTable grip = NetworkTable.getTable("GRIP/myContoursReport"); |
Re: For those who are having GRIP issues
|
Re: For those who are having GRIP issues
We actually completely scrapped the old deploy tool. v1.1.1, which was released today, has a new one that actually works.
|
| All times are GMT -5. The time now is 10:19. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi