View Single Post
  #2   Spotlight this post!  
Unread 20-01-2017, 15:12
Vyrotek's Avatar
Vyrotek Vyrotek is offline
Registered User
AKA: Jason
FRC #0498 (Cobra Commanders)
Team Role: Mentor
 
Join Date: Jan 2002
Rookie Year: 2001
Location: Arizona
Posts: 28
Vyrotek is an unknown quantity at this point
Re: Yet Another GRIP Request

We had this same issue. We had forgot to alter the generated Pipeline class to inherit from VisionPipeline.

Code:
public class GripPipeline implements VisionPipeline { ...
Also, don't forget to add a package declaration in your generated GripPipeline class file as well.

Last edited by Vyrotek : 20-01-2017 at 15:17.
Reply With Quote