FRC1761 / RoboRioCode

RobotSource Code for FRC using Roborio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add velocity control to TalonSRX shooters #18

Closed ankiewiczk closed 10 months ago

ankiewiczk commented 4 years ago

https://github.com/CrossTheRoadElec/Phoenix-Examples-Languages/blob/master/Java%20General/VelocityClosedLoop/src/main/java/frc/robot/Robot.java

Let's create a Velocity Controlled Drive function in the Shooter.java subsystem Then create a separate velocity shooter command that uses that VelocityDrive command.