We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072dbad commit 0eabdecCopy full SHA for 0eabdec
Zwerve.java
@@ -10,8 +10,8 @@
10
* A highly implemented class for hopefully all types of swerve control.
11
*/
12
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;
+ private static final double POS_FIX_KP = 0.2;
+ private static final double ROTATION_OUTPUT = 2;
15
public final Vec2D shape;
16
/**
17
* Gyro.
0 commit comments