View Single Post
  #4   Spotlight this post!  
Unread 01-02-2017, 15:07
ozrien's Avatar
ozrien ozrien is offline
Omar Zrien
AKA: Omar
no team
Team Role: Mentor
 
Join Date: Sep 2006
Rookie Year: 2003
Location: Sterling Heights, MI
Posts: 559
ozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond reputeozrien has a reputation beyond repute
Re: Java Arcade with 3 CIM Gearbox

We also have an example that might help....
https://github.com/CrossTheRoadElec/...bot/Robot.java
... basically slave the fifth and sixth talon outside of RobotDrive to the appropriate talons inside RobotDrive.

Quote:
PWM is easier to work with in my opinion.
I argue CANTalon is easier than PWM. If a CANTalon misbehaves you can use the web-based config to determine why - without adding telemetry to your robot code.

A PWM motor controller will provide little feedback as to why it's not doing what you want.
Reply With Quote