View Single Post
  #10   Spotlight this post!  
Unread Yesterday, 18:58
TheGuyWhoCodes's Avatar
TheGuyWhoCodes TheGuyWhoCodes is offline
Registered User
AKA: Christopher Ariagno
FRC #1806 (S.W.A.T)
Team Role: Programmer
 
Join Date: Jan 2016
Rookie Year: 2015
Location: Smithville MO
Posts: 10
TheGuyWhoCodes is on a distinguished road
Re: Lift Tracker - 1.0

Quote:
Originally Posted by randy_pham View Post
Hello, we're new to vision this year, and we came across your github repository. We have used GRIP before to generate our code, and we have attempted to get the contours from the camera from the robot, but to no success.

We were wondering how we would incorporate your Process.java into our Robot.java class. How would we able to run it, without exporting it as a runnable jar file?

Thanks
You should just be able to just copy paste the Process.java methods into your robot code and edit it to grab the GRIP values which ever way you want to (Probably networktables)
Reply With Quote