View Single Post
  #2   Spotlight this post!  
Unread 20-02-2012, 14:00
DjScribbles DjScribbles is offline
Programming Mentor
AKA: Joe S
FRC #2474 (Team Excel)
Team Role: Mentor
 
Join Date: Oct 2011
Rookie Year: 2012
Location: Niles MI
Posts: 284
DjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to beholdDjScribbles is a splendid one to behold
Re: Reverse polarity of a victor at declaration?

If your using the robotDrive yes theres a method for reversing the motors:
Code:
myRobot.SetInvertedMotor(myRobot.kRearLeftMotor, true);
If you want to do the same to a single jaguar/victor, there is no way I know of to do it (outside of logic in your own code to switch the direction)
Reply With Quote