Skip to content

Commit

Permalink
Fixed as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
roboticsteam4904-2 committed Mar 26, 2022
1 parent 47617d5 commit 24bfa8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.usfirst.frc4904.standard.humaninput.Driver;

public class NathanGain extends Driver {
public static final double SPEED_GAIN = 0.9;
public static final double SPEED_GAIN = 1;
public static final double SPEED_EXP = 2;
public static final double TURN_GAIN = 0.6;
public static final double TURN_EXP = 1;
Expand Down

0 comments on commit 24bfa8d

Please sign in to comment.