Skip to content

Commit

Permalink
fdv
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitay4 committed Aug 28, 2024
1 parent d089120 commit cdc9914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void goToPosition(Rotation2d targetPosition) {
public void setVoltage(double voltage) {
motor.set(ControlMode.PercentOutput, voltage / GlobalConstants.DEFAULT_BATTERY_VOLTAGE);
}
;

@Override
public void setPower(double power) {
motor.set(ControlMode.PercentOutput, power);
Expand Down

0 comments on commit cdc9914

Please sign in to comment.