View Single Post
  #7   Spotlight this post!  
Unread 01-02-2017, 22:05
Joe Ross's Avatar Unsung FIRST Hero
Joe Ross Joe Ross is offline
Registered User
FRC #0330 (Beachbots)
Team Role: Engineer
 
Join Date: Jun 2001
Rookie Year: 1997
Location: Los Angeles, CA
Posts: 8,602
Joe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond reputeJoe Ross has a reputation beyond repute
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);
No, that would say that outputs not updated often enough. Like Bkeeneykid said, it means the code crashed. One common cause is resource overallocation (eg opening PWM 1 twice).
Reply With Quote