Skip to content

Commit 0eabdec

Browse files
committed
Update Zwerve.java
1 parent 072dbad commit 0eabdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zwerve.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* A highly implemented class for hopefully all types of swerve control.
1111
*/
1212
public abstract class Zwerve extends Zubsystem implements ZmartDash {
13-
private static final double POS_FIX_KP = 1;
14-
private static final double ROTATION_OUTPUT = 1;
13+
private static final double POS_FIX_KP = 0.2;
14+
private static final double ROTATION_OUTPUT = 2;
1515
public final Vec2D shape;
1616
/**
1717
* Gyro.

0 commit comments

Comments
 (0)