View Single Post
  #3   Spotlight this post!  
Unread 01-02-2017, 20:57
tomy tomy is offline
Registered User
FRC #3038 (I.C.E. Robotics)
Team Role: Mentor
 
Join Date: Jan 2009
Rookie Year: 2009
Location: Stacy, Minnesota
Posts: 511
tomy has a spectacular aura abouttomy has a spectacular aura about
Re: VictorSP causes "Robots don't quit!"

Quote:
Originally Posted by cgmv123 View Post
"Robots don't quit" (at least in this context) likely means you're not sending commands to the Victors fast enough. Try disabling MotorSafety using:
Code:
VictorSP.setSafetyEnabled(false);

That wouldn't be legal for comp would it?
Reply With Quote