View Single Post
  #4   Spotlight this post!  
Unread 07-02-2017, 16:37
dvanvoorst dvanvoorst is offline
Registered User
FRC #2771 (Code Red)
Team Role: Mentor
 
Join Date: Jan 2012
Rookie Year: 2012
Location: Grand Rapids, MI
Posts: 73
dvanvoorst is an unknown quantity at this point
Re: Running GRIP on the computer

Quote:
I think I figured out how to put in on the computer but my question is what do I fill in for the package name?
Use the package name for your robot project, which is the top line of your Robot.java class. Ours is: org.usfirst.frc.team2771.robot

Then make sure you set the Save Location to be the folder that contains the java class files for your robot program. Then it will place the GripPipeline.java file right where it needs to be for your project.

If you haven't already seen this screensteps document, you'll want to check it out. Using Generated Code in a Robot Program
__________________

Reply With Quote