View Single Post
  #5   Spotlight this post!  
Unread 03-01-2017, 21:07
JohnGaby JohnGaby is offline
Registered User
FRC #2102
 
Join Date: Jan 2014
Location: Encinitas
Posts: 24
JohnGaby is an unknown quantity at this point
Re: Programming website

The motor controllers it can currently handle use PWM, both simple a PWM signal which controls the duty cycle of the motor (via an H-Bridge), or a servo like PWM signal where the pulse width controls both the speed and direction of the motor.

I am not familiar with CAN bus controllers other than the TALON SRXs used by FRC.

Documentation for the Java classes can be found on the website:

http://programming.sdarobotics.org/R...annotated.html
Reply With Quote