Skip to content

Commit

Permalink
Fixed bugs and did more work on PID and feedforward for flywheel
Browse files Browse the repository at this point in the history
  • Loading branch information
SirBeans committed Jan 16, 2024
1 parent 916fa61 commit 6b69d80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class Flywheel (val io: FlywheelIO) {
var currentState = Flywheel.Companion.FlywheelStates.UNINITIALIZED
init{
io.configPID(FlywheelConstants.SHOOTER_FLYWHEEL_KP, FlywheelConstants.SHOOTER_FLYWHEEL_KI, FlywheelConstants.SHOOTER_FLYWHEEL_KD)

}
fun periodic(){
io.updateInputs(inputs)
Expand Down

0 comments on commit 6b69d80

Please sign in to comment.