View Single Post
  #3   Spotlight this post!  
Unread 26-01-2015, 12:41
fireXtract fireXtract is offline
MegaHertz_Lux
FRC #2847 (Mega Hertz)
Team Role: Programmer
 
Join Date: Jan 2013
Rookie Year: 2012
Location: fmt
Posts: 42
fireXtract is an unknown quantity at this point
Re: Initilizing Servo object errors in driverstation

https://github.com/FairmontTeam2847/RecycleRush2015 is my guthub for the code, I commented out the subsystem temporarily

Everything is fine with creating a servo object until I create a reference in the Robot main of the command based project such as
Code:
	public static final TiltPan tiltpan = new TiltPan();

Last edited by fireXtract : 26-01-2015 at 16:36.
Reply With Quote